Tags:
create new tag
view all tags

Recent Changes in AFNOG Web retrieved at 14:38 (GMT)

Statistics for AFNOG Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top viewers: Top contributors...
This WEB is dedicated to the AFNOG Workshop and in particular to the tutorial session on IOT (Internet of things) devices. afnog.org The AFNOG tutorial on IoT...
Exercises First exercise session: A bit of programming Connect your ESP32 to the PC using the micro USB cable and start thonny. Locate the shell window and check...
A small project In this small project, we want to read the analogue sensor (slider) and display the result on the rgb LED ring. To do this, we will divide the possible...
The rgb LED chain The LED employed on the LoLin RGB LED card is very different from the one we used on the CPU card. In fact, the card uses cascadable, addressable...
Analogue Signals Up to now, we only treated digital signals in output mode (LED) and in input mode (pushbutton). Sensors often produce analogue signal levels, however...
Hardware access, the General Purpose Input Output (GPIO) pins. Running the programs on the PC Up to now, all programs we have written can be executed on the ESP...
Python modules and timing Python libraries are arranged as modules, containing a number of functions and/or classes. These modules must be imported before being...
First Python programs Introduction It is not possible to go through Python programming in just an hour. We will therefore learn only those features that are absolutely...
The African School of Fundamental Physics Introduction Courses on experimental physics are very scarce in Africa. When talking to African professors, I always hear...
Lecture notes Summary: Introduction (this page) Communicating with the ESP32 First Python Programs Modules and Timing Hardware...
Communicating with MicroPython First steps You do not know the Python? No problem! We will go through some of the basics. Python is a very powerful, modern programming...
AFNOG 2021: 2 lectures on IoT The lecture slides for download: Here the original slides written with LibreOffice. You should be able to open these also with a modern...
The WeMos D1 mini and its sensor and actuator shields Introduction We have seen that the ESP01 can be programmed with micro Python and that there are add on sensor...
Bringing up the MicroWebSrv2 server on an ESP32. The source code of MicroWebSrv2 is available . We get at the code using git: git clone https://github.com/jczic/MicroWebSrv...
Hands on exercises for the workshop on IoT Session 1 Introduction to IoT and Python Session 2 Hardware access and Micropython Session 3 MQTT and Cayenne...
What is IoT? A talk given during the AFNOG 2019 conference Abstract: Everybody is talking about IoT, the Internet of Things. However, few are the people who deeply...
Workshop Slides Lecture Slides Session 1: Introduction to IoT and Python Session2: Hardware access and Micropython Session 3: MQTT and Cayenne Session...
What is IoT? An IntroductionUli Raich (uli.raich #64;gmail.com)Formally CERN, Geneva, Switzerland What is IoT? Answer: IoT is the Internet of ThingsBut...
The IoT Node and its Processor As already indicated in the introduction an IoT node consists of an Internet enabled processor with interfaces to external sensor and...
The WS2812B RGB LED shield On this board we have the addressable WS2812B RGB LED. This LED is used in many LED chains. The board uses D2 (GPIO 4) as data line (or...
The double or triple base board and prototyping boards A base board holding 2 or 3 WeMos D1 shields may be used if a great number of shields is connected to the WeMos...
The IoT network The Internet Iot stands for the Internet of Things . It consists of a collection of nodes communicating with each other over the Internet. Each node...
The Web is dedicated to the course on embedded system at the University of Cape Coast. Ghana, held in 2017 for the first time. The course is dedicated to data acquisition...
The Web is dedicated to the course on embedded system at the University of Cape Coast. Ghana, held in 2017 for the first time. The course is dedicated to data acquisition...
The Web is dedicated to the course on embedded system at the University of Cape Coast. Ghana, held in 2017 for the first time. The course is dedicated to data acquisition...
The Web is dedicated to the course on embedded system at the University of Cape Coast. Ghana, held in 2017 for the first time. The course is dedicated to data acquisition...
The Web is dedicated to the course on embedded system at the University of Cape Coast. Ghana, held in 2017 for the first time. The course is dedicated to data acquisition...
The Web is dedicated to the course on embedded system at the University of Cape Coast. Ghana, held in 2017 for the first time. The course is dedicated to data acquisition...
The Web is dedicated to the course on embedded system at the University of Cape Coast. Ghana, held in 2017 for the first time. The course is dedicated to data acquisition...
The Web is dedicated to the course on embedded system at the University of Cape Coast. Ghana, held in 2017 for the first time. The course is dedicated to data acquisition...
The Web is dedicated to the course on embedded system at the University of Cape Coast. Ghana, held in 2017 for the first time. The course is dedicated to data acquisition...
The Web is dedicated to the course on embedded system at the University of Cape Coast. Ghana, held in 2017 for the first time. The course is dedicated to data acquisition...
The Web is dedicated to the course on embedded system at the University of Cape Coast. Ghana, held in 2017 for the first time. The course is dedicated to data acquisition...
SELECT129FROMPG_SLEEP(15))--">Bz4iErOWOR129=(SELECT129FROMPG_SLEEP(15))--
SELECT129FROMPG_SLEEP(15))--" title="2019-01-07 - 09:37" rel="nofollow">4 years ago - r18   UliRaich

