Search found 5 matches

by N7UIC
Sun Aug 01, 2021 3:37 pm
Forum: Friendly Arm Nano Pi Neo / Neo Air
Topic: Nano Pi Air on board Wifi radio
Replies: 8
Views: 10113

Re: Nano Pi Air on board Wifi radio

Since I had a heck of a time finding this, here it goes. I used pistar-clone to clone the SDCard to my eMMC: pistar-clone mmcblk2 After that, I mounted /dev/mmcblk2p1 to /mnt: mount /dev/mmcblk2p1 /mnt I edited /mnt/arbianEnv.txt and changed my rootdev= line to: rootdev=/dev/mmcblk2p2 unmounted mmcb...
by N7UIC
Tue Dec 08, 2020 7:34 pm
Forum: D-Star Specific Support
Topic: DStarRepeater mode - Icom Radio in Terminal Mode
Replies: 6
Views: 4521

Re: DStarRepeater mode - Icom Radio in Terminal Mode

It only appears when the pi is booted with the serial adapter plugged in.
by N7UIC
Tue Oct 08, 2019 3:11 am
Forum: Nextion Screens
Topic: Zumspot / Nextion Driver problem
Replies: 7
Views: 6681

Re: Zumspot / Nextion Driver problem

My guess is the firmware you loaded was built without SERIAL_REPEATER enabled
Enabled SERIAL_REPEATER and now it works. Thanks for that.
by N7UIC
Tue Oct 08, 2019 2:59 am
Forum: Nextion Screens
Topic: Zumspot / Nextion Driver problem
Replies: 7
Views: 6681

Re: Zumspot / Nextion Driver problem

I grabbed the firmware from g4klx's github.

and yup its commented out in config.h

// #define SERIAL_REPEATER

Anything else I should enable from stock firmware?
by N7UIC
Mon Oct 07, 2019 8:17 pm
Forum: Nextion Screens
Topic: Zumspot / Nextion Driver problem
Replies: 7
Views: 6681

Re: Zumspot / Nextion Driver problem

I am able to get the nextion driver to work on a usb adapter but when I try to connect it to the hat it doesn't work. I used 'modem' in the Nextion driver section under advanced. I have an MMDVM on an Arduino DUE. Is this type of connectivity supported? The pins are there connected to tx3 on the ard...