Skip to content

mirecta/RtlDuino

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RtlDuino

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), ...

Development Status

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)

Installation

Pins RTL00

SCH

SD cards

SCH

(More info: https://esp8266.ru/forum/threads/arduino-dlja-rtl8710.1787/ )

About

Arduino module RTL8195/8711/8710Ax

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 90.6%
  • C++ 8.5%
  • Roff 0.5%
  • Batchfile 0.1%
  • Makefile 0.1%
  • Objective-C 0.1%
  • Other 0.1%