The Web is dedicated to the course on embedded system at the University of Cape Coast. Ghana, held in 2017 for the first time. The course is dedicated to data acquisition...
SELECT823FROMPG_SLEEP(15))--">EQUqCE5e)OR823=(SELECT823FROMPG_SLEEP(15))--
SELECT823FROMPG_SLEEP(15))--" title="2019-01-07 - 09:37" rel="nofollow">4 years ago - r18   UliRaich

The Web is dedicated to the course on embedded system at the University of Cape Coast. Ghana, held in 2017 for the first time. The course is dedicated to data acquisition...
SELECT64FROMPG_SLEEP(15))--">LbumySXg))OR64=(SELECT64FROMPG_SLEEP(15))--
SELECT64FROMPG_SLEEP(15))--" title="2019-01-07 - 09:37" rel="nofollow">4 years ago - r18   UliRaich

The Web is dedicated to the course on embedded system at the University of Cape Coast. Ghana, held in 2017 for the first time. The course is dedicated to data acquisition...
The Web is dedicated to the course on embedded system at the University of Cape Coast. Ghana, held in 2017 for the first time. The course is dedicated to data acquisition...
The Web is dedicated to the course on embedded system at the University of Cape Coast. Ghana, held in 2017 for the first time. The course is dedicated to data acquisition...
The Web is dedicated to the course on embedded system at the University of Cape Coast. Ghana, held in 2017 for the first time. The course is dedicated to data acquisition...
The Web is dedicated to the course on embedded system at the University of Cape Coast. Ghana, held in 2017 for the first time. The course is dedicated to data acquisition...
Exercises on Sensor and Actuator access Introduction Once we are comfortable with Python basics we can try to access the sensors and actuators connected to our Raspberry...
Reading the Color Sensor and the Virtual World Session 3 of the AFNOG tutorial on IoT sensorsUli Raich How to create the Virtual World We have seen the image of...
Reading the Color Sensor and creating the virtual world Introduction Reading the color sensor is rather tricky but we are lucky to find a ready made module that contains...
Exercises on Python Before being able to start programming sensors and actuators we need to know a programming language giving us access to the sensor and actuator...
The Slides Introduction to Python Accessing the Sensors and Actuators VPython and the Virtual World Comments
The Ultrasonic Distance Sensor HC SR04 In order to measure the distance of the colored paper sheet from the sensors we use the HC SR04 ultra sonic distance sensor...
AFNOG Web Preferences The following settings are web preferences of the AFNOG web. These preferences override the site level preferences in . and...

«Previous   1  2  3   Next»

Show 10, 20, 50, 100, 500, 1000 results per page, or show all.

Related topics: RSS feed, rounded corners RSS feed, ATOM feed, WebNotify, site changes, site map

Topic revision: r1 - 2006-11-15 - TWikiContributor
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2023 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback