Jump to content

Andy West

Members
  • Posts

    16
  • Joined

  • Last visited

Everything posted by Andy West

  1. Setup: Orange Pi One 16Gb SD card Running Armbian Stretch (Mainline Kernel 4.14) Using XFCE4 Desktop Environment eGalax Touch based 1503M 15 Inch 1024*768 Monitor HDMI (IN - FROM Pi) to VGA (OUT - TO MONITOR) Adaptor I have the monitor setup and working, everything boots through to XFCE however the touch panel is inverted and the 'active area' is smaller than the screen. Although the touch panel is responding I have the following issues X and Y crossed over Both Axis Inverted roughly 2cm 'Dead Zone' on the perimiter of the screen I have attached it to my laptop and the screen works fine, so It must be a driver issue. Ive tried to use xinput_calibrator and save the output to 99-calibration.conf in /etc... however it makes no difference How can I go about getting this screen to function correctly? Ive tried the drivers here however the installer reports that the detected controller is not HID compliant Any help appreciated, Andy
  2. I'm trying to access GPIO through python using the following library: https://github.com/duxingkei33/orangepi_PC_gpio_pyH3 Online guides say that for OPi One this should be a plug and play solution. However, for me, the pins dont seem to be mapping properly, running dir(ports) and dir(connector) yields the results shown here All the PAx pins are missing, and the results bare no similarity to the actual pin config found here any help appreciated, Andy
  3. Hi all, thanks for the comments on here, by far the easiest way Ive found to develop a GUI app is to use electron There is a pre-compiled version for arm with support for H3 and mali 400 thanks for @Sodrohu for suggesting it, Andy
  4. Im using armbian stretch on an Orange Pi Zero Plus. On normal boot up, the system hangs at starting version 232 for around 1-2 minutes. After this the system procedes to boot normally. What is this delay time and is there any way I can remove it?
  5. I am trying to build Qt on an Orange Pi One by following the guide here: here It says that How could I go about obtaining or creating the toolchain for the Orange Pi One (Running Armbian Xenial)
  6. Could you take me through how you've got NWjs to work on the orange pi? Thanks, Andy
  7. Ill certainly look into those, the only problem is that I need to be able to control the hardware too as this system is effectively used to turn relays on and off which is what made me stick to C/C++/Python Thanks
  8. Hi Tido, Thanks for your reply, I have had a search for kiosk but in my case that is irrelevant as the problem is just developing a GUI application for Armbian, it just so happens the intended use is a kiosk style system, Where can I find the documentation for compiling and is that compiling related to Qt5? Thanks, Andy
  9. Andy West

    Andy West

  10. I'm trying to develop a kiosk system using an Orange Pi One (Based on Allwinner H3 - Mali400) running Armbian Xenial To do this I need to develop a full-screen GUI application (I don't have much experience in this area) I'm looking for a professional way to do this, Ive spent about a week trying to get Qt to cross-compile from my laptop but not getting much luck, Any ideas / advice welcome, Andy
  11. @Igor Unfortunately, thats made no difference, still the same empty list
  12. @Igor Thanks for the reply, how do I switch? I havent modified anything in /boot as far as I know
  13. Im in the progress of making an internet radio with an Orange Pi Zero plus using armbian. Ive just gone to enable the audio device in armbian-config and when i go though to system -> hardware, the list is completely blank with just tick boxes but no content Any ideas? thanks
  14. Just managed to find this with an updated mapping for H5 https://github.com/herzig/orangepi_PC_gpio_pyH5
  15. Thanks for the reply, I origionally stayed away from armbianIO as I was unable to switch between input and output during the running of my python program
  16. I'm using the Orange Pi Zero Plus for a WiFi radio application and need to operate some LED's / Pots etc Ive previously used an Orange Pi Zero (Regular) and had no problem using pyA20 library or wiringpi With the Pi Zero Plus, using pyA20 gives me this error for any port: AttributeError: module 'pyA20.gpio.port' has no attribute 'PA0' or using wiringpi (gpio readall) gives me: Oops: Unable to determine board revision from /proc/cpuinfo -> No "Hardware" line -> You'd best google the error to find out why. Any suggestions appreciated, Thanks Andy
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines