Replies: 41 comments
-
I use NanoPI NEO2 with Armbian stretch, h264 encoding camera and rtl8812 wifi |
Beta Was this translation helpful? Give feedback.
-
i ordered two yesterday and they literally arrived 10 mins ago. thank you i will try it all again now. |
Beta Was this translation helpful? Give feedback.
-
i have followed all the instructions and i am getting the current error. Any help would be great root@nanopineocore2:/# systemctl status wifibroadcast@gs
Jun 12 14:33:40 nanopineocore2 systemd[1]: Started WFB profile gs.
|
Beta Was this translation helpful? Give feedback.
-
journalctl -xu wifibroadcast@gs |
Beta Was this translation helpful? Give feedback.
-
thank you so much. i got to see the error and now it is working. How did you get the rpi camera to send data through the link? is it ok if i post a basic step by step guide? well its what i did so it may help |
Beta Was this translation helpful? Give feedback.
-
Systemd service file for raspbian fpv-camera.service:
|
Beta Was this translation helpful? Give feedback.
-
Step-by-step guide will be ok - I'll add it to the wiki |
Beta Was this translation helpful? Give feedback.
-
i will write it an send it to you. I had it working and rebooted and am now getting ImportError: cannot import name IPRoute i have pyroute2 installed but it still gives this error |
Beta Was this translation helpful? Give feedback.
-
try to install pyroute2-python2 (or something like this). |
Beta Was this translation helpful? Give feedback.
-
python2 -m pydoc pyroute2 |
Beta Was this translation helpful? Give feedback.
-
so i have fixed that error and both tx and rx are running. I try to test and get this error telemetry.config_parser.ConfigError: 'ascii' codec can't decode byte 0xe2 in position 76: ordinal not in range(128) is it something i have done wrong? |
Beta Was this translation helpful? Give feedback.
-
Remove non-ascii symbols from config file (for example unicode dash and quotes). Test it with |
Beta Was this translation helpful? Give feedback.
-
it is only while running the wfb_cli test. the code doesnt have the issue normally |
Beta Was this translation helpful? Give feedback.
-
ok. so that fixed the issue but i am seeing link lost on all three connections. i cant ping 10.5.0.2 or 10.5.0.1. for the test to work is there anything i am missing? both scripts are stable and the cards have been configure to right channel and power |
Beta Was this translation helpful? Give feedback.
-
Check frequency channel. Try to switch from 5.8 to 2.4 GHz. Upload your config files and logs (from journalctl) |
Beta Was this translation helpful? Give feedback.
-
I use this to build my own.
https://github.com/armbian/build/blob/c7a9f59293b29020a0e9ed81ef9c28b230015ac0/README.md
Vasily Evseenko <[email protected]> schrieb am Mi., 26. Juni 2019,
12:25:
… I use https://dl.armbian.com/nanopineo2/Debian_stretch_next.7z but with
custom kernel from FriendlyArm:
http://wiki.friendlyarm.com/wiki/index.php/Building_U-boot_and_Linux_for_H5/H3/H2%2B
Patched drivers for 8812au is here: https://github.com/svpcom/rtl8812au
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#39>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADCDDP6CQJYJW547DEFVMOLP4M7ZLANCNFSM4HXINW7A>
.
|
Beta Was this translation helpful? Give feedback.
-
I have both pi's (all versions) and nanopineocore2 |
Beta Was this translation helpful? Give feedback.
-
@svpcom |
Beta Was this translation helpful? Give feedback.
-
How to install kernel and modules:
|
Beta Was this translation helpful? Give feedback.
-
@svpcom |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
@svpcom |
Beta Was this translation helpful? Give feedback.
-
It should overwrite. You need to connect USB-UART to NEO2 serial console to debug |
Beta Was this translation helpful? Give feedback.
-
@svpcom |
Beta Was this translation helpful? Give feedback.
-
You need to mount boot partition into /boot (it depends on image, some images have separate boot partition and other single partition for boot and root) |
Beta Was this translation helpful? Give feedback.
-
@svpcom |
Beta Was this translation helpful? Give feedback.
-
What is on serial console during boot? |
Beta Was this translation helpful? Give feedback.
-
@svpcom |
Beta Was this translation helpful? Give feedback.
-
@svpcom |
Beta Was this translation helpful? Give feedback.
-
it seems that your u-boot environment in /boot directory is corrupted |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I have been having real problems with making all of this work.
Can anyone who has made it work help with a rough guide.
What base image did you use? What hardware?
I am having real trouble getting everything to work. Can anyone help at all?
Beta Was this translation helpful? Give feedback.
All reactions