This project log is sort of announcing a new path for the project. I have decided to further refine this project to the point where it could be considered a product. I am going to use this hackaday page as a place to contain a version that will use solely DIY tools (Arduino, Raspberry Pi, etc.) and a minimal amount of specialty products.
This new direction has resulted in me also deciding to use LoRa as the communication protocol. This is because I want the product to be battery powered and my province does not currently have widely available LTE-M. My first testing of LoRa went ok and I'll detail it more below.
My first attempts were bad because I was using MKRWAN_v2 to update the firmware so that I could use the examples in, https://github.com/sandeepmistry/arduino-LoRa, and it would appears that the firmware MKRWAN_v2 uses is not compatible with that library. Eventually, I used the MKRWAN library to update the firmware and it worked well. The reception between two Arduinos was definitely acceptable.
My current development plan is roughly as follows:
- Communication between Arduino and Raspberry Pi hub
- Curate the Arduino data sensibly so that it is easy for the pi to understand (JSON or some other format?)
- Create an App and/or database to display the data for the farmer.
- Set the Arduino to be battery/solar powered
- Polish this proof of concept before starting to create specialized hardware for the final product.
Now that is a lot simpler of a plan than it will really be, but it gives an idea of what to look forward to.
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.