-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP8266 Wifi Support? #34
Comments
The idea of a rest api on a really inexpensive esp8266 is how I found this project. This would be really fun to do. |
I am definitely considering it, and even working on it! I am focusing on what I think is the most interesting: running a full aREST module on the ESP8266 itself, without Arduino or other controllers. However the core of aREST, which is having a web server up and running, is still a challenge. But I will update this repository and the aREST.io website when I have news! |
Of course, if some of you are willing to help me on that task, any help is appreciated :) |
I don't have any experience with the esp8266 but would like to find the right module. According to this, http://www.esp8266.com/wiki/doku.php?id=esp8266-module-family, there are many modules available. It looks like the esp-01 is the most common and available http://www.adafruit.com/products/2282. It looks like there are more pins available that can be used. Saw more pinout information on common versions available here https://github.com/esp8266/esp8266-wiki/wiki/Hardware_versions. |
I am currently using both the very simple & cheap one for my tests, and also this one: https://www.olimex.com/Products/IoT/MOD-WIFI-ESP8266-DEV/ It's super cheap, and you have access to much more pins including the onboard ADC. |
This will be supported soon using: |
That's now done :) |
Would you consider adding support for the ESP8266 wifi interface?
It's far cheaper than other wifi options for arduino...
The text was updated successfully, but these errors were encountered: