0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R100 - R250 (2)
  • R250 - R500 (10)
  • R500 - R1,000 (4)
  • -
Status
Brand

Showing 1 - 16 of 16 matches in All Departments

Raspberry Pi Robot with Camera and Sound using Python 3.2 - For Windows and Debian-Linux (Paperback): Herb Norbom Raspberry Pi Robot with Camera and Sound using Python 3.2 - For Windows and Debian-Linux (Paperback)
Herb Norbom
R471 Discovery Miles 4 710 Ships in 18 - 22 working days

The perfect book for the hobbyist or the instructor that would like to build a robot using the Raspberry Pi. Run from Windows or Debian-Linux over a WiFi connection. Learn the use of GPIO, how to remotely control your Pi and the Pi Camera. The complete Python version 3.2 source code included along with wiring diagrams. Run your robot without a monitor, keyboard or mouse on the Pi. Your Pi will be able to play wav files and execute Text-to-Speech routines. The concepts shown here can be applied to many other projects for the Pi. This book continues the evolution of the original Max, and brings the robot through a compete generation. The book starts at the beginning of the process with the assumption that the reader needs extra help in getting the basic process underway. The reader is walked through to the final goal of building an actual WiFi controlled robot. The reader will be amazed at the knowledge they obtain from following the guided case study. Read this book and you take your Raspberry Pi to the next level and hopefully have a lot of fun doing it. Even if you do not want to build a robot but want to understand GPIO and control of the Pi Camera this book is a worthwhile read.

Raspberry Pi Robot with Camera and Sound - For Windows and Debian-Linux using Python (Paperback): Herb Norbom Raspberry Pi Robot with Camera and Sound - For Windows and Debian-Linux using Python (Paperback)
Herb Norbom
R467 Discovery Miles 4 670 Ships in 18 - 22 working days

The perfect book for the hobbyist or the instructor that would like to build a robot using the Raspberry Pi. Run from Windows or Debian-Linux over a WiFi connection. Learn the use of GPIO, how to remotely control your Pi and the Pi Camera. The complete Python source code included along with wiring diagrams. Run your robot without a monitor, keyboard or mouse on the Pi. Your Pi will be able to play wav files and execute Text-to-Speech routines. The concepts shown here can be applied to many other projects for the Pi. This book continues the evolution of the original Max, and brings the robot through a compete generation. The book starts at the beginning of the process with the assumption that the reader needs extra help in getting the basic process underway. The reader is walked through to the final goal of building an actual WiFi controlled robot. The reader will be amazed at the knowledge they obtain from following the guided case study. Read this book and you take your Raspberry Pi to the next level and hopefully have a lot of fun doing it. Even if you do not want to build a robot but want to understand GPIO and control of the Pi Camera this book is a worthwhile read.

Bluetooth Remote Control for Arduino using Android (Paperback): Herb Norbom Bluetooth Remote Control for Arduino using Android (Paperback)
Herb Norbom
R384 Discovery Miles 3 840 Ships in 18 - 22 working days
Arduino Projects (Paperback): Herb Norbom Arduino Projects (Paperback)
Herb Norbom
R506 Discovery Miles 5 060 Ships in 18 - 22 working days
Raspberry Pi GPS using Python 2.7 or 3.4 - For Raspbian Jessie Linux using GPSD gps3 (Paperback): Herb Norbom Raspberry Pi GPS using Python 2.7 or 3.4 - For Raspbian Jessie Linux using GPSD gps3 (Paperback)
Herb Norbom
R305 Discovery Miles 3 050 Ships in 18 - 22 working days
Raspberry Pi Python Projects - Servos, Stepper, DC Motors, Ultra Sonic Sensor, Infrared Detector, Thumb Joy Stick and More... Raspberry Pi Python Projects - Servos, Stepper, DC Motors, Ultra Sonic Sensor, Infrared Detector, Thumb Joy Stick and More (Paperback)
Herb Norbom
R596 Discovery Miles 5 960 Ships in 18 - 22 working days
Robot Wireless Control Made Simple with Python and C (Paperback): Herb Norbom Robot Wireless Control Made Simple with Python and C (Paperback)
Herb Norbom
R511 Discovery Miles 5 110 Ships in 18 - 22 working days

