This post explains some very basic principles about electronics, namely DC voltage sources and resistors.
Smart Medication Dispenser with Arduino
Description of a prototype of a smart medication dispenser, created with an Arduino as the controlling unit
Counting time with interruptions
How to create an internal representation of date and time in a microcontroller, using interruptions.
Serial communication data structuring (part 2)
This post describes the second part of a simple serial communication data structuring algorithm.
Serial communication data structuring pt 2
Following the previous post on how to structure data, this one describes an application specific approach, based on the concept of commands and built on top of the previous structure. A typical architecture for embedded systems comprises a microcontroller being capable of executing multiple actions, such as reading values from sensors or performing some type …
Continue reading "Serial communication data structuring pt 2"
Serial communication data structuring (part 1)
This post describes the first part of a simple serial communication data structuring algorithm.
Serial communication data structuring pt 1
This post describes a simple serial data structuring algorithm.
Hello world!
Hi! My name is Nuno Santos and I created this blog to share some knowledge about electronics, programming and technology with others. I've been mainly writing about microcontrollers, with special focus on Espressif's chips: the ESP32 and the ESP8266. My first contact with these chips was a couple years ago when doing my master's thesis, …