TWiki's IoT_Course_English web
https://afnog.iotworkshop.africa/do/view/IoT_Course_English
The IoT_Course_English web of TWiki. TWiki is a Web-Based Collaboration Platform for the Enterprise.en-usCopyright 2025 by contributing authorsTWiki Administrator [iotworkshop.africa@gmail.com]The contributing authors of TWikiTWikiHome - this site is powered by TWiki(R).IoT_Course_English
https://afnog.iotworkshop.africa/do/view/IoT_Course_English
https://afnog.iotworkshop.africa/pub/TWiki/TWikiLogos/T-logo-140x40-t.gifBasicPythonProgramming
https://afnog.iotworkshop.africa/do/view/IoT_Course_English/BasicPythonProgramming
Lecture 1: Basic Python Programming CSC 321: Embedded Sysytem First Semester 2020/2021 Introduction of Lecturers 1 Uli Raich Formally CERN, Geneva, Switzerland... (last changed by UliRaich)2023-11-27T10:22:29ZUliRaichTinyMLHelloWorldC
https://afnog.iotworkshop.africa/do/view/IoT_Course_English/TinyMLHelloWorldC
The tinyML Hello World example How does tinyML hello world work? The program takes a value between 0 and 2 Pi; and outputs the corresponding sine value. Of course... (last changed by UliRaich)2023-11-19T11:45:40ZUliRaichTCS3200
https://afnog.iotworkshop.africa/do/view/IoT_Course_English/TCS3200
TCS3200 Color Sensor Introduction The TCS3200 color sensor comes on PCBs with slightly different layout: The main difference between these modules is that... (last changed by UliRaich)2022-07-09T20:35:53ZUliRaichSevenSegmentDisplayAndKeypad
https://afnog.iotworkshop.africa/do/view/IoT_Course_English/SevenSegmentDisplayAndKeypad
Seven Segment Display and Keypad The Seven Segment Display and its TM1637 controller There is a nice and simple seven segment display controlled by a TM1637 controller... (last changed by UliRaich)2021-01-24T15:46:03ZUliRaichUART
https://afnog.iotworkshop.africa/do/view/IoT_Course_English/UART
Using a second UART On the ESP32 UART0 is normally reserved for interactive use with REPL. Sometimes we need a UART to communicate with external devices. Typical examples... (last changed by UliRaich)2020-05-09T19:37:20ZUliRaich