SNAPpy Built-Ins

getInfo

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

getInfo(0) # returns 0 meaning "Synapse Wireless"
getInfo(3) # returns 27 meaning SM220

sleep

The SM220 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.