Hey developers, we're glad to have you here! Before you start contributing to these repositories , remember that it is really important to make this celebration of Open Source inclusive and open to everyone.
These repositories are made by MUJ ACM S-Chap are to help developers like you get started with Open Source.
In this repository, we are using NodeMCU(with esp8266 wifi module) to connect with our server from which we can control the actuators and get data from senors that are connected to our nodemcu. To start with we have added simple route on our server /api/nodemcu which returns the state of the LED. So the the route gets called by our NodeMCU, and then we can change the state of LED. You can clone server from NodeMCU Server The main aim of the repository is to help you learn about basic in IoT. You can add your .ino file with various feature in the contributions folder and also locally change server routes by cloning the repository mentioned above.
We have added reference material for you to learn things easily.
To connect the NodeMCU with wifi:
- Connect the NodeMCU with your computer.
- Change the WiFi credentials.
- Change the server link to your locally hosted server.
Don't worry, the Open Source Community have got your back!! Add your repository to this list so others can find it and start contributing.
- Insert Link Here
- Insert Link Here
- Insert Link Here
NOTE: Check out the
CONTRIBUTORS.md
file of the repository you are planning to contribute to know how the maintainers would like you to contribute to their repository.