Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robertoostenveld/arduino
Arduino electronics hacking
https://github.com/robertoostenveld/arduino
arduino esp8266 lorawan neopixel rfm12b ttn
Last synced: 5 days ago
JSON representation
Arduino electronics hacking
- Host: GitHub
- URL: https://github.com/robertoostenveld/arduino
- Owner: robertoostenveld
- Created: 2015-02-21T08:37:50.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T19:37:03.000Z (8 months ago)
- Last Synced: 2024-10-11T23:25:39.427Z (2 months ago)
- Topics: arduino, esp8266, lorawan, neopixel, rfm12b, ttn
- Language: C++
- Homepage: http://robertoostenveld.nl/category/arduino/
- Size: 871 KB
- Stars: 202
- Watchers: 34
- Forks: 96
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arduino electronics hacking
Most of the code here corresponds to electronics hardware that is documented on my [personal homepage](http://robertoostenveld.nl/category/arduino/).
The code that I wrote and/or collected in this repository is mostly a mash-up of Arduino code snippets and examples that I found at various places on the internet. There are pieces where I am not even sure if I could be considered the original author. For the pieces of code here in which I invested more substantial (creative) efforts, I am happy to share back to the community without restrictions. So unless otherwise stated, please consider the code here to be in the public domain, i.e. you can do with it what you want. See https://fairuse.stanford.edu/overview/public-domain/welcome/
Please let me know if you see code here for which you consider yourself to be the creator and for which I have not properly credited you, for example through an issue or pull request.
Note that the code for the ESP8266-based ArtNet to DMX512 module that is documented [here](https://robertoostenveld.nl/art-net-to-dmx512-with-esp8266/) is not part of this repository any more but has moved to a stand-alone [esp8266_artnet_dmx512](https://github.com/robertoostenveld/esp8266_artnet_dmx512) repository.