Build a PC controlled robot. While I suggest 40 days as a timetable, you can certainty complete in much less time. For the control station I used Python, if you have familiarity with Python you have already dropped twenty seven days from the project. For the Atmega328 I used the C programming language. If you are familiar with C and of course microchips you have another chunk of the project under your belt. With the physical wiring and H-Bridge portions you complete your project. The book gives a jump start to the programming and electrical processes needed to build the robot. A good base of knowledge for the reader is provided, starting with basic concepts and expanding to a fully functioning wireless controlled robot. The progression of knowledge is provided in an organized manner to rapidly build on the concepts as introduced. See www.rymax.biz for additional information and a link to YouTube for a video of the robot in action. The reader will be walked through complex issues: serial communication, queuing, threading, file handling, GUI and many other features of Python. The complete source code is provided. In the C programming and electrical sections electronic diagrams are supplied as is the complete C source code. The reader is introduced to the C language and many of its features including, serial communication, pulse width modulation (PWM), arrays, bit manipulation and looping to name a few. I have tried to give the reader a strong base on which to build their robot and hopefully the skills needed to take that robot to higher levels. I hope you enjoy.

Python Version 3.2 Introduction using IDLE and PythonWin - For Linux-Debian and Microsoft Windows (Paperback): Herb Norbom Python Version 3.2 Introduction using IDLE and PythonWin - For Linux-Debian and Microsoft Windows (Paperback)
Herb Norbom 1
R198 Discovery Miles 1 980 Ships in 18 - 22 working days

Congratulations on selecting Python. An excellent starter or tutorial to quickly assist the reader in producing programs with Python 3.2. If you have never programmed this book will give you the necessary knowledge to write Python programs. The book is efficiently organized and walks the reader into the basic programming process. Details that the programer will need fairly quickly are covered in good detail. Python's standard editor and shell program, named IDLE is used for all examples. The book also provides instructions on running Python under PC Windows and Linux environments. All programs are tested under Python 3.2.x on Linux-Debian and on the Microsoft Windows(r). A quick introduction to PythonWin is included. Differences between the operating environments are noted This book gives detailed instructions and sample programs along with the program output for areas that include: CONSOLE INPUT, DATA TYPES, STRING MANIPULATION, IF STATEMENTS, READING AND WRITING TEXT FILES, READING AND WRITING LISTS FILES, READING AND WRITING ARRAY FILES, LOOPING, USER DEFINED FUNCTIONS, CLASSES, ERROR HANDLING AND SOME MODULE IMPORTS ARE COVERED. My goal is to provide a description of what the program is going to do, show the program and then the Python Shell for the output. I hope that you learn a lot and have some fun. You can continue on to great depth with Python. One of my reasons for learning Python was to control remote process's, such as controlling a robot from my PC. In my book "Robot Wireless Control Made Simple with Python and C," sold separately, I cover many other Python topics. The separate Robot Book includes for example: GUI-tkinter, playing sounds, text to speech, queues, threading, subprocess and serial communication. That book also covers programming microchips with C and the wiring schematics for motors, communications and the H-Bridge. Visit the web site www.rymax.biz for additional informatio

Bootloader Source Code for ATMega168 using STK500 For Microsoft Windows - Including Makefile and Test Program (Paperback): Herb... Bootloader Source Code for ATMega168 using STK500 For Microsoft Windows - Including Makefile and Test Program (Paperback)
Herb Norbom
R276 Discovery Miles 2 760 Ships in 18 - 22 working days

Step by Step instructions on how to put a bootloader on to the ATMega168 using the ISP STK500 programer. The how and why of the bootloader revealed, build your own bootloader. The complete source code is included. Using avr-gcc 'C' programing language. Detailed instructions for hooking the STK500 to your computer and breadboard. Diagrams and instructions on building your breadboard included. This book starts with the assumptions that you want to know how to write a bootloader in the 'C' programming language. That you want to learn how to use an ISP STK500 programer. You want to understand the microchip's fuses and lock bit settings and change them as you desire. That you want to load your own bootloader on to the microchip. You will cover the 'Makefile', for compiling your program and uploading on to your microchip. Learn how to build your own library for programs and headers that you want to include in your programs. This includes a uart.c program and a uart.h file. The steps needed to accomplish the loading of your bootloader are walked through giving the reader good direction. The exhibits that are included greatly enhance the visualization of the process. The book includes the complete source code for all programs and header files. The complete Makefiles are also provided. The source code and instructions for loading a test programs are also included. Even the eeprom memory is lightly covered. While this is a technical subject the author provides a great deal of insight and documentation on the process. The book goes into good depth without getting hopelessly lost in computer science lingo.

