This is not going to take too long for you to test your first Contiki program which will enable you to test your environment setup and also to understand the procedure of development using Contiki-os for the target chips CC2530 and CC2531. The port is done only for CC2530 and then it is extended to CC2531 so you just have to add another line to your build file so it compiles for the right target. Almost all the features of the chip are available using contiki. The following link for the feature matrix is from the official wiki [17.10.2014] List of Hardware Features Texas Instruments cc2530 DK Sensinode cc2530EMs on SmartRF05EB cc2531 USB Dongle N740 NanoSensor N601 USB NanoRouter SoC cc2530F256 cc2531F256 RC230x (cc243xF128) SoC Features MCU Enhanced Intel 8051 core, using the standard 8051 instruction set. RAM 8 KB with data retention in all power modes 8 KB (4 KB data retention in all power modes) Flash 256 KB 128 KB RF 2.4 GHz IEEE 802.15.4 compliant RF transceiver 2.4 GHz IEEE 802.15.4 compliant RF transceiver, based on the cc2420 radio core Sensors VDD, On-Chip Temperature Other cc2431 Location Engine1 Hardware AES Encryption/Decryption (AES Co-Processor)4 Hardware Random Number Generator Peripherals LEDs 42 2 2 2 Buttons 12, 3 2 2 0 I/O Connectors RS232 (UART0) USB MiniUSB (to UART1 over FTDI or to program) USB (to UART1 over FTDI or to program) USB (to program) Debug Connector 9-pin (to program) Debug Connector Serial Flash 256 KB OnBoard SPI Flash4 Numonyx… Read more
Month: June 2023
Setting up your first psychoPy application in Eclipse
I believe you have already ready the previous post about setting up the environment. if not do it here! <PSYCHOPY APP DEVELOPMENT IN PYTHON USING ECLIPSE AND PYDEV> So, now you are for sure ready with the environment and already created your first application on python. But psychoPy? yes, its not a big deal, you are 80% complete from creating an application in psychoPy already. These following steps hit the rest 20%. Set up the interpreter to be psychoPy. This enables you to use psychoPY API.