Releases: panStamp/panstamp_sketches
Basic sketches moved to their own repository
Basic applications for panStamp.
-
simpletest : basic "blink a LED" application.
-
basicbeacon : Basic wireless beacon transmitter.
-
basicradio : Basic bi-directional application that pairs with another
basicradio node and toggles an LED whenever a packet is received. -
modem : Serial wireless modem that interfaces between a network of panStamps
and a serial port (RS232, USB, ...). This application is used as the modem for
all computer applications developed for panStamp.Description of the serial (ASCII) protocol:
https://github.com/panStamp/panstamp/wiki/Modem%20and%20serial%20protocol -
aesencryption : use of the hadware AES-128 encryption engine available
on the CC430 MCU (panStamp NRG only). -
ctrencryption : CTR-cypher algorithm on top of the basic AES-128 encryption
(panStamp NRG only).