re_roy
1
Which system do you use? Android, Ubuntu, OOWOW or others?
Android
Which version of system do you use? Khadas official images, self built images, or others?
official images
Please describe your issue below:
I want use GPIO for external module (ex: led, servo motor, …)
but now edge2 doesn’t support edge-io :<
Q&A GPIO_available_options_pogo_pin
I think above link is my last options to Using GPIO
did you have any official documentation or recommend contents about communicate GPIO with 7-pogo pins ??
numbqq
2
For this usage, Edge2 IO board is more suitable, we will release Edge2 IO board soon.
2 Likes
re_roy
3
I can’t wait until release…
I want to know how to communicate using pogo
numbqq
4
You can get the schematic for Edge2 here: https://dl.khadas.com/products/edge2/schematic/edge2_sch_v11_220920.pdf
Pogo pin part:
One thing you need to know is that, the pogo pin contain very limit functions: ADC, UART (Debug), USB
If you want to use it, you can design your hardware.
1 Like
re_roy
5
I only use GND, 5V, PWM thease 3 option… so i solidering tp3, tp4, tp7
and I wonder how to sending signal to tp3 at android os
numbqq
6
There is no pwm on pogo pin.
1 Like
re_roy
7
if i use GND, 5V, (RX or TX)?
numbqq
8
Yes, uart debug console is on it.
1 Like
re_roy
9
THANK YOU for your kindness
additionally What should I do to send a signal to TX or RX?
numbqq
10
Hello @re_roy
Maybe this can help you with the program with serial console.
1 Like
re_roy
11
Thank you for your kindness:+1:
re_roy
12
Hello~ May i ask you a question??
how to get gpio index or tty name from pogo pins(TP1~7)