Python Version 2.7 Introduction using IDLE - For Linux-Debian and Microsoft Windows (Paperback): Herb Norbom Python Version 2.7 Introduction using IDLE - For Linux-Debian and Microsoft Windows (Paperback)
Herb Norbom
R186 Discovery Miles 1 860 Ships in 18 - 22 working days

Congratulations on selecting Python. An excellent starter or tutorial to quickly assist the reader in producing programs with Python 2.7. If you have never programmed this book will give you the necessary knowledge to write Python programs. The book is efficiently organized and walks the reader into the basic programming process. Details that the programer will need fairly quickly are covered in good detail. Python's standard editor and shell program, named IDLE is used for all examples. The book also provides instructions on running Python under PC Windows and Linux environments. All programs are tested under Python 2.7.x on Linux-Debian and on the Microsoft Windows(r). Differences between the operating environments are noted This book gives detailed instructions and sample programs along with the program output for areas that include: CONSOLE INPUT, DATA TYPES, STRING MANIPULATION, IF STATEMENTS, READING AND WRITING TEXT FILES, READING AND WRITING LISTS FILES, READING AND WRITING ARRAY FILES, LOOPING, USER DEFINED FUNCTIONS, CLASSES, ERROR HANDLING AND SOME MODULE IMPORTS ARE COVERED. My goal is to provide a description of what the program is going to do, show the program and then the Python Shell for the output. I hope that you learn a lot and have some fun. You can continue on to great depth with Python. One of my reasons for learning Python was to control remote process's, such as controlling a robot from my PC. In my book "Robot Wireless Control Made Simple with Python and C," sold separately, I cover many other Python topics. The separate Robot Book includes for example: GUI-tkinter, playing sounds, text to speech, queues, threading, subprocess and serial communication. That book also covers programming microchips with C and the wiring schematics for motors, communications and the H-Bridge. Visit the web site www.rymax.biz for additional informatio

Python3.3.4 Tkinter/Ttk Widgets and Sqlite3 - For Windows and Debian-Linux Includes Source Code (Paperback): Herb Norbom Python3.3.4 Tkinter/Ttk Widgets and Sqlite3 - For Windows and Debian-Linux Includes Source Code (Paperback)
Herb Norbom
R506 Discovery Miles 5 060 Ships in 18 - 22 working days
Raspberry Pi Camera Controls - For Windows and Debian-Linux using Python 2.7 (Paperback): Herb Norbom Raspberry Pi Camera Controls - For Windows and Debian-Linux using Python 2.7 (Paperback)
Herb Norbom
R298 Discovery Miles 2 980 Ships in 18 - 22 working days

Congratulations on selecting the Raspberry Pi and the Raspberry Pi Camera. You have made a great choice. With the many new hardware accessories you will have ample opportunity to expand the capabilities of your computer. Control your Raspberry Pi Camera from the Pi console OR a remote Windows PC OR a Debian-Linux PC. You will be able to use WiFi to run your camera. Virtually all of the Pi Camera options are controllable from the control panel created. You can take VIDEO or STILL pictures, adjust the setting, save the image to a file on the Raspberry Pi. You can view the VIDEO as the Pi Camera sends the image stream to your PC. STILL pictures can be saved on the Raspberry Pi and viewed on your PC. With this program you don't have to remember all the camera commands, just select the options you want. The program is written using Python 2.7. The complete SOURCE CODE is included. Go ahead and take control of your Pi Camera. As you have probably seen the popularity of this computer is rapidly growing. The addition of the Pi Camera brings the Raspberry Pi to a very useful state. I originally purchased the Pi Camera to be used on my robots, and I am very happy with it. Of course many people want to use the Pi Camera and Raspberry for security purposes and as nanny cameras to name just two options. Control of the Pi Camera from a command prompt line requires a pretty good memory or cheat sheet. When you consider that you want to run the Pi Camera from a remote PC the memory level you need is expanded. So not having that great of a memory I wrote the program provided in this book to take virtually complete control of the Pi Camera. When you finish the program and procedures included you will be able to run your Raspberry Pi and the Pi camera from a remote PC without a monitor, keyboard or mouse connected to the Raspberry Pi. This book includes the complete source code that you need to complete the Python program. There are third party modules that need to be downloaded, they are currently free. The book contains instructing for obtaining them.

