A place to talk about anything and everything Omega related
4188
Topics
22713
Posts
What does dmesg say?
That image file you're trying may not contain WiFi kernel driver module.
If you post dmesg result, I can tell if WiFi driver is pre-packaged or not.
Hi Crispyoz,
Thank you for responding. I really appreciate it.
Here is a snippet of what I tried.
First, you can see that the apcli0 is does not have the most RX bytes and TX bytes as suggested in the instructions.
Second, you can see in Step 4 when I tried to configure Samba an error message popped up that said permission denied.
Any advice?
Please & Thank You

Go-to resource for frequently asked technical questions
54
Topics
109
Posts
@luz very interesting. Thank you for the contribution.
I did the same thing. But with a different logic.
Run the "master" board
every minute she try, by wifi, to connect to an omega-... connect on ssh (with key accept by default yes) without sshpass.
After a successful connection ssh she inject a script that downloads the .bin from a repository on the LAN and starts the sysupgrade.
(by wifi)
I tested it with 100pz in 2 houres, all automatic. I can create many masters... and do everything faster.
But my version is sh + python script
Onion Omega2+ is the best! €€€
Hello, I have yet to get an Onion Tau LiDAR and have been wondering the capabilities of this device. What I want to accomplish is finding the closest point in the frame. One of the simplest ways of doing so seem to be through the getUint16LittleEndian(array, index) method. Is it possible to get a picture of what the method returns? Also, how do you call this method?
If this does return just the LiDARs smallest number (Z), is there any way of getting the index ((X, Y) or a index number if it is just one long array) of that smallest point?