With raspberry pi1 (the 2011 model) the screen are working but not with omega that not recognize them.
I will probably resell my omega and various accessories because the assistance is not very helpful
Posts made by Daniele Scasciafratte
-
RE: Someone has worked with LCD 4x20 I2C Model 2004A ?
-
RE: Someone has worked with LCD 4x20 I2C Model 2004A ?
I tried with 3.3 and 5v, I tried also the same screen with an arduino uno and there wasn't any issue (the sketch printed and recognized the screen at the default pin as should be).
I tried with another i2c screen that I have and not worked (I had the arduino starter kit that doesn't include the lcd screen). -
RE: Someone has worked with LCD 4x20 I2C Model 2004A ?
I opened a ticket in their system and also written to them on twitter https://twitter.com/OnionIoT/status/1126978121423572992 (they replied but no action after that).
So right now I have 2 Omega2+ unusable because there is no assistance and I have to buy other board because the display are not working...
-
RE: [GUIDE] Install OpenWrt 18.06 on Onion Omega2 Pro
Just because I am curious what are the difference with the OnionOS firmware?
Because they are not replying since a while on the forum so I am wondering if it is the case to use another "distro" that has support and works. -
RE: Someone has worked with LCD 4x20 I2C Model 2004A ?
I am using the 0.3.2 b221
This is the output:This is the schema:
-
RE: Someone has worked with LCD 4x20 I2C Model 2004A ?
I was thinking that my display i2c (4/2 rows) were broken but after trying with arduino uno they works.
So I think that something is broken with omega, someone has suggestions? -
RE: Someone has worked with LCD 4x20 I2C Model 2004A ?
I have the same display but i2cdetect cannot reconize it so I have no idea what to do next.
-
How to Cross-Compile OpenWRT (python) packages for Omega2+
The documentation is lacking this part and also on mentioning somewhere in an easy way what packages are available to install with opkg.
The documentation at https://docs.onion.io/omega2-docs/cross-compiling.html# is not update with the one of the repo so ignore it initially.
I use Debian Sid (linux) so I ignore the part about Docker and download everything. Executing the commands in the readme at https://github.com/OnionIoT/source let me to compile everything, instead use the first link above was generating errors.
I was needing to cross compile python3-evdev and I don't understand why the full set of packages for OpenWRT also if available in the repo are not compiled for Omega by the vendor.
Anyway after a while my workstation compiled everything and also the SDK (to avoid any issue).
After compile the minimum build you can pick all the packages from the OpenWRT repo like the one I was needing withmake menuconfig
.
Searching there enable to you to mark all the packages that you need to be compiled.
Next amake -jN
where is Number of your CPUs + 1 let to compile all of them and you can find in thebin
directory.
Lateropkg install *.ipk
inside your omega (after that you copied the packages that you need in the sd card as example) and that's it.For me was the first time on cross compiling stuff and wasn't easy to understand because it was not clear how to generate packages instead compile custom programs (explained in the wiki).
PS: for who is looking to the python(3)-evdev packages check at https://github.com/Mte90/omega2-python-evdev
-
RE: Python evdev library for usb gamepad/joystick
There are any chance to get ported to python3?
Or at readme to try to compile for it? -
RE: Read value PWM on 18
I was trying to avoid to use the Arduino dock (that I have)
Maybe the ADC expansion is the only option.
Thanks for the reply -
RE: ModuleNotFoundError: No module named 'onionGpio' Python3
Seems that in the meantime they created new libraries for python3 but the documentation is not updated...
https://onion.io/2bt-python3-modules/ -
RE: [Project] Universal WIFI remote control
The project seems interesting but without the electric scheme is quite useless because I am trying to understand the pins from the video.
-
Read value PWM on 18
I followed https://onion.io/2bt-hardware-pwm-omega2/ that explain that omega can emit a pwm signal but I cannot find a way to read it.
I don't want to use the PWM expansion to read only a potentiometer
As I can see the electronic works because a led connected change the lights but I cannot find a command or a way to read the value from omega.
Someone has a suggestion?
I enabled that pin but https://docs.onion.io/omega2-arduino-dock-starter-kit/arduino-kit-reading-a-pot.html is for Arduino and in the forum I cannot find any tutorial.
It is very difficult to find examples about PWM without Arduino stuff -
RE: ModuleNotFoundError: No module named 'onionGpio' Python3
Same problem, for me the onion python modules support only python2...
-
OpenVPN on Omega2+
Reading on the forum there are already few experiments for that but there is no tutorial.
Explaining better I was thinking to remove the original image and flash the OpenWrt https://openwrt.org/toh/hwdata/onion/onion_omega2plus image.
Before to do that I want to be sure that solution works because after all I am changing the image of the board.Anyway my needs is to have a low cost device to get access with a VPN on a network without using the router itself.
I will use only to send wake on lan packets to the network so nothing very complicated or heavy on resources.
I checked also on the omega repositories and there isn't the openvpn package available so seems that the solution is compile or change the image.