Questions tagged [orange-pi]

RPI QUESTIONS MUST BE PROGRAMMING RELATED. Orange-Pi is an open-source single-board computer, it can run Android, Ubuntu, Raspberry Pi Image. Non-programming related questions are better asked on superuser.com

Orange Pi

enter image description here

Image Source

Useful links

If the question is not programming related then it may be on-topic at Raspberry Pi Stack Exchange, Internet of Things Stack Exchange or Unix & Linux Stack Exchange.

96 questions
11
votes
1 answer

"FTDI USB Serial Device converter now disconnected" issue with docker and arm

I am using an Orange Pi PC PLUS2 (emmc memory, arv7l 32bit) for controlling another device through a serial connection (RS485) with a serial converter that uses FTDI chips (sparkfun bob 09822). I am using docker containers and docker-compose to…
Bertone
  • 756
  • 2
  • 9
  • 23
8
votes
1 answer

Accessing GPIO on OrangePI PC Plus ( H3 ) on Armbian 3.4.113 and newer

how to access GPIO on Armbian 3.4.113 on OrangePi PC plus ( SoC H3 ) now that the old method using gpio-sunxi and editing the .fex-file is obsolete ( want to share this ... )
ralf htp
  • 9,149
  • 4
  • 22
  • 34
5
votes
2 answers

Audio and 3G data via UART in GSM module using AT commands

I have got a question. I want to buy a GSM/GPS/3G module for minicomputer like Orange Pi Zero Plus 2, so it can't be something like Raspberry Pi GSM Hat. I have found really good module, but I am not sure about some things. Maybe you can help…
Kacper G.
  • 662
  • 8
  • 30
3
votes
2 answers

How to install serial port module on Node?

I have a problem installing the serial module on Node. I am using Raspbian server for orange pi zero H2. root@OrangePI:/home/node# npm install serialport return npm WARN package.json one@1.0.0 No description npm WARN package.json one@1.0.0 No…
Daniel
  • 33
  • 1
  • 5
2
votes
1 answer

Getting an error when installing the .Net 5 Runtime on Armbian (on an Orange Pi Zero)

I'm trying to install the .Net 5 Runtime on Armbian Focal (Ubuntu 20.04) or Buster (Debian 10), running on an Orange Pi Zero. So I followed Microsoft's instructions here: https://learn.microsoft.com/en-us/dotnet/core/install/linux-ubuntu but on the…
Fabricio Rodriguez
  • 3,769
  • 11
  • 48
  • 101
2
votes
1 answer

Does .Net Core 3.1 run on an Orange Pi Zero?

I'm trying to figure out if .Net Core 3.1 will run on an Orange Pi Zero. I need to create an app for it which reads/writes to both the serial port and GPIO ports, and since the only programming language I know is C#, my two options are Mono or .Net…
Fabricio Rodriguez
  • 3,769
  • 11
  • 48
  • 101
2
votes
0 answers

PWM SPI I2C GPIO on android for Orange pi pc

I want to connect an RF24 Transceiver to my Orange pi Pc board that installed Official android on it I can turn on and turn off some digital pins with ADB command and set value to "/sys/class/gpio" Address in Android Os but I want to use Spi…
ahmad
  • 21
  • 1
2
votes
1 answer

Buildroot with readonly filesystem: allow writing on /etc

I'm preparing a Buildroot IoT project based on Orange PI Zero, so I will make it a readonly system. Anyway, I need to persistently write on /etc to update wpa_supplicant.conf when user configure it for his WiFi network. I also need to update a…
flip79
  • 1,178
  • 2
  • 15
  • 28
2
votes
4 answers

Orange Pi Zero: Obtain IP without accessing Router Interface

I have an Orange Pi Zero, which I have flashed DietPi on. It does not have HDMI, so I need to connect to it via Putty (or a similar program). The problem is that I cannot obtain the device's IP address, which seems to be a requirement in order for…
user8951490
  • 833
  • 1
  • 10
  • 21
2
votes
1 answer

Can Android Things work with Orange Pi 2G IoT?

Will Android Things run on OrangePi 2G IoT board?
2
votes
3 answers

Orange Pi WiringPi

I am using Orange Pi on my project , and I searched for how to control its pin via python and i FOUND some results which suggest to install Wiring Pi .I installed WiringPi from https://github.com/WiringPi/WiringPi and also with pip but in both…
t_ashrefov
  • 51
  • 1
  • 7
2
votes
2 answers

Rookie error with Node.js, Johnny Five and Raspbian

I'm currently trying to communicate with Arduino through a web server created with Node.js installed on my Orange PI PC. In order to do this, I tried to use the module called johnny five, but the only output I receive is a bunch of errors. I'm using…
filyps98
  • 21
  • 3
2
votes
0 answers

How to compile RTL8188CUS driver for OrangePi

I want to make my USB WiFi dongle working in OrangePi. I've downloaded the driver from Realtek website and started to compile it, but got the error: orangepi@OrangePI:~/rtl8188C$ ls -la total 64 drwxr-xr-x 6 orangepi orangepi 4096 Sep 11 2013…
Paul Serikov
  • 2,550
  • 2
  • 21
  • 36
1
vote
0 answers

Trouble activating PWM on PA6 of Orange Pi One using DTSO and WiringOP

I'm attempting to activate PWM on pin PA6 of an Orange Pi One board. I've tried using a Device Tree Blob Overlay (DTBO) and accessing the sysfs interface, as well as using the WiringOP library, but I'm encountering issues. I'm using Armbian…
1
vote
1 answer

Failing to request_irq() on PC0x pins

I'm trying to use pin PC3 as an interrupt, but it returns the error code -22 in the gpio_to_irq() function. In user-space i can use it normally as a GPIO, but I need it to function as an interrupt in a driver. #define GPIO_PIN 67 #define…
John
  • 343
  • 3
  • 10
1
2 3 4 5 6 7