Category: Mcu
ESP8266 controlled with Android app (MIT App Inventor)
Rui Santos from Random Nerd Tutorials tipped us with his latest tutorial on how to build an Android app using the MIT App Inventor software that allows you to control the ESP8266 GPIOs: ESP8266 controlled with Android app (MIT App Inventor) -...
Continue ReadingPIC16F628A Programmable Digital Timer
Raj Bhatt shared another project with us. This time is a programmable digital timer with relay switch based on PIC16F628A. Programmable relays find use in numerous automation applications such as automatic street light control, watering and pump control, HVAC, home automation, power...
Continue ReadingESP8266 + I2S = Software-based 10-Base-T Ethernet Driver
cnlohr @ github.com wanted to have an Ethernet interface for ESP8266 so he build one. more details on hackaday. This is a relatively unreliable and coincidentally functional ESP8266 Ethernet driver. It only uses two pins on the ESP, the I2S pins, but does provide Ethernet. It does...
Continue ReadingWiGPSFi – ESP8266 + GPS module
euerdesign.de has connected the ESP8266 to an GPS and a SD-Card to scan networks – coded a MySQL-DB with some PHP parsers and dynamic maps – and get fascinated by all the 2,4 GHz radiation arround him. In this blogpost, you can only read about finding and printing out maps with...
Continue ReadingLoRaONE: the LoRa® IoT development board
LoRaONE is a new board to help you develop IoT applications fast and with ease. It's an Arduino compatible board packed with features and sensors, making it the ideal solution for makers and creators that can’t wait to make the Internet of Things a reality. It is easy to program,...
Continue ReadingGetting Started with Micro Python
Jacob Beningo has published a tutorial on how to start with Micro Python to build real-time embedded applications. The first step a developer interested in Micro Python must take before diving into a real-time embedded application is to select a supported development kit or...
Continue ReadingHow-to use PWM to Generate Analog Voltage in Digital Circuits
Maurizio @ emcelettronica.com tipped us with his latest article on how to generate analog voltages using a microcontroller. Many times, designers are faced with the need of generating analogue or analog voltage levels in purely digital circuits. Although the market provides today a...
Continue ReadingGetting Started with Atmel ATtiny10
Mahesh @ electronut.in show us how to program these tiny microcontrollers (ATtiny10) with Atmel Studio 7 and make an RGB led to light. I like Atmel tinyAVRs because they are tiny computers that I can (almost) wrap my head around. The Atmel ATtiny4/5/9/10 are the cheapest in the...
Continue Reading