Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Porting code from Arduino Web of Things project #1

Open
draggett opened this issue Jul 9, 2015 · 3 comments
Open

Porting code from Arduino Web of Things project #1

draggett opened this issue Jul 9, 2015 · 3 comments

Comments

@draggett
Copy link
Member

draggett commented Jul 9, 2015

I plan to start work on this project when the Arduino Web of Things project is further along, as the C++ should be directly re-usable for the ESP-8266. The main exception is that as far as I am aware, the ESP-8266 doesn't have any EEPROM. The Arduino Uno has 1 Kbytes.

@draggett
Copy link
Member Author

The Arduino ESP hardware library emulates EEPROM with. However you can also use an external EEPROM chip via I2C

@draggett
Copy link
Member Author

How to get an interrupt to signal when a new packet is ready on a socket? I need this to implement an event driven architecture.

@jollen
Copy link

jollen commented Feb 18, 2016

Did we plan to use FreeRTOS and 3rd party libraries. FreeRTOS runs well on ESP8266, and I've ported lwip and CoAP components to ESP8266. These software stacks (FreeRTOS -> lwip -> CoAP) would be the infrastructure of Web of Things servers. It's C++ programming model.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants