Internal Devices
- Buzzer
- EEPROM erase
- EEPROM read
- EEPROM SN read
- EEPROM write
- FLASH erase
- FLASH read
- FLASH write
- GSM reset
- RTC
- Watchdog
BUZZER
This example shows how to use the integrated buzzer of the Tiger computer. The buzzer will make sound for a few seconds and then it will turn itself off.
EEPROM_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_Read
This example shows how to read from the EEPROM memory of the Tiger computer.
EEPROM_SN_Read
This example shows how to read from the EEPROM SN (read-only) memory of the Tiger computer.
EEPROM_Write
This example shows how to write some sample string to the EEPROM memory of the Tiger computer.
FLASH_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_Read
This example shows how to read from the FLASH memory of the Tiger computer.
FLASH_Write
This example shows how to write some sample string to the FLASH memory of the Tiger computer.
GSM_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 get access to the RTC (Real Time Clock) of the Tiger computer.
- RTC - C example
- RTC - Python example
- RTC - Bash example
WATCHDOG
This example shows how to view the watchdog service status of the Tiger computer.
- WATCHDOG - C example
- WATCHDOG - Python example
- WATCHDOG - Bash example