Public projects 4
Soil Control Grid: From The Ground To The Cloud
Project tutorial by Andrea De Gaetano
- 3,421 views
- 4 comments
- 13 respects
Toolbox 10
Respected projects 21
Pick and Place Delta Robot (Controlled by Arduino Mega)
Project showcase by David
- 12,121 views
- 6 comments
- 96 respects
Make a Safe Zone for Android/iOS/Win10 Devices by Arduino
Project tutorial by ElectroPeak
- 10,635 views
- 9 comments
- 50 respects
Comments 6
Soil Control Grid: From The Ground To The Cloud over 2 years ago
Swiper - Auto Tinder/Bumble Swiper almost 3 years ago
I think it's a fun project :D
You should add some "randomness" to the swipe.. in order to be less recognizable :)Really Smart Box about 3 years ago
Hi ,
nice project, I did something similar with mkr1000 (it's in my project list) but this is better!
I see only a problem...
How does it work mkrfox1200 in closed environment? It is not a problem to reach the sigfox network?
I will try to recover the code as soon as I can.. If you can't wait you can see the code on https://www.youtube.com/watch?v=2U9QrkND1Nc&list=PLkPWuk-bc5LLC5UlCO0SErxUFyJcPgn2B&index=5 , see the /plantdata endpoint how is it constructed. All the information from the 3 sensors are appended one each other inside the arduino, thanks to this function "message = message + moisture_output1 + ";" + moisture_output2 + ";" + moisture_output3 + ";"; and that's how the data is sent and than stored in the database.