SNAPpy Built-Ins

getInfo

All SM200 Series modules will return SM200 as their platform. Expected getInfo() return values:

getInfo(0) # returns 0 meaning "Synapse Wireless"
getInfo(3) # returns 17 meaning SM200

sleep

The SM200 Series includes a 32kHz crystal RTC, so for most efficient sleep() you should use sleep mode 1 or 2, depending on the sleep duration. See the ATMEL ATmega128RFA1 chip section for more information.