-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error reading Module ID from EEPROM #141
Comments
Probably better to try Pedro |
Hi Tomas, I also found this project 1-2 years ago and was also really excited about the possibilities. However, I noticed that the distributed architecture would be difficult to maintain. I spun off the ideas from Tyler and Pablo and integrated them into a hydroponics citizen science project. You can find the data on our Grafana server and the source code over at our Github page. If you have any questions, contact me via LinkedIn. |
The error you are seeing is from the communication with the arduino module. The module is not returning a correct ID or it has not been initialized. Have you built and installed any arduino nodes? Look in hapi/src/dumb_module/arduino |
I do. I'm installing the one configured for platformio, right now this is the serial output:
Still getting:
Thank you! Looks like a great data visualization/interpretation layer, I will definitely try it out after I set the base HAPI system. Coincidentally, I'm also using a BME280, love it. |
First of all, hello everyone. I love this project, I have been reading a lot of it. I really like it's modularity and the avahi integration.
I'm having some problems running smart_module.py, and getting the error quotes above.
I have been trying to communicate with Tyler (Linkedin, email, contact page, join us page) with no success, so I would like to know if you have another communication channel than previous mentioned, so I thought starting here.
The text was updated successfully, but these errors were encountered: