Anthony Elder
Anthony Elder
Now that I finally have this compiling, how do I find what ESP8266 API's are available to use from Rust? The generated [example](https://github.com/emosenkis/esp-rs/blob/master/build.sh#L130) uses things like ```esp8266_hal::OutputPin``` and ```LED_BUILTIN```, where...
Great app! I'm trying it and can get readings but they dont update in real time, I need to put the app into the background the foreground again for the...
### Board ESP32 ### Device Description M5Stack EduKit ### Hardware Configuration n/a ### Version v2.0.4 ### IDE Name Platformio ### Operating System Windows ### Flash frequency 40MHz ### PSRAM enabled...
Still in progress but simple sending works so putting in a PR now if you've any comments on the API etc?
Is there some way I could configure something so that I can set a root topic based on the host name that devices are connecting to the broker with? What...
I can't get the model training to work at all well from following the Wiki guide: https://github.com/MycroftAI/mycroft-precise/wiki/Training-your-own-wake-word#how-to-train-your-own-wake-word. Hopefully I'm just doing something silly or wrong so hoping you can point...
Hello. I'm trying your [CSR generating example](https://github.com/wolfSSL/wolfssl-examples/blob/master/certgen/certgen_example.c) on an Arduino but the compile fails with: ``` :\Arduino\arduino-1.8.12\libraries\wolfSSL\asn.c: In function 'SetTime': C:\Arduino\arduino-1.8.12\libraries\wolfSSL\asn.c:10402:29: error: dereferencing pointer to incomplete type 'struct tm' output[i++]...
Have a new COM.NB-IoT (SIM7020G) with Core2 but can't get get anything much to work. Have an external 5v power supply for the COM.NB-IoT and inserted a SIM card and...
timer.rs
I see there's some unfinished timer code in timer.rs. Whats the status of that and could you give any pointers on what needs to be done to get it working?
Should this work to upload a binary from the Arduino IDE using the ESP32 / Arduino framework? It doesn't for me. I have this sketch: ``` void setup() { Serial.begin(115200);...