-
I have a RTL8722 chipset, and tested the micropython, found that no BLE module which like 'mechin/wifi/pin' and so on, please let me know is this special lib is working for BLE feature?
-
I'm trying to activate the ILI9486 with the following pins.
/*******************************************************************************
* Start of Arduino_GFX setting
*
* Arduino_GFX try t…
-
Hello moononournation!
I don't speak English so I apologize in advance for any inaccuracies in Google Translate
I'm trying to replicate the “RTLWiFiAnalyzer” project on the BW16-kit (RTL8720DN) bo…
-
I have tried all examples, but in each, the GC9A01 stars blink at an interval of 1 second. I have also tried both HWSPI and SWSPI but nothing changes. Solve this issue as this is so frustrating.
-
Dearest.
PlatformIO is a new generation toolset for embedded C/C++ development.
https://platformio.org/
Could you please add support and examples?
Cheers.
-
```console
#calibration_ok:[2:19:11]
FATFS Register: disk driver 0
FATFS mount logical drive fail:3
[DRIVER]: Error occured while mounting file system
[MP]: Imported all builtin libraries
Mi…
-
There is a low-cost dev board of RTL8720DN available. It only costs $5.
The RTL8720DN have the same processor, memory and wireless support as the RTL8722, but with lesser GPIO.
When I flashed th…
-
The RTL8722 has two SPI ports, but I get an error if I try and use SPI1 from the Arduino IDE. Is it supported?
-
Does the RTL8722 core support creating a soft access point, like the ESP8266 or ESP32?
I can't see any commands such as **WiFi.softAP()**.
If not, are there any plans to add it?
-
In the following program:
````
void setup() {
Serial.begin(9600);
}
void loop() {
Serial.println("Hello");
delay(1000);
}
````
the statement `Serial.begin(9600)` seems to be ignore…