Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
60 views

I’m working with an ESP-01 (ESP8266, AT firmware) connected to an STM32 “Bluepill”. I receive data from the ESP using UART interrupt (HAL_UART_Receive_IT) and I want to detect when a full response ...
Mohamed Ali Mohamed's user avatar
0 votes
0 answers
37 views

I am working on an ESP8266-based IoT project (waste segregation system) and trying to send data to Firebase Realtime Database. I am using the latest Firebase ESP8266 Client library (FirebaseESP8266.h) ...
Varunkumar's user avatar
0 votes
0 answers
39 views

I am working with ESP8266_RTOS_SDK, I have imported an old project from my backup which used to run fine earlier when I was using an old system. I have installed the complete tool chain (make / xtensa/...
Amorphous's user avatar
0 votes
2 answers
106 views

I am trying to write bare-metal code for ESP8266 (for learning how embedded system works). My GPIO code is working and now I am trying to play around with UART. In ESP8266 REG = 0x60000000 is FIFO for ...
RudraSama's user avatar
1 vote
0 answers
29 views

So basically what I am doing is, I created a simple Blink LED program using platformio for ESP8266 (no big deal). As we know, we get firmware.bin and firmware.elf files in .pio/build/nodemcuv2/ folder....
RudraSama's user avatar
0 votes
1 answer
49 views

I am using an ESP8266WiFiHW-628 V0.0.1 to create an access point (code below). While I am able to connect to the AP using a windows machine when I am trying to connect using iOS devices I get "...
Erez's user avatar
  • 11
0 votes
0 answers
25 views

I'm trying to connect my NodeMCU (ESP8266) device running Micropython to AWS IoT but wwhile running the code I'm getting the following error: start connecting Connected: True Key and Certificate ...
Shekhar's user avatar
  • 898
-2 votes
1 answer
306 views

The error of the form: "esp_task_wdt_config_t" was not declared in this scope, appeared even after calling the library. Since I am moving from Arduino IDE to PIO, I initially added the ...
Zaid Ali's user avatar
0 votes
1 answer
122 views

I am using Wemos Mini ESP8266 and trying to make control panel on this platform. But i have stuck when it needs to save data to a file. Tried to using LittleFS method to save json to file, still ...
Yukio Ito's user avatar
0 votes
0 answers
107 views

I've NodeMCU ESP8266CH340. Unable to verify fingerprint of SSL (Issued by Google Trust) with WifiClientSecure. I don't want to set client.setInsecure(); or bypass SSL verification. POST request failed ...
HEMANTH ABHIRAM SOMARAJU's user avatar
0 votes
0 answers
36 views

I'm trying to use an ESP8266 to connect to two WebSocket servers simultaneously using the arduinoWebSockets library. This is a snippet of my code. I then attempt to display data on 7 segment displays. ...
Jxck's user avatar
  • 3
0 votes
1 answer
194 views

I am trying to achieve a light sleep on ESP8266 with a GPIO wakeup. Everything is working fine except that if after wakeup the GPIO stays in a state opposite to the WAKEUP trigger level then the ESP ...
Vijay's user avatar
  • 93
0 votes
0 answers
45 views

I am working with a ESP01 module with AT Firmware, I have been trying to establish a communication between ESP01 and the Firebase database to read and write some numerical value but right now I am ...
divyanshu sharma's user avatar
1 vote
0 answers
69 views

I am trying to create an automatic captive portal using a Raspberry Pi Pico H with an ESP8266 Wi-Fi HAT. When I connect to the Wi-Fi, it works, but the user is not automatically redirected to the ...
Look_thisSTREAMING's user avatar
0 votes
1 answer
86 views

i have a problem with my new ESP01. I tried using AT commands with the baud rate of 115200, but don't receive OK answer. I also tried to flash it and didn't quite succeed as it's just flashing that ...
Maxymus 989's user avatar
1 vote
0 answers
41 views

I'm just trying to send a simple AT command but only getting back error responses indicated by my LED flashing twice. ESP8266 document tells me I should be using 115200 for the baud rate. My power ...
234Mike432's user avatar
1 vote
0 answers
40 views

I make a device on esp8266, which connects to php Workerman websocket server via websocket using WebSocketsClient.h library. Everything works, connection is established. But when I turn off the device,...
Alex Black's user avatar
0 votes
1 answer
65 views

I'm trying to debug my code on an ESP8266 with GDB, but can't get it to connect. ESP8266 code (gdb.ino): #include <GDBStub.h> void setup() { Serial.begin( 115200 ); gdbstub_init(); ...
Jan Petersen's user avatar
-2 votes
1 answer
47 views

I am trying to interface multiple buttons with Esp8266 and display it on a 16x2 LCD. I am using micropython. Here is my code import time from machine import I2C, Pin, Timer from i2c_lcd import I2cLcd ...
Waqar Ahmad's user avatar
  • 3,730
0 votes
0 answers
37 views

The ESP8266Webserver built in key-name pair parser does a nice job of accessing the arguments by name or by index. For example, it is almost trivial to process the following http get request http://...
Ornea's user avatar
  • 55
0 votes
1 answer
114 views

I tried to install nodemcu firmware to ESP32 C3 super mini board, with firmwares builded on https://nodemcu-build.com from dev-esp32-idf3-final branch. After flashed, the serial console outputs very ...
Lay András's user avatar
0 votes
0 answers
218 views

I had written some time ago a setup procedure that worked very fine when connecting my ESP8266 Wifi module to any Android device , to a Windows 10 Desk computer and a Windows 11 laptop. This is the ...
jptrol's user avatar
  • 1
-2 votes
1 answer
90 views

I am working with ESP8266 moduls in Wifi-Station Mode. Each new ESP8266 module is assigned a different IP address by the wifi router. That's why I need the Ip addresses as Javascript variable, but ...
Michael Wenning's user avatar
0 votes
0 answers
32 views

Despite 5 years of development with ESP8266 (mini D1) I'l still confused: My IDE version is 1.8.19 My sketch is 3300 lines but I made a test case: This is the sketch: // Globals int i=1; void setup() ...
DMike92's user avatar
  • 23
1 vote
1 answer
59 views

I have esp8266, it connected to 3 temperature sensors. I put all data in list (temperature and time). After 9 hour of work esp8266 just refresh everything and all data get lost. I tried check my code, ...
Yaroslav M.O's user avatar
0 votes
0 answers
57 views

I am attempting to turn my generic Arduino R3 (an ELEGOO UNO R3) into an IoT device by connecting an ESP8266 ESP-01 WiFi module. Here are my wiring connection: GND - GND TXD - RX IO2 - 3.3v (through ...
realistdream's user avatar
1 vote
0 answers
118 views

Just for the record, I am a C# developer and tend to focus more on api's and backends, firmware development / C / C++ is EXTRERMELY new to me! I have been asked to port our existing ESP8266_NONOS_SDK ...
A-Lone-Developer's user avatar
0 votes
0 answers
58 views

I was trying to connect to firebase using AT commands on ESP8266 (ESP01). Without authenticated rules I'm able to write to a node. But with authenticated rules, I'm having a trouble getting Auth Key. ...
saif's user avatar
  • 93
0 votes
0 answers
88 views

I'm pretty new at firebase and in my arduino project, where I use an ESP8266 01S module, I want to hardcode an Id, representing the Arduino project. Then with that Id I want to create if not already ...
Joaquin Hazzi's user avatar
0 votes
0 answers
57 views

I am using MicroPython on an ESP8266 to connect to an IMAP server and fetch unread emails. Although I can connect to the server and log in successfully, I’m having trouble detecting new unread emails. ...
Purple Thing's user avatar
-1 votes
1 answer
77 views

I'm trying to execute "transfer" function of an ERC-20 token with my ESP8266 Microcontroller using Micropython. The problem is Micropython doesn't have libraries like web3.py so i have to ...
Harsh Sharma's user avatar
-1 votes
2 answers
100 views

Ive been working with my ESP8266 and have encountered an issue that seems to be coming from nowhere and being unsolvanle. At least - to me. Basically I went on with this tutorial on building a simple ...
Alex Kolbeck's user avatar
0 votes
0 answers
87 views

I have had this problem with an esp8266 nodemcu where I cannot seem to find a way to update a variable on a webpage without having to sit there and spam F5, the project is for a weather vane to show ...
bob's user avatar
  • 11
1 vote
1 answer
434 views

I know this is an incredibly long questions but ive posted as much detail so I can give the most context and hopefully make it easier to answer. I am currently creating a program to receive messages ...
Samosi IV's user avatar
1 vote
0 answers
92 views

This is my code for ESP8266 trying to send a request to the API to get a response. But when I am trying to scan a QR code the output is always connection failed, at first I thought it was because of ...
jack's user avatar
  • 11
0 votes
1 answer
81 views

I'm using R serial::read.serialConnection() to read serial output from an ESP8266 connected with USB to my computer. I just used the standard example and it works perfectly for years. This is the code:...
Gabriel Silva Pires's user avatar
0 votes
0 answers
71 views

I have ESP8266 project in Arduino IDE that connects to AWS MQTT server. For this purpose PubSubClient (https://pubsubclient.knolleary.net/) library was used. After connect procedure execution I get ...
vico's user avatar
  • 18.5k
0 votes
1 answer
189 views

I am using an ESP8266 to get some data off an openDTU (as JSON file) to act as a status monitor. While getting the data from the openDTU the ESP8266's software watchdog "bites" every few ...
BeeJayF's user avatar
  • 305
1 vote
1 answer
447 views

I started working a small "smart home" project to learn about embedded development and Rust. I have an ESP8266 with a DHT to measure humidity and temperature, written in C++ a server ...
Spray'n'Pray's user avatar
0 votes
1 answer
110 views

I am trying to redefine WEBSOCKETS_TCP_TIMEOUT constant in this library: [https://github.com/Links2004/arduinoWebSockets]. But I do not want to change library, I would like to do it in my code. ...
Serge S's user avatar
  • 73
0 votes
1 answer
74 views

I'm working on a project where my ESP8266 receives color hexCodes from the internet and then I use that color for an LED strip. An example text that I receive is "$3#FF00FF" However my code ...
kazar4's user avatar
  • 79
0 votes
1 answer
51 views

#include <ESP8266WiFi.h> #include <SoftwareSerial.h> #include <ESP8266HTTPClient.h> #define RX_PIN D5 // Connect this pin to RX pin of the fingerprint sensor #...
Dhruval Patel's user avatar
0 votes
1 answer
109 views

I have an ESP8266. On this board I'm running the newest Version of the MicroPython firmware (1Mib). I have a Java Vaadin Web Application with 2 Buttons. One Button is for publishing, that the LED ...
Larshle's user avatar
1 vote
2 answers
193 views

I am using an ESP 12e on a MQTT system. When it first starts up I have wifiManager open an access point so the user can put in the wifi, password, MQTT name and Key. This all works fine. However ...
user1114881's user avatar
0 votes
1 answer
62 views

I can't print clock_t as a double or print time elapsed void app_main() { clock_t start, end; long double cpu_time_used; start = clock(); ESP_LOGI(TAG, "Elapsed time"); ESP_LOGI(TAG, &...
Adryan Reis's user avatar
1 vote
2 answers
150 views

Following problem: I am creating a webinterface for an ESP8266. The Webinterface should make HTTP Requests to the ESP that then executes Code. My Problem is that i get weird preprocessor information ...
Lipe's user avatar
  • 71
1 vote
1 answer
163 views

Hi I have been trying to use stm and esp-01 and cominicate with firebase with backend server. my backend server js is this: const express = require('express'); const app = express(); const ...
JakutenSiz's user avatar
0 votes
0 answers
89 views

I have connected my NodeMCU V3 to my laptop via Micro-USB (Good Quality). If I enter a basic code, e.g. LED blinking or Sensor reading, it works fine. But when I tried to connect to WiFi, NodeMCU ...
Harshal Chavan's user avatar
0 votes
0 answers
75 views

I want to send data to Firebase Realtime Database using stm32f4 and esp-01 wifi module. this is how I tried to connect and send to firebase Realtime Database connect firebase and send message funciton ...
JakutenSiz's user avatar
0 votes
1 answer
86 views

Problem: The ESP8266 example sketch StreamHttpClient, seems to be broken for 3.1.x version of the Arduino SDK. The URL is broken because it returns HTTP code 301. However, even if you fix the URL, the ...
Parag Thakur's user avatar

1
2 3 4 5
50