Tag: Mcu
Getting Started With the ATMega328P
Here is a detailed guide on how to get started with ATMega328P microcontroller. The guide goes in details on how to setup it on a breadboard and how to upload your first code on it. and blink a led. The real benefit of using this microcontroller is that it’s only $4 US, whereas...
Continue ReadingESP8266 superfast flashing: flash ESP in 5 seconds
Deomid Ryabkov introduces us a method of flashing ESP8266 in 5 sec. To achieve that he used a modified ESPTool. More details on the link below. If you are developing for ESP8266, you may be familiar with esptool, which is a tool that you use to upload your code to the device. And it...
Continue ReadingBIG Clock Made From Six 3″ 7-Segment LCDs
Pierre Muth build a nice big clock using 3" 7-segment LCD displays. The clock is driven by a PIC18F87K90 and a few other components are used. He writes: We need clocks. Once you have passionate activities which absorbs all your attention, if you want to keep contact with the social...
Continue ReadingLow voltage power supply
Dilshan Jayakody has build a low voltage power supply that is able to provide four outputs: 1.5V, 1.8V, 2.5V and 3.3V. This power supply can be used to power low voltage mcus, CPLDs and analog ICs. He writes: In this post we introduce simple and flexible, regulated low voltage...
Continue ReadingEspruino: JavaScript for Things
Espruino is the world's first JavaScript microcontroller. With it you are able to develop intelligent devices quickly and easily. Espruino is a small computer that anyone can use to control things around them. Its JavaScript interpreter gives you instant feedback so that you can...
Continue ReadingBubble display shield for Adafruit Trinket
davedarko created this Adafruit Trinket Pro shield for the HP QDSP-6064 bubble display. The design files and source code are hosted on GitHub. An additional temperature sensor in the form of the LM75 can be added to this bubble display shield. The atmega32p is capable of driving up...
Continue ReadingHow to Implement Embedded Ethernet
Maurizio @ dev.emcelettronica.com has tipped us with his latest article on how to implement embedded Ethernet on any mcu. The article shows the basic principle of Ethernet implementation. Usually We need embedded systems inside devices, particularly the so-called intelligent devices,...
Continue ReadingGeiger–Müller counter that works with Arduino
Bob @ robertgawron.blogspot.com has posted a Geiger-Muller project that can be used with Arduino or any other microcontroller board. The Geiger–Müller counter is a relatively simple tool to measure ionizing radiation. To increase sensitivity, construction presented here contains...
Continue Reading