Seppo Takalo

Results 14 issues of Seppo Takalo

There has been some changes apparently in Outlook Web, as Prospect Mail have not changed. This week, I started to notice that when ever I try to click any link...

Please see this screenshot of Zephyr SDK code ![image](https://user-images.githubusercontent.com/3104794/172111582-86a8f83a-9cfd-4397-a9af-731d1c19da34.png) Left side is VSCode, right side is Sublime Text. As you can see macros are colored white, when Sublime colors them...

Validate that Sim908 GSM chip is working. Requirements: 1. Insert sim card. Test: 1. Power on chip 1. Wait for device to boot. 1. Validate that AT commands are working...

Verify that accelerometer responses at I2C bus. 1. Read byte from LSM303DLHC register 0x20. (I2C Slave addr = 0x19) 2. Validate that bits 0,1,2 are set. (X_ENABLE, Y_ENABLE, Z_ENABLE) TODO:...

Turn on green and red led. Operator needs to validate if leds are working.

Driver for Magnetometer

Implement driver for accelerometer Export API to Lua

Implement driver to manage runtime configuration of power management chip. Export API to Lua.

Imlement drivers to read&write for EEPROM chip. Use some filesystem driver from eLua to handle content of EEPROM.

Imlement drivers to use SDcard. Use FatFS module to support FAT filesystem on card.