Hello all,
First of all I'm a complete newbie about circuits and electronics.
I recently bought a 3D printer and I saw this project on thingiverse.
Quick sum up : LEDs (WS2812) lamp controlled by an ESP8266.
The main issue is that the firmware of the ESP8266 provided to control the LEDs do...
I have a garage door wall button which has 13.6v across. This is the typical wall button most of us have in the our homes to open and close the garage from inside the house. I want to replace the wall button and connect a ESP8266 IoT chip to control from smart phone and this chip only need...
I`ve bought this board: link to shop (Elecrow ESP8266 ESP-12S A9G GSM GPRS+GPS IOT Node V1.0 Module)
Here I`ve read about it: wiki page
I would like to use that board with 1inch screen and send data with GSM. I would like to buy LiPoly rechargeable battery for it. I have quite basic electronic...
Hello all,
I'm new to this forum but have a question I'd like to see if I can get some answers to and guidance on how to proceed. I have a diy maker project using an ESP8266. In short, it sounds an remote chime and I get a SMS text when a magnetic door switch (reed switch) is opened. I've...
Hi everyone,I have been working this lasts month on a little Arduino project about making a remote control car. I'm using 2 Arduino Uno boards, one for the car and the other for the remote controller. I'm also using the module ESP8266 12-f for sending and receiving orders (I use the AT...
I was reading datasheet of TPL5110 it says "the TPL5110 has a unique One-shot feature where the timer will only power the MOSFET for one cycle."
I do not understand what does it mean by "One-shot feature" and "turning on MOSFET for one cycle" here what does it mean by one cycle?
I want to turn...
I'm trying to setup interrupt in arduino based environment using board ESP8266-01, based on help i found on different sites i wrote following code, but when i program my device it continuously shows interrupt message "Interrupt Ocurred: 1" on serial monitor, while same program running if i pull...
Hi all,
I'm using ESP32 model: ESP8266 with a built in BT module.
I'm trying to open a BT connection between the board and an phone app with sending data rate of ~1-3kHz.
I'm using Aruino IDE as a code environment and implementing the connection using #include "BluetoothSerial.h" library...
For all with interest in application of the ESP8266 and ESP32 family microcontrollers from Espressif, I would like to reccommend the following project we are working on.
Based on Micropython, we havebuilt a basic framework for IoT projects with ESP chips. The framework has out of the box and...
Hi everyone,
I’m seeking guidance. I have a tricky situation which I don’t really know how to get out of.
I want to design a system which would consume the least amount of power possible.
The idea is to have an ESP8266 do a simple task every minute (updating a e-paper display) and sleep the...
Hello,
I'm in the process of programming interesting project using Nodemu + ESP8266 (WiFi module).
Microcontroler create own web page and there is a switch toggle (slider) which you can turn on and turn off LED diod. Now I can turn ON and turn OFF led diod by switch toggle(slider) in web page...
what else?
Ways to Power a Project
Here are some of the most common methods used for powering a project:
USB Power
Variable DC Benchtop Power Supply
AC to DC Wall Adapter (like a computer or laptop would use)
Batteries
When I use STM32f103 to control the esp8266 WIFi module to send data to the network debugging assistant, the wifi is in the transparent transmission mode under the sta, and can send data to the network assistant, but it can't send 0x00. What is the reason?