Internal Devices
{{@273#bkmrk-tiger-city-imx-embed}}
Buzzer
This example shows how to use the integrated buzzer of the Tiger computer. The buzzer will generate a sound for a few seconds and then turn itself off.
EEPROM erase
This example shows how to erase the EEPROM memory of the Tiger computer.
EEPROM_EraseEEPROM_erase - C exampleEEPROM_EraseEEPROM_erase - Python exampleEEPROM_EraseEEPROM_erase - Bash example
EEPROM read
This example shows how to read from the EEPROM memory of the Tiger computer.
EEPROM_ReadEEPROM_read - C exampleEEPROM_ReadEEPROM_read - Python exampleEEPROM_ReadEEPROM_read - Bash example
EEPROM SN read
This example shows how to read from the EEPROM SN (read-only) memory of the Tiger computer.
EEPROM_SN_ReadEEPROM_SN_read - C exampleEEPROM_SN_ReadEEPROM_SN_read - Python exampleEEPROM_SN_ReadEEPROM_SN_read - Bash example
EEPROM write
This example shows how to write some sample string to the EEPROM memory of the Tiger computer.
EEPROM_WriteEEPROM_write - C exampleEEPROM_WriteEEPROM_write - Python exampleEEPROM_WriteEEPROM_write - Bash example
FLASH erase
This example shows how to erase the FLASH memory of the Tiger computer.
FLASH_EraseFLASH_erase - C exampleFLASH_EraseFLASH_erase - Python exampleFLASH_EraseFLASH_erase - Bash example
FLASH read
This example shows how to read from the FLASH memory of the Tiger computer.
FLASH_ReadFLASH_read - C exampleFLASH_ReadFLASH_read - Python exampleFLASH_ReadFLASH_read - Bash example
FLASH write
This example shows how to write some sample string to the FLASH memory of the Tiger computer.
FLASH_WriteFLASH_write - C exampleFLASH_WriteFLASH_write - Python exampleFLASH_WriteFLASH_write - Bash example
GSM reset
This example shows how to reset the GSM module of the Tiger computer.
GSM_RESETGSM_reset - C exampleGSM_RESETGSM_reset - Python exampleGSM_RESETGSM_reset - Bash example
RTC
This example shows how to read date and time from the RTC (Real Time Clock) of the Tiger computer.
Watchdog
This example shows how to view the watchdog service status of the Tiger computer.