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?