Things must come to an end. I decided to make a new library experiment, putting an ending mark to the DS1307 Real Time Clock hacking project, because the project was born as an encapsulation of a real RTC in a PIC microcontroller, wrapping an RTC hardware engine to emulate the DS1307; then a subsequent development on … Continue reading DS1307 RTC Emulator – The Arduino library
Raspberry Pi
Blink an LED over the internet: the begginer’s low level approach
In this article we continue our road to the IoT approached at a low level, or better, at bottom-up approach, that will be applied in the future to my UART interpreter. Here I will talk about how to drive an LED over the Internet. So as always I'm using Python libraries to get things done … Continue reading Blink an LED over the internet: the begginer’s low level approach