Jump to content

p789

Members
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I now have tried the led-matrix with an arduino and it works perfectly. So the problem seems indeed to be on the armbian-side. Any suggestions on how to proceed?
  2. Hi, thanks for replying. It is a MAX7219, the manual can be found here: https://cdn.shopify.com/s/files/1/1509/1638/files/AZ039_A_7-13_EN_B07CRF13ZQ_214c9067-2dde-4ce9-9f90-943eb3046e57.pdf?v=1721043187 The module does not show any reaction to scripts that run without errors. The scripts however do report errors when eg I use the wrong device. When I touch the backside of the led-matrix it lights up, so it seems my fingers simulate somehow data incoming that it does not seem to get otherwise. I don't understand the SPI interface very well but could it be that there is something wrong with the cs-signal, so that the pi sends out data but the matrix thinks another slave would be the recipient? Could it be an issue with a device tree overlay? And in armbian-config I have a choice of spidev_0_0, spidev_1_0, spidev_1_1, spidev_1_2 and spi_spidev.... What is here the proper selection?
  3. Hi, I am trying to get a led matrix to work via the SPI interface but cannot get it to work. I have enabled the interface and have an spi-device under /dev and there is a spi-module loaded. I have tried to connect MOSI and MISO to run spidev-test and everything seems to be fine but when I connect the led-matrix simply nothing happens. I can run the example-scripts from the luma-matrix library without getting an error - but there is simply nothing appearing on the matrix - however it does light up when I touch it on the backside... i have tried to use different values for param_spidev_spi_bus and param_spidev_spi_cs in armbianenv.txt but to no avail... Does anybody have an idea what I could try? many thanks!
  4. Hi, I am having a problem getting the graphical login to work... What I run is an ubuntu jammy image with gnome, however when I boot with my tv connected via hdmi it seems to work at first but finally I end up with a screen just displaying the above error. armbianEnv.txt contains the line "disp_mode=1920x1080p60" (a mode my TV supports), yet when the device starts it uses the 4k mode - could this be part of the problem? So how could I get this working and how would I ensure that my device only uses fhd resolution, even though my tv can also do 4k? Many thanks!
  5. So what I want is to control 433Mhz power plugs from my orange pi. I have both a sender and a receiver module that get connected via the gpio pins. For the plugs I have a remote control and now i need a way to replicate that behaviour - ie I need a program that can sniff the 433Mhz signal coming from the remote control and analyze it in such a form that I can send it out again via the sender. In the good old sysfs times there were tools (like the 433Utils I mentioned above) that could do that - and my question is how this is done today...
  6. Hi, what are currently the options of controlling 433Mhz sender/receiver devices from an orange Pi zero 3? Currently the gpios are no longer exposed via sysfs but you could re-enable that feature by compiling a new kernel with the proper configuration. Then wiringpi would work again and you could use 433Utils. But what would be the options without compiling a new kernel? What 433Mhz library exists that uses the new way of controlling the gpios? I am a bit confused about the current state of affairs, please enlighten me...
  7. Hi, I am having problems connecting my orange pi zero 3 to my TV via hdmi: No matter what I try the TV reports "no signal". Before I came to armbian I have tried the vendor-supplied debian and arch images and could not get hdmi output on any of them, so it might be that my micro-hdmi adapter is faulty or that the hdmi-port on the device itself is faulty, but over the weekend I cannot replace any hardware so I thought I try here to see if anyone has an idea on what to try. The image I am currently running is Armbian_community_24.5.0-trunk.58_Orangepizero3_jammy_current_6.6.17_gnome_desktop.img. When I log into the device I can see that an Xorg process is running. xrandr produces this output: Screen 0: minimum 320 x 200, current 1024 x 768, maximum 8192 x 8192 HDMI-1 connected primary 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm 1024x768 60.00* 800x600 60.32 56.25 848x480 60.00 640x480 59.94 When I disconnect the hdmi-cable xrandr reports "HDMI-1 disconnected", so at least a little bit of hdmi-functionality is there... The device is connected via an micro-hdmi adapter and a hdmi-cable, I have checked the hdmi-cable but I do not have another adapter nor do I have another micro-hdmi device, so unfortunately I cannot test the adapter. What I have noticed is that (at least sometimes) the device seems to lose network-connectivity (ethernet) when the hdmi-cable is connected - and regains connectivity as soon as the hdmi-cable is disconnected, so there seems to be some conflict between hdmi and ethernet. I do not know where the display modes come from that xrandr displays as the TV is a 4k model that supports a lot more modes. So my question is: Is there anything I could try to get hdmi working or at least to narrow down the problem?
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines