VU2DLE MIDI

69 views
Skip to first unread message

Jatteau Marc

unread,
Oct 12, 2025, 1:51:58 AMOct 12
to Radioberry
Hello everyone,
I built the VU2DLE MIDI interface by creating my own PCB.
It works, but the encoders are working backwards.
Before rebuilding the PCB, is there a way to reverse the direction of operation in the menu of PIHPSDR ???

73 de Marc F6GKG

John Melton

unread,
Oct 12, 2025, 2:45:23 AMOct 12
to Jatteau Marc, Radioberry
It should be a simple change in the sketch to reverse the encoders.

-- John G0ORX 

--
You received this message because you are subscribed to the Google Groups "Radioberry" group.
To unsubscribe from this group and stop receiving emails from it, send an email to radioberry+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/radioberry/b3dadddb-e082-4ccd-8d75-8b9e82cb45edn%40googlegroups.com.

John Melton

unread,
Oct 12, 2025, 2:50:55 AMOct 12
to Jatteau Marc, Radioberry
Just looked at the sketch. Change the 2 lines in each encoder handler like below for encoder 1

  if (ENC1NewState == 32)  {s = 1; }
  if (ENC1NewState == 16)  {s = -1;}

Change to:

  if (ENC1NewState == 32)  {s = -1; }
  if (ENC1NewState == 16)  {s = 1;}

That should change the direction.

John G0ORX

Jatteau Marc

unread,
Oct 12, 2025, 4:35:23 AMOct 12
to Radioberry
Hello John
Thank you for your response.
I'm sorry but I don't know how to do it, I don't know anything about programming. Maybe give me some info and I'll see what I can do. I guess you have to use an app.
73 by marc F6GKG

jatteaumarc

unread,
Oct 13, 2025, 1:42:10 AMOct 13
to radio...@googlegroups.com

Good morning John
I couldn't find a sketch file in the rp2040, where is it?
73


From: Jatteau Marc <jatte...@gmail.com>
To: Radioberry <radio...@googlegroups.com>
Date: dim., oct. 12 2025 08:35:23AM UTC
Subject: VU2DLE MIDI

f6gkg45

unread,
Oct 14, 2025, 2:19:44 AMOct 14
to radio...@googlegroups.com

Hello John
I'm sorry, but I can't find any utility that can convert the rb.controller.c file to uf2 once it's been modified

73


From: jatteaumarc <jatte...@gmail.com>
To: radio...@googlegroups.com
Date: lun., oct. 13 2025 05:42:04AM UTC
Subject: VU2DLE MIDI
Reply all
Reply to author
Forward
0 new messages