4SENSOR BASICS AND MULTICORE SENSOR EXAMPLES
Introducing Sensors by Their Microcontroller Interfaces
The Propeller microcontroller’s multicore architecture greatly simplifies getting information from many sensors and sensor arrays. The techniques for monitoring run-of-the-mill sensors like switches and resistive elements with the Propeller are similar to those used with most microcontrollers. However, thornier problems such as collecting measurements in parallel can be overcome with programs that make different cores (cogs) monitor different sensors or arrays of sensors. Other cogs can also be programmed to process and store the sensor measurements, and, in most designs, there will still be cogs left over for communication, display, ...
Get Programming and Customizing the Multicore Propeller Microcontroller: The Official Guide now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.