-
Hi!
Does not compiled for me.
Looks like missed 'u8g2.' in write function.
```size_t write(uint8_t v) {
uint16_t e = utf8_next(v);
int16_t delta;
if ( e == '\n' )
…
-
Pulled this for some work on an RTL8710, looks like it doesn't compile anymore on nightly because collections has been merged into alloc. I've got it compiling on my own fork making some small changes…
-
Package: QFN-48 (6 x 6 mm)
CPU: ARM Cortex M3 @ 166MHz
RAM: 48KiB available for user firmware
Flash: 1MiB on-chip
WiFi: 802.11 g/n (up to 150 Mbps) 1x1
GPIO: Up to 21 GPIO pins
I²C: Up to 3 I²C ports
…
-
What kind of issue is this?
- [X] PlatformIO Core. If you’ve found a bug, please provide an information below.
Support for Ameba Arduino: [RTL8195] [RTL8710] would be much appreciated
https:…
-
Hey
Is it posible to port simba\pumbaa to the new RTL8710 wifi chip?
http://www.cnx-software.com/2016/07/28/an-alternative-to-esp8266-realtek-rtl8710-arm-cortex-m3-wifi-iot-modules-sell-for-2-an…
Kenzu updated
7 years ago
-
Thank you for this repo. it has made all the difference in getting rtl8710 to be programmable. I could not install on debian 8 ( 3.16.0-4-amd64) until I made local copy of repo and modified the syste…
-
Hi,
I wish to add the RTL8195AM & RT8710 Ameaba Platforms support to this install script.
Not very well aware Travis. But I can learn with your help.
It would be helpful to extend testing portfol…
-
i did all as you wrote.
the blinky and other codes, compiles with arduino, bute when I try to transmit through my jtag it does not want to upload to the padi iot stamp...
here are what arduino i…
-
Hi,
I have a PADI IoT Stamp that I've soldered onto a breakout. I have it connected to an Si1445 UV sensor via I2C with SCL=GC5 and SDA=GC4. My sketch is the example si1145test from Adafruit:
…
-
This sample always initialize SDRAM.
RTL8710AF and RTL8711AF don't have SDRAM.
When execute this sample on RTL8710AF, display SDRAM initialize error messages.
But SDRAM initialize code is in bina…