Arduino module RTL00(RTL8710AF), F11AMIM13 (RTL8711AM), F11AFIM13-B1 (RTL8711AF)
PADI (RTL8710AF), F10AFIM13-B1 (RTL8710AF), TinyCon2005-A-BE (RTL8711AF),
WFM-400 (RTL8711AM), WFM-410 (RTL8711AF), WFM-250 (RTL8195AM),
AW-CU238, AW-CU239 (RTL8711AM), AW-CU245, AW-CU245, AW-CU245 (RTL8711AM/RTL8195AM/RTL8711AF),
WG6611 (RTL8711AM), RAK473 (RTL8711AM), RAK474, RAK476 (RTL8711AF),
6110R-IF (RTL8710AF),
MJIOT-AMB-01 (RTL8710AF), MJIOT-AMB-02 (RTL8195AM), ...
List of improvements/differences to https://github.com/pvvx/RtlDuino
- WIFI now support STA+AP mode and in AP u can choose IP address
- Arduino String support binary data
- Basic support RTL Cryptographics API (only MD5 at this time)
- Ported HTTP server from ESP8266 https://github.com/esp8266/ESPWebServer
- Http auth uses hw MD5 calculation
- Server can receive and send binary data (application/octet-stream) for optimalization (more work can do in javascript client side) (original server not support this)
- Server has new method for serving static from documentroot from SD card
- In sending file try to find gz version and automatic choose this variant for minimalisation of data transfer
- Some fixes Wifi library for new webserver
- Improvement SDFat , u can open file with modes r,r+,w,w+,a,a+ (for write for append etc.)
- Add option to flash RTL8710 via stlink and openocd (u must install openocd)
- Install Arduino IDE and Ameba (reference: http://www.amebaiot.com/ameba-arduino-getting-started/ )
- Go to Arduino IDE installation directory
- Clone this repository into hardware/development/rtl87xx directory (or clone it elsewhere and create a symlink)
- Restart Arduino
(More info: https://esp8266.ru/forum/threads/arduino-dlja-rtl8710.1787/ )