Internal Devices
BUZZERBuzzer
This example shows how to use the integrated buzzer of the Tiger computer. The buzzer will makegenerate a sound for a few seconds and then it will turn itself off.
EEPROM_EraseEEPROM erase
This example shows how to erase the EEPROM memory of the Tiger computer.
- EEPROM_Erase - C example
- EEPROM_Erase - Python example
- EEPROM_Erase - Bash example
EEPROM_ReadEEPROM read
This example shows how to read from the EEPROM memory of the Tiger computer.
EEPROM_SN_ReadEEPROM SN read
This example shows how to read from the EEPROM SN (read-only) memory of the Tiger computer.
EEPROM_WriteEEPROM write
This example shows how to write some sample string to the EEPROM memory of the Tiger computer.
FLASH_EraseFLASH erase
This example shows how to erase the FLASH memory of the Tiger computer.
- FLASH_Erase - C example
- FLASH_Erase - Python example
- FLASH_Erase - Bash example
FLASH_ReadFLASH read
This example shows how to read from the FLASH memory of the Tiger computer.
FLASH_WriteFLASH write
This example shows how to write some sample string to the FLASH memory of the Tiger computer.
GSM_RESETGSM reset
This example shows how to reset the GSM module of the Tiger computer.
- GSM_RESET - C example
- GSM_RESET - Python example
- GSM_RESET - Bash example
RTC
This example shows how to getread accessdate toand time from the RTC (Real Time Clock) of the Tiger computer.
- RTC - C example
- RTC - Python example
- RTC - Bash example
WATCHDOGWatchdog
This example shows how to view the watchdog service status of the Tiger computer.
- WATCHDOG - C example
- WATCHDOG - Python example
- WATCHDOG - Bash example