-
The vive tracker sample doesn't work. By modifying the code a bit so that leds light up during different parts of the sample it seems like tracker.isConnected never returns true. Just sending the data…
ghost updated
4 years ago
-
**Is your feature request related to a problem? Please describe.**
The editor hover seems unnecessarily large. It covers up a lot of the code, which is especially annoying/distracting when it is tr…
-
as in title
-
Can you please add ESP32 support!
```
#if defined(ESP8266) || defined(ESP32)
#include
#define MQTT_CALLBACK_SIGNATURE std::function callback
#else
#define MQTT_CALLBACK_SIGNATURE void (*callbac…
-
Hi all, I am new to this and are haveing som issues sending my sensor data to the IoT Azure Hub. I have cheked my setup several times, this is last resort.
In the serial logger I get this statuses:…
-
_Adding this issue here for tracking specific configuration issues from users._
Thank you for taking the time to help us figure out what's going on.
To help us out with narrowing down what's goi…
-
Hey,
im using aREST for controlling my relay, all goes fine untill after few hours the esp8266 get bricked and i need to physically unplug and re-plug it.
whilee trying to figure out why my esp8266 is…
-
Having some trouble getting it to receive... Send work like a charm...
Could it have something to do with:
https://forum.arduino.cc/t/setting-up-isr-for-adc-on-zero/655967/2
-
Hi, I'm using an esp8266 with standardfirmatwifi and j5. It works great when I blink an led, but an i2c sensor is non-responisve. I have tried with a bme280 and both the data and change event listener…
-
This issue was first reported in my project here https://github.com/kervinck/gigatron-rom/issues/36 but I now believe the root cause might be in USBCore.cpp
Tested in Ardiuno IDE 1.8.1 and 1.8.6 (a…