Raspberry Pi Camera Controls using Python 3.2.3 - For Windows and Debian-Linux (Paperback): Herb Norbom Raspberry Pi Camera Controls using Python 3.2.3 - For Windows and Debian-Linux (Paperback)
Herb Norbom
R299 Discovery Miles 2 990 Ships in 18 - 22 working days

Congratulations on selecting the Raspberry Pi and the Raspberry Pi Camera. You have made a great choice. With the many new hardware accessories you will have ample opportunity to expand the capabilities of your computer. Control your Raspberry Pi Camera from the Pi console OR a remote Windows PC OR a Debian-Linux PC. You will be able to use WiFi to run your camera. Virtually all of the Pi Camera options are controllable from the control panel created. You can take VIDEO or STILL pictures, adjust the setting, save the image to a file on the Raspberry Pi. You can view the VIDEO as the Pi Camera sends the image stream to your PC. STILL pictures can be saved on the Raspberry Pi and viewed on your PC. With this program you don't have to remember all the camera commands, just select the options you want. The program is written using Python 3.2.3. The complete SOURCE CODE is included. Go ahead and take control of your Pi Camera. As you have probably seen the popularity of this computer is rapidly growing. The addition of the Pi Camera brings the Raspberry Pi to a very useful state. I originally purchased the Pi Camera to be used on my robots, and I am very happy with it. Of course many people want to use the Pi Camera and Raspberry for security purposes and as nanny cameras to name just two options. Control of the Pi Camera from a command prompt line requires a pretty good memory or cheat sheet. When you consider that you want to run the Pi Camera from a remote PC the memory level you need is expanded. So not having that great of a memory I wrote the program provided in this book to take virtually complete control of the Pi Camera. When you finish the program and procedures included you will be able to run your Raspberry Pi and the Pi camera from a remote PC without a monitor, keyboard or mouse connected to the Raspberry Pi. This book includes the complete source code that you need to complete the Python program. There are third party modules that need to be downloaded, they are currently free. The book contains instructing for obtaining them.

Bootloader Source Code for ATMega328p using STK500 For Microsoft Windows - Including Makefile and Test Program (Paperback):... Bootloader Source Code for ATMega328p using STK500 For Microsoft Windows - Including Makefile and Test Program (Paperback)
Herb Norbom
R275 Discovery Miles 2 750 Ships in 18 - 22 working days

Step by Step instructions on how to put a bootloader on to the ATMega328P using the ISP STK500 programer. The how and why of the bootloader revealed, build your own bootloader. The complete source code is included. Using avr-gcc 'C' programing language. Detailed instructions for hooking the STK500 to your computer and breadboard. Diagrams and instructions on building your breadboard included. Book is aimed at the Microsoft Windows user. This book starts with the assumption that you want to know how to write a bootloader in the 'C' programming language. That you want to learn how to use an ISP STK500 programer. You want to understand the microchip's fuses and lock bit settings and change them as you desire. That you want to load your own bootloader on to the microchip. You will cover the 'Makefile', for compiling your program and uploading on to your microchip. Learn how to build your own library for programs and headers that you want to include in your programs. This includes a uart.c program and a uart.h file. The steps needed to accomplish the loading of your bootloader are walked through giving the reader good direction. The exhibits that are included greatly enhance the visualization of the process. The book includes the complete source code for all programs and header files. The complete Makefiles are also provided. The source code and instructions for loading a test programs are also included. Even the eeprom memory is lightly covered. While this is a technical subject the author provides a great deal of insight and documentation on the process. The book goes into good depth without getting hopelessly lost in computer science lingo.

