-
Notifications
You must be signed in to change notification settings - Fork 13
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
Trying to install Coral Enviro Board to R.Pi3B #89
Comments
@neilh10 I'm sorry, what's the actual issue? |
Hello @Namburger , thankyou for getting back. If the board isn't supported anymore I should just use one of the others that are out there PIM486 Trying to guess at some debuggin .. pi@rpi3nhab:~ $ ls /boot/overlay.txt pi@rpi3nhab:~ $ ls /boot I thought overlays are .dtbo ? ~ but can't see anything that relates to this board. Is there a way of listing the boards EEPROM to be able to verify what its requiring rpi3nhab:~ $ ls /boot/overlays/ pi@rpi3nhab:~ $ cat /proc/version pi@rpi3nhab:~ $ i2cdetect -y 1 |
Hello gosh my bad eyes - it is actually showing "nan" and for some reason with the small type I was seeing "nam" - I've corrected all the above references to use "nan" |
@neilh10 ahhh, my apologies, I read the title of your issue wrong and completely thought that you're trying to do something else which leads me to all type of confusion from the info that you gave :P
It is supposed to just works so this could be an issue :) Here are a couple of suggestions:
go to this line and change:
to this:
Then I'll try to get our documentations updated and the code fix. |
Hello The ssd1306 looks like its already been incorporated - file attached, and this is what I actually see
rebooted and tried again. Still same problem |
whoopies, you have to add that cs_high=True to the serial_interface argument:
Sorry, I reversed the order on that previous comment...) |
Oh thanks for the pointer. I'm using it as a tutorial this morning, still doesn't work
This now runs, However this still gives same "nan" For such a simple program (with lots happening in the libs), seems like something is missing. Either specifying what version of raspberryPi OS it was tested on, OR .... .... |
I just rebuilt a raspberry from new on a uSD, enabled the SPI and I2C with "sudo raspi-config", added the cs_high=True. |
Im having the same trouble here!
Debugging the sensors structure, after each read it returns:
cheers! |
I think problems comes when board.py tries to look for the sensors. The path /sys/bus/iio/devices/ seems to be empty |
I've gone with https://shop.pimoroni.com/products/enviro?variant=31155658489939 PIM486 and it worked straight away. |
Finally decided to go for a custom version of the code. It is a modification from the original project adding more libraries to control the sensors. Now I'm getting all the values! let me know if any of you needs the code. |
What did you end up doing? Which libraries? |
Hi! sorry for the delay, I made a custom repo for that solution. Check my profile! :D |
https://github.com/Luisibear98/google-coral.git Thats the repo! just enter on the folder and install requirements! |
Even when I download your repo, the sensor will not display RH or light level....this is really perplexing to me. I think there is something wrong at a lower level. |
Did you cloned my repo and Installed the requirements.txt? Im using python3 and it is working :). |
In addition, could you test the test.py script I did? |
Followed the instructions, and the display reads out "nan" for actual readings.
Purchased the Coral Enviro Board from Mouser.
I'm wondering, shouldn't there be an overaly in /boot/overlays for the CoralEnviroBoard.
The text was updated successfully, but these errors were encountered: