Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
43 views

There is a builin function / method for the IPADDRESS class, .toString() which works fine on output via Serial.println However it does not seem to covert it actually completely when storing it in a ...
Mike Collins's user avatar
2 votes
1 answer
51 views

I am working on an Arduino project, and I have been trying to utilize SSDP protocol to connect to ESP8266 from my phone. Even though I can set static IP for my ESP and define its IP in android APP I ...
Kevin's user avatar
  • 23
-1 votes
1 answer
54 views

I am using SeedStudio ESP32 Xiao Sense to record multiple samples of audio at once. I modified the sample code to do so. However, for some reason the header is corrupted(not sure for other parts) and ...
Himanshu_Verma's user avatar
0 votes
0 answers
47 views

everyone! I'm trying to make a CO2 sencor and it works well, until its runtime exceeds 999999 milliseconds. My wiring is TXD0->RX, RXD0->TX, GND->GND and V USB->Vin pinout on picture. I ...
Urilobus's user avatar
-1 votes
1 answer
2k views

I am running VSCode 1.95.0 on Win10 64 applying Platformio for programming eg. ESP8266. I want to use the formatting feature of clang. Downloaded clang+llvm-18.1.8-x86_64-pc-windows-msvc.tar.xz and ...
autoguider's user avatar
0 votes
0 answers
61 views

The purpose of the code listed below is to enable Alexa to control a relay, which then controls a medical chair slave remote control. The code is significantly based on this example: https://...
Vin's user avatar
  • 1
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
1 vote
0 answers
90 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
0 answers
126 views

Mine is a basic IoT project using ESP8266. I have integrated Tzapu's WiFi Manager and PubSub Client library for MQTT. It uses a TLS connection using WiFiSecure. The code is mostly copied from example ...
Raja's user avatar
  • 1,319
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
1 vote
2 answers
147 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
0 votes
0 answers
88 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
357 views

I'm encountering an issue where my AS608 fingerprint sensor works flawlessly when connected to an Arduino Uno but isn't being detected when connected to a Wemos D1 R1 board (ESP8266). The sensor doesn'...
MEHAL WIAM's user avatar
0 votes
1 answer
116 views

I tried to receive array of float values via I2c using Esp8s66 (in Arduino IDE) in the following way: void receiveEvent(int byteCount) { // Ensure byteCount matches the size of the float array if (...
Fga's user avatar
  • 3
0 votes
1 answer
1k views

I've tried to connect my WeMos d1 mini with arduino and tried to upload my code to WeMos. However, there comes the error message: A fatal esptool.py error occurred: Failed to connect to ESP8266: Timed ...
Felix Meshach's user avatar
0 votes
0 answers
170 views

I have create a MQTT system using MQTTClient library on my Arduino IDE for ESP8266 to publish and subscribe to io.Adafruit. Everything is working great except there is some functionality that I can't ...
user1114881's user avatar
0 votes
0 answers
47 views

I am using Visual Studio code with Arduino Core to program an esp8266. I have a server running on it, and I have been trying to find a way to package my Bootstrap styling files into the bin that I ...
clixxclixx's user avatar
0 votes
0 answers
43 views

I am currently working on a project that transfers data and saves it directly to google sheets, however most of the other projects utilizes boards like NodeMCU and ESP32. Can the ESP8266-01 WiFi ...
James Salvador's user avatar
1 vote
1 answer
292 views

I am using The HTTP part to make a URL call, and the MQTT part allows to publish a message to a specified topic. BUT Experiencing connection issues when combining HTTP and MQTT calls in a loop,MQTT ...
Kalpesh Navadiya's user avatar
0 votes
1 answer
500 views

i am using esp8266 to calculate the rpm using hall 3144 sensor, and while doing so there is an issue arises in code. void exti_callback() { Serial.println("working"); } void setup() { ...
Ryu's user avatar
  • 1
0 votes
1 answer
192 views

With the help of PlatformIO and the U8G2 library, I want to write an application for an ESP8266 microcontroller. The U8G2 offers countless fonts, and I would like to display them on a graphical ...
Franziee's user avatar
  • 649
0 votes
1 answer
220 views

I have seen everywhere how to send FCM(firebase cloud messaging) notifications from Arduino through different libraries. However, I am wondering if there is a way to make Arduino subscribe to a ...
Alladin's user avatar
  • 1,072
0 votes
1 answer
112 views

I'm using an ESP8266 connected to an Arduino Uno via SoftwareSerial to make a get request to a telegram api. The data with AT-commands prints correct, but the response from the server is incomplete (...
Nikita0607's user avatar
-1 votes
1 answer
191 views

I am trying to monitor temperature with a D1 mini and a NTC, which is working, but the Temperature is calculated wrong. On the Serial Monitor I get Temperatures of around -300°C. When printing the ...
Louis Eiden's user avatar
0 votes
0 answers
257 views

I have a NodeMCU ESP8266 WiFi development board. I was using the RangeExtender-NAPT example sketch in Arduino IDE for ESP8266WiFi library. You can find the code here too. It works great. I was able to ...
Tirtharaj Sinha's user avatar

1
2 3 4 5
20