-
-
Notifications
You must be signed in to change notification settings - Fork 27.8k
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
Add ESP #1689
Merged
Merged
Add ESP #1689
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ESP Microcontrollers are not only incredibly cheap and relatively fast, but they boast full TCP/IP support through Wi-Fi, and in the case of the ESP32, even BLE support. The ESP8266 and ESP32 have become highly popular, and the go-to devices for almost all IoT projects because of those reasons, largely replacing the Raspberry Pi in small embedded uses. As I was learning how to do IoT development, I could never find a comprehensive list of resources for these chips, so I made one.
(Sorry, didn't notice)
unicorn |
alexesprit
approved these changes
Jan 26, 2020
As suggested by @sindresorhus, it might be better to leave it open to other microcontrollers. (Especially with the new 32S) Co-Authored-By: Sindre Sorhus <sindresorhus@gmail.com>
This should be dropped:
In |
I've dropped it and added the links to the quoteblock. |
DejanPerovic
pushed a commit
to DejanPerovic/awesome
that referenced
this pull request
Jul 6, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The ESP8266 and ESP32 have become highly popular, and the go-to devices for a good chunk of DIY IoT projects, largely replacing the Raspberry Pi in small embedded uses.
https://github.com/agucova/awesome-esp#readme
The list includes cool projects, useful libraries, tools and firmware for both microcontrollers. Note that I disabled two linter rules, both, I believe, false positives. (I'll raise an issue in awesome-lint).
By submitting this pull request I confirm I've read and complied with the requirements 🖖
Pull requests reviewed: #1688 and #1687.