An Exiting new IDE for Micro Controllers
A few months ago, I was approached by one of the Embeetle team members, to give some feedback on a new IDE that they were… Read More »An Exiting new IDE for Micro Controllers
A few months ago, I was approached by one of the Embeetle team members, to give some feedback on a new IDE that they were… Read More »An Exiting new IDE for Micro Controllers
Introduction When designing IoT solutions, we all encounter the problem of connecting our device(s) to each other, either directly, or through the internet. In Urban… Read More »What is LoRa?
In a previous post, I have shown you how to use the MCP23017 16 Port I2C I/O Port extender with the standard Wire library, as… Read More »MCP23017 with Adafruit Library
I recently got some inspiration from the JLCPCB User Group on Facebook. Catherine showed off her PCB style business card, and I just had to… Read More »A Business Card with a Purpose
Today I will show you another useful IO Expander chip, The MCP23017. This chip, although similar to the PCF8475, which I have already covered in… Read More »Using the MCP23017 to increase your GPIO’s
Using a matrix keypad is a very easy way to add multiple control buttons to a project, be it to enter a password, or to… Read More »Using I2C with a 4×4 Matrix Keypad
Sometimes it is necessary to send data between two microprocessors.The SPI bus is a very fast serial data-bus that is normally used to interface with… Read More »SPI between Maker Nano ( Arduino Nano Clone ) and STM32 “Blue Pill” – Part 2
Introduction The Serial Peripheral Interface is a synchronous serial communication interface for short-distance communication, it is typically used in embedded systems. The interface was developed… Read More »What is SPI? Serial Peripheral Interface – Part 1
Introduction Adding a display to any project can instantly increase its visual appeal, as well as make the project easier to control. Displays available to… Read More »The OLED Display
Today I will continue my series on I2C by showing you how to use multiple devices on the I2C bus. This will be an extremely… Read More »Multiple I2C Devices on the same Bus, I2C Part 3