ESP-201 an ESP8266 breadboard friend
To plug the ESP-201 in the breadboard is necessary to remove the 4 pin connector from the botton of the board and install it in the component side. A quick pinout reference to start the wiring:...
View ArticleBattery Life of an ESP8266 design
The use of the relatively “new” and absolutely “cheap” ESP8266 IC generates a rush in the apparition of new IoT applications. Lately I’m looking for devices that can run on batteries for months. A...
View ArticleATtiny104 Xplained NANO, experimenting.
Atmel launches the ATtiny104 Xplained Nano evaluation kit, a nice way of introducing this $0.40 microcontroller. The small and low cost evaluation board includes an on-board programmer. After received...
View ArticleATtiny104 ADC and USART Example
This is a working example of the analog acquisition made with the ATTINY104. ATtiny104 Xplained NANO and Atmel Studio 7 was used. Here is the C code: /*ATtiny104_ADC_Serial.c * Example of the...
View ArticleATtiny104 Xplained NANO Pinout Reference
My Quick Pinout Reference of the ATtiny104 Xplained NANO Development Kit:
View ArticleWiring TFT Display to Arduino NANO
Wiring Diagram: A clean approach to attach the Display to Arduino NANO: All the components in place. SD Card adapter also is connected to the Arduino. Reading the analog input A0: Plotting the analog...
View ArticleTiva C LaunchPad Base Plate, Easy Wiring
A week ago went back to to Tiva C launchPad, this time I am interested in to refresh some concepts and try examples of RTOS (Real Time Operating System). The use of a RTOS usually means several...
View ArticleSimple Graph With Arduino NANO and TFT Library
This is a simple plotting example to experiment with the TFT Library and the LCD Display with the ST7735 controller (128×160 pixels). First, a clean wiring diagram to connect the Arduino NANO and the...
View ArticleArduino Sketch upload via Bluetooth
After a Smart Robot Kit assembly : Start looking for a way to upload Sketches to the Arduino wirelessly. After some Internet searching… decided to go deeper and understand how the HC-06 Bluetooth...
View ArticleUsing Bipolar Stepper Motors With Arduino and Easy Driver
Controlling the NEMA 17 MERCURY SM-42BYG011-25 Arduino Sketch highlighted using http://hilite.me/ : /*EasyDriver_Test.ino Arduining.com 6 MAY 2012 Sketch used to test the EasyDriver board from...
View Article