{"id":21443983,"url":"https://github.com/superoo7/solar_boat","last_synced_at":"2026-04-19T19:02:34.288Z","repository":{"id":98064964,"uuid":"88108794","full_name":"superoo7/solar_boat","owner":"superoo7","description":"The iOT part of the solar boat (DONE)","archived":false,"fork":false,"pushed_at":"2017-08-04T03:01:16.000Z","size":801,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-23T10:44:55.466Z","etag":null,"topics":["arduino","c","c-plus-plus","cpp","dissolved-oxygen-sensor","iot","mega","platformio","temperature-sensor","thingspeak","turbidity-sensor","ultrasonic-sensor","uno","wifi"],"latest_commit_sha":null,"homepage":"https://www.instructables.com/id/Sensors-and-MicroController-Used/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/superoo7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-13T00:37:43.000Z","updated_at":"2019-04-08T02:38:53.000Z","dependencies_parsed_at":"2023-03-13T16:05:59.689Z","dependency_job_id":null,"html_url":"https://github.com/superoo7/solar_boat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superoo7%2Fsolar_boat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superoo7%2Fsolar_boat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superoo7%2Fsolar_boat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superoo7%2Fsolar_boat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/superoo7","download_url":"https://codeload.github.com/superoo7/solar_boat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243955804,"owners_count":20374373,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arduino","c","c-plus-plus","cpp","dissolved-oxygen-sensor","iot","mega","platformio","temperature-sensor","thingspeak","turbidity-sensor","ultrasonic-sensor","uno","wifi"],"created_at":"2024-11-23T02:15:25.576Z","updated_at":"2026-04-19T19:02:29.260Z","avatar_url":"https://github.com/superoo7.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Solar Boat\n## Instruction\n[link](https://www.instructables.com/id/Sensors-and-MicroController-Used/)\n\n## Description\nAn autonomous boat powered by solar that used Arduino Mega to collect data.\nSetup of microcontroller please check [SENSOR.md](https://github.com/superoo7/solar-boat/blob/master/SENSOR.md)\n\n\nVideo is below\n\n[![vid](https://img.youtube.com/vi/F-L40Tb0cZ8/0.jpg)](https://www.youtube.com/watch?v=F-L40Tb0cZ8)\n\n## C++ short notes\n[Notes.pdf](https://github.com/superoo7/solar-boat/blob/master/Notes.pdf)\n\n## Choices of IDE: Arduino IDE, Atom(with platformIO)\nFor making OOP work, if Arduino IDE is used, we need to make all the files into libraries.\nAtom (platformIO) is a preferred method for developing large projects like this.\n\n## For testing:\nwe are using arduino UNO for testing and arduino MEGA for real use\n\nin platformio.ini change:\nuno -\u003e megaatmega2560\n\n`board = uno           ;megaatmega2560`\n\n### Done\n* Done ThingSpeak API Setup\n* OOP part done for: _UltraSonic_, _Turbidity_, _Dissolved O2_, _Temperature_\n* Detect UltraSonic Distance using [HC-SR04](https://www.amazon.com/SainSmart-HC-SR04-Ranging-Detector-Distance/dp/B004U8TOE6)\n* **Tested** Use of temperature sensor LM35. circuit and codes:\n![LM35](/reference/temperatureLM35/LM35.jpg)\n\nsource: [instructables](http://www.instructables.com/id/ARDUINO-TEMPERATURE-SENSOR-LM35/)\n* Turbidity sensor done [reference](https://www.dfrobot.com/wiki/index.php/Turbidity_sensor_SKU:_SEN0189)\n* added library\n* Done OOP Object setup\n* Basic setup of ThingSpeak (update and read) in reference\n\n### reference/leo\nOriginal file by leo\nArduino 1 has the GPS module, if you want to test it, test it on the TinyGPS++ \"Full example\" first, once it is okay, run the Final Arduino 2 file, that file is to upload the GPS to ThingSpeak\n\nArduino 2 attaches the compass for the bearing, which is supposedly to be run on Autopilot Main file\n\n### reference/ThingSpeak\n#### Thingspeak for testing:\n\n##### UPDATE\n`https://api.thingspeak.com/update?api_key=APIKEYS\u0026field1=1\u0026field2=2\u0026field3=3`\nThe thingspeak will return a number that indicates the location/sequence of the number\n\n##### READ from public\n`https://thingspeak.com/channels/123456`\n\n\n### Contributors\n* Leo\n* [Lai](http://www.github.com/superoo7)\n* Jason\n* Anis\n* Puteri\n\n### License\nread [LICENSE.txt](https://github.com/superoo7/solar-boat/blob/master/LICENSE.txt) (MIT License)\n\n### Reference\n\n#### Libraries\n* [OneWire.h](https://github.com/PaulStoffregen/OneWire)\n* [DallasTemperature.h](https://github.com/milesburton/Arduino-Temperature-Control-Library)\n\n#### Referred Website\n* [UltraSonic HC-SR04 setup](http://howtomechatronics.com/tutorials/arduino/ultrasonic-sensor-hc-sr04/)\n* [ThingSpeak Arduino setup](http://community.thingspeak.com/tutorials/arduino/send-data-to-thingspeak-with-arduino/)\n* [ThingSpeak GitHub (check example)](https://github.com/mathworks/thingspeak-arduino)\n* [GPS Setup visualisation](https://www.youtube.com/watch?v=D20uSl_JHrk)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperoo7%2Fsolar_boat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuperoo7%2Fsolar_boat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperoo7%2Fsolar_boat/lists"}