-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add Description for post-build-script.py #11
Comments
I have updated the post-build script so that it should only run clang-format if it can find it. Please let me know if that works. |
And there is a note in the main readme.md file now. |
Hi, think i need to check python requirements on my machine. I get a python failure on the POpen command (i am running 3.9). |
It is 'Popen' rather than 'POpen'. It should be supportd from Python 3.5 I think. |
i got the advanced wall sensor board and it seems like it doesn't work with the code where should i update and how? |
Hi,
The board should work with the code. I use the advanced board with the base code with no issues. Do you have access to an oscilloscope?
Try the following things (in no particular order)
Check the solder joints for dry joints, and re-solder those that don’t look “shiny”
Check the orientation of the emitters / photo transistors. If either are not the correct way, you won’t get any readings on the outputs
I can’t remember which way round (currently on a boat leaving Sardinia), but one has a very tight spectral response, so you may need to tweak the alignment of the sensors
Check that the transistors switching the emitters are the correct way around as well.
Thanks,
James
On 28 Sep 2024, at 16:39, SITHILMANETH ***@***.***> wrote:
i got the advanced wall sensor board and it seems like it doesn't work with the code where should i update and how?
thank u
—
Reply to this email directly, view it on GitHub<#11 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AOEEW2AWHOFIIOHINDDVI63ZY25SJAVCNFSM6AAAAABPAVZQ6OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBQGY3DCMBVGY>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Hi, a useful note on the purpose of the file, and any relevant software installs that are needed would be excellent. I have discovered that any software dependancies that are missing cause the build to fail.
The text was updated successfully, but these errors were encountered: