-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Karang edited this page Dec 16, 2014
·
2 revisions
This wiki aim to explain how to get started with the Ardunet platform, an open-source arduino-like SDK for the esp8266.
- Real Time Operating System based on FreeRTOS
- Low power 32-bit MCU
- CPU is running at 80MHz
- 802.11 b/g/n protocol
- Wi-Fi 2.4 GHz, support WPA/WPA2
- It has GPIO, I2C, UART, ADC, SPI, PWM and some more
- 32KBytes of instruction RAM
- 96KBytes of data RAM
- 64KBytes boot ROM
- 512KBytes of flash (I2C)
(From PMClab)
- Arthur Hennequin (Software)
- Yanis Mazouz (Hardware)