Super affordable MCS-51 family CH552 Duinos


If you are looking for a super cheap replacement for something that lies between an ATTiny and an Arduino Mini, and costs around the same as the ATTiny; you should have a look as the CH55X based boards available these days. I was able to get a handful from AliExpress for $1.31 each. The CH552…

Read More

Programming GAL16v8 with Stager Electric G540


This is a starting guide for the impatient, gets you off the ground using your trusty G540 programmer in no time. This guide doesn’t assume you know how to write WinCUPL code, hence example code for a scenario is provided.

Read More

Raspberry PI Zero W is here


Raspberry PI silicon RP2040 has entered the embedded market with a bang, where millions of units have been sold and tens of millions are on the way. It was felt that it lacked connectivity, and Raspberry PI team have listened to the community. We now have a new version rolling out which brings effortless WiFi…

Read More

Memory Alignment Shenanigans


When one ventures out of the 8-bit processor universe, memory alignment is something that is expected to be taken care of for various reasons explained in the below article. Generating Aligned Memory

Read More

Pushing data from esp8266/nodeMCU to MySQL


https://iotechprojects.com/sending-data-from-the-esp8266-to-mysql-directly/ Usually, we use some sort of queuing mechanism to connect two devices or processes where the reliability/availability of either end isn’t guaranteed. However, if you have a reliable connection between two devices, the queues can be skipped. The above article does exactly that. It explains how an esp8266 based board can connect to a…

Read More

PubNub University Courses for Beginners


Read More

Intel MCS-51(8032/8052) family and PWM


I remember looking at the Intel MCS-96 datasheets in the 1990s and admiring the fact that the more expensive 16-bit controller family had the HSO/HSI (High speed output/input) capability.

Read More

Analog Oscillators Revisited


Read More

MQTT 101


So, you have heard a lot about how the lightweight messaging protocol MQTT is great for IOT applications. Here is a great introduction to MQTT by Node-Red.

Read More

A first class comparison of different Microcontrollers under $1


Jay Carlson has written an amazing comparison of different low-cost Microcontroller ecosystems that is extremely useful for anyone looking for a quick, brief and accurate account. Highly recommended ! The Amazing $1 Microcontroller    

Read More

← OLDER POSTS NEWER POSTS →