Bootloader Source Code for ATMega168 using STK500 for Debian Linux - Including Makefile and Test Program (Paperback): Herb... Bootloader Source Code for ATMega168 using STK500 for Debian Linux - Including Makefile and Test Program (Paperback)
Herb Norbom
R275 Discovery Miles 2 750 Ships in 18 - 22 working days

Step by Step instructions on how to put a bootloader on to the ATMega168 using the ISP STK500 programer. The how and why of the bootloader revealed, build your own bootloader. The complete source code is included. Using avr-gcc 'C' programing language. Detailed instructions for hooking the STK500 to your computer and breadboard. Diagrams and instructions on building your breadboard included. Book is aimed at the Debian-Linux user. This book starts with the assumption that you want to know how to write a bootloader in the 'C' programming language. That you want to learn how to use an ISP STK500 programer. You want to understand the microchip's fuses and lock bit settings and change them as you desire. That you want to load your own bootloader on to the microchip. You will cover the 'Makefile', for compiling your program and uploading on to your microchip. Learn how to build your own library for programs and headers that you want to include in your programs. This includes a uart.c program and a uart.h file. The steps needed to accomplish the loading of your bootloader are walked through giving the reader good direction. The exhibits that are included greatly enhance the visualization of the process. The book includes the complete source code for all programs and header files. The complete Makefiles are also provided. The source code and instructions for loading a test programs are also included. Even the eeprom memory is lightly covered. While this is a technical subject the author provides a great deal of insight and documentation on the process. The book goes into good depth without getting hopelessly lost in computer science lingo.

Bootloader Source Code for ATMega328P using STK500 For Debian Linux - Including Makefile and Test Program (Paperback): Herb... Bootloader Source Code for ATMega328P using STK500 For Debian Linux - Including Makefile and Test Program (Paperback)
Herb Norbom
R275 Discovery Miles 2 750 Ships in 18 - 22 working days

Step by Step instructions on how to put a bootloader on to the ATMega328P using the ISP STK500 programer. The how and why of the bootloader revealed, build your own bootloader. The complete source code is included. Using avr-gcc 'C' programing language. Detailed instructions for hooking the STK500 to your computer and breadboard. Diagrams and instructions on building your breadboard included. Book is aimed at the Debian-Linux user. This book starts with the assumption that you want to know how to write a bootloader in the 'C' programming language. That you want to learn how to use an ISP STK500 programer. You want to understand the microchip's fuses and lock bit settings and change them as you desire. That you want to load your own bootloader on to the microchip. You will cover the 'Makefile', for compiling your program and uploading on to your microchip. Learn how to build your own library for programs and headers that you want to include in your programs. This includes a uart.c program and a uart.h file. The steps needed to accomplish the loading of your bootloader are walked through giving the reader good direction. The exhibits that are included greatly enhance the visualization of the process. The book includes the complete source code for all programs and header files. The complete Makefiles are also provided. The source code and instructions for loading a test programs are also included. Even the eeprom memory is lightly covered. While this is a technical subject the author provides a great deal of insight and documentation on the process. The book goes into good depth without getting hopelessly lost in computer science lingo.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Eros - The Journey Home
Megan D Lambert Hardcover R795 Discovery Miles 7 950
Complexity Perspectives on Researching…
Richard J. Sampson, Richard S. Pinner Hardcover R3,514 Discovery Miles 35 140
Super Thinking - Upgrade Your Reasoning…
Gabriel Weinberg, Lauren McCann Paperback  (1)
R492 R448 Discovery Miles 4 480
Literary Remains of the Late William…
William Hazlitt Paperback R961 Discovery Miles 9 610
How Confidence Works - The New Science…
Ian Robertson Paperback R406 Discovery Miles 4 060
How To Not Die Alone - The Surprising…
Logan Ury Paperback R505 R384 Discovery Miles 3 840
Leading from the Roots - Nature-Inspired…
Dr Kathleen E Allen Paperback R412 Discovery Miles 4 120
The Art Of Scale - Mastering The Craft…
Jason Goldberg Paperback  (1)
R370 R330 Discovery Miles 3 300
In the FLO - A 28-Day Plan Working with…
Alisa Vitti Paperback  (1)
R356 R211 Discovery Miles 2 110
Breast Cancer - Your Treatment Choices
Terry J. Priestman Paperback R300 Discovery Miles 3 000

 

Partners