Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by stechiez

  1. S

    Build Digital Clock using Arduino and Led Dot Matrix Display

    Hi, In this project we will see how to build Digital Clock using Led Matrix Display. We will be using 4 digit of 8x8 led matrix segment and those all are connected to MAX7219 led driver. required Components are: MAX7219 led matrix module Arduino Uno DS1307 RTC module. Here is the complete...
  2. S

    Kicad: Random Tutorials

    Hi, How to import Custom footprint in Kicad https://youtu.be/UkqBEglePZg How to Create Custom symbol in Kicad https://youtu.be/6fzEUZ0Y8VI
  3. S

    interrupt or rtos in microcontroller

    I would say it is totally depends on requirements and cost of your project. Above things can be manageable with interrupt. And for that you can us controlller with limited flash and with cheap controller. If you want to try RTOS then first thing you will need is flash and better clock...
  4. S

    NeoPixel using microPython on ESP32

    Hi, In this project we will see how to interface NeoPixel Led strip with ESP32 with microPython running. Nexopixel can be use to give the mood to you room and which can be set using esp32 and further can be developed to customize it to work with wifi. https://youtu.be/jLy5SSRJ_aI
  5. S

    MicroPython on ESP32 and Wifi Connection

    In this video we will see how to use micropython for esp32. micro python is optimized python implementation to run on micro-controller and in constrained environment. Following Points are Covered in the following tutorials 1. Getting Start with ESP32 and microPython 2. Wifi Connection...
  6. S

    Post Data To Google Spread Sheet Using ESP8266

    Yes, you can find plenty of tutorials at one place. i have covered the tutorial on posting data to Firebase and thingspeak as well including demo. Have a look.
  7. S

    IOT | Post Data to google Firebase using ESP8266

    This is Demo to show how to post the data to Firebase using ESP8266. https://youtu.be/WwRjlMKAjXw
  8. S

    Gmail Notification on ESP8266 and OLED

    This Project is to get the e-mail notification of ESP8266 and Display it on OLED display. This system can be handy in case user just has to do with number mail received today. So, with this system one can directly turn on the module and number will be infront you.... Like Share and Subscribe to...
  9. S

    Post Data To Google Spread Sheet Using ESP8266

    This Project is to Post the data to google spread sheet using ESP8266. This will involve google script which will be manage to write the google spread sheet column and row. So, No need to use any third party server to update the google spread like IFTTT. Here, we are updating the temperature...
  10. S

    Build Solar Based Power Bank using Dead Mobile's Battery

    This Project is Solar Based Power bank at home with the use of dead mobile phone's battery. We can use any battery equivalent to mobile battery with the same schematic. Solar Panel will charge the battery and we can use the battery's power to charge mobile later. You can find the schematic...
  11. S

    PIC Programmer using Arduino

    Required Components: Arduino Board With USB to Serial USB to Serial (if USB to serial is not present on Board) PIC Controller like PIC16F1847 Breadboard Jumpers LED Resistor - 220 ohm Here is Schematic for the Project https://github.com/embhobbb/a-p-prog/blob/master/rough%20Schematic.png
  12. S

    PIC Programmer using Arduino

    This is Demo to guide how to build PIC Programmer using Arduino Board. We can use any Arduino board to program PIC Controller. This programmer works only on PIC which has Low Voltage Programming. I am using PIC16F1847 pic which has Low Voltage Programming. This project requires only arduino...
  13. S

    Programmable Cyclic On-Off Timer with Relay Output

    Here is instructable page where i have updated schematic of the project. https://www.instructables.com/id/Programmable-Cyclic-On-Off-Timer-With-Relay-Output/
  14. S

    Programmable Cyclic On-Off Timer with Relay Output

    Hi, This project is to build cyclic on-off programmable timer. In this project user can set ON timer and Off time using keys and 7 segment display. Relay is provided as output, where relay will be remained ON for ON time and it will goes OFF after ON time overs. And Relay will remain Off till...
  15. S

    Home Automation Display

    Here is Arduino Code and Display TFT file. https://github.com/embhobbb/nextion/tree/master/home_automation

Part and Inventory Search

Back
Top