-
hello,i have some questions for rtos sdk,i am learning how to use the 8266 by the sdk,but l find some function is for esp32,e.g.“esp_event_loop_create_default”,“esp_netif_init” .i can`t find this in t…
-
Hey @NorthernMan54,
After I gave up a couple years ago, I'm back at it trying to connect my Valor fireplace to Homekit. I've spent a lot of time in the interim with some other Arduino projects so I…
-
A while back I bought several reels of WS2812 lights (aka neopixels). These are little RGB leds that are individually addressable via a single digital wire protocol. I also have a whole box of vario…
-
### Basic Infos
#### Hardware
WiFimanager Branch/Release: Master
Esp8266/Esp32:
Hardware: ESP8266 D1 Mini Board
Core Version: 2.4.0, staging
### Description
error Exc…
PhDSM updated
6 months ago
-
What I did:
- put a file in the ``data`` folder
- erased flash
- built file system
- uploaded file system
- uploaded sketch (that should modify the file system by writing files)
- tried to downl…
Miq1 updated
10 months ago
-
Hello. I have an ESP-WROOM-02D board (contains ESP8266ex). I am connected to it by a UART programmer. I can upload projects from the Arduino IDE and they work. So I started Thonny and wanted to use …
-
I recently used this HTTPSredirect library in one of my projects to access my Google calendar. I have it working on an ESP8266, but wanted to port it to an ESP32 because the project will need the addi…
-
Hi
Please see
https://github.com/orgs/micropython/discussions/11548
@glenn20 wrote:
> Oh, I nearly forgot.... re. Question 4... the country setting is not currently used for micropython on t…
-
Hi, I have to hack my hoverboard because of my projects in the mechanical class.
Thanks for your github, i think i can find a solution for the project.
I'm using GD32F130C8 and the board is same w…
-
Hi!
I have the code that is pretty wprking on Esp8266.
```#include
#include "AudioFileSourceSD.h"
#include "AudioOutputSPDIF.h"
#include "AudioGeneratorMP3.h"
#include "AudioOutputI2SNoDAC.h"
…