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 vbshightime

  1. V

    How to control Battery Drain while connecting Sound sensor

    Here are some current spacification used in ESP8266. ESP8266 works indifferent modes and draw current accoardingly 1. DeepSleep: it draws around 20uA of current with only clk is on 2. Light Sleep: when only modem is off and controller is off it draws around 70mA 3. Awake mode: it draws around...
  2. V

    Extend EEPROM via I2C connection with ESP8266 and make it use for storing the data

    you can store any datatype to the eeprom char - 1byte, int type -2bytes so, its better to store the char datatype. in case you want to store the wifi credentials to eeprom like ssid and password, you need to specify the address where you want to store the char. begin your eeprom and specify the...
  3. V

    Send Wireless Sensor Readings with online servers

    I went through this link you can use EsP8266 for the same . connect the sensor to the ESP8266. A Mesh network can be created which will get the sensor readings and broadcast the sensor data to different nodes available in a mesh network. If in case one of the node is not working, set the...

Part and Inventory Search

Back
Top