Hello everyone, I am currently attempting to integrate SDI interface (product is Meter CTD) with Particle Boron. Here are the steps I have taken and would appreciate any feedback or recommended next steps.
I have taken time to try to parse together scripts and libraries from these sources:
- The particle boron example found here
- Functions from this SDI12 library
- And the electron SDI 12 library here
Here is my current working repository: GitHub - BentleySettin/SDI12_Boron
The main problem I have overall is congruency between the libraries and the script. I have tried going through the libraries and commenting out the errors but am stil experiencing issues within my code.
Based on previous Particle forums it seems like a few people recommend using a transceiver chip which will most likely be my next step. Also a thank you to all the wonderful github users whose resources I am using and mentioned above!
Any help or guidance is much appreciated!