-
Notifications
You must be signed in to change notification settings - Fork 10
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
"git clone https://github.com/projecthorus/wenet.git" needs authentication #12
Comments
Unsure why this would be the case. Can you paste the full output of what happens when you run: |
stinky@raspberrypi:~ $ git clone https://github.com/projecthourus/wenet.git/ |
In your example you have typo'd projecthorus. Please try running: |
I seem to have everything installed but ran into: pi@raspberrypi:~/wenet/tx $ python3 tx_test_images.py During handling of the above exception, another exception occurred: Traceback (most recent call last): |
The error there is pretty clear - /dev/ttyAMA0 doesn't exist. This is the serial port that wenet is trying to use to modulate the transmitter. Please check that you have followed the instructions, in particular the parts about enabling serial within raspi-config. |
Serial is enabled. Using Raspi 0 W. |
Then I Don't know what's going on, sorry. If you have serial enabled and have also set the dtoverlay settings (See the top of the wenet TX instructions), then you should have a /dev/ttyAMA0 device. |
No description provided.
The text was updated successfully, but these errors were encountered: