Programming the iMote2 without SOS
The development cycle for the iMote2 platform begins with programming the bare hardware. The main components on the platform are three highly-integrated chips for the processor, radio and power management.
Processor - PXA271 from Intel
Radio - CC2420 from Texas Instruments
Power Management - DA9030 from Dialog
Here is a library of the basic hardware drivers for the iMote2. In the folder is a Makefile that controls the compilation of the hardware drivers and your custom code. The program begins in the main.c file and an example of custom code is included in the test.c file.
Software - iMote2 Basic Drivers
Check the SOS operating system for the latest drivers for the iMote2.
| Attachment | Size |
|---|---|
| imote2_bare.zip | 76.21 KB |
| PXA27x_Developers_Manual.pdf | 10.97 MB |
| CC2420_Data_Sheet_1_4.pdf | 995.94 KB |
| DA9030-DS07-0501.pdf | 2.1 MB |