In this article we look at five Wemos shields and will have examples of their usage. The Wemos mini is my favourite development board for the ESP8266 microcontroller. The shields we are looking at are the PIR Shield, Ambient light Shield, WS2812B RGB Shield, SHT30 Shield and the Matrix LED Shield.
iainhendry
-
-
The Easy Module Shield in my opinion is one of the best shields you can buy for your Arduino Uno, the shield consists of the following features Two pushbutton switches Two…
-
A common question which crops up is should I choose an Arduino uno or nano for my projects First of all lets look at the classic Arduino Uno The Arduino Uno…
-
A random dice example for a codebug Code Python # To run this code on CodeBug, visit: # # http://www.codebug.org.uk/learn/activity/66/tethering-codebug-with-python/#step585 # import codebug_tether from codebug_tether import (IO_DIGITAL_OUTPUT, IO_DIGITAL_INPUT, IO_PWM_OUTPUT,…
-
Lets press a button and then display a happy face with button A pressed and a sad face if button B is pressed Code Python Code # To run this…
-
This is magic 8 ball running on a codebug CodeBug™ is a fun, engaging, entry level introduction to simple programming and electronic concepts to anyone, at any age. It is…