-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
T-Lora Pager #7613
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
T-Lora Pager #7613
Conversation
Hi Manuel! |
The key in the lower left corner can be used as ALT key. I think it's code 21. |
Well yes, either alt or sym. (I said it wrong above but you got the point). |
But the display support is very good to now included in the original code. 😉 |
This looks good, but I just wanted to call out that the fact that any movement of the jog wheel immediately triggers the canned message dialog, which seems problematic. Particularly because the "press button" of that jog-wheel is extremely sensitive on my device. You may want to consider fixing that. |
This is externally managed by the canned message module. |
Okay, but why aren't these settings baked into the variant? |
Because there's no need if these can be changed at runtime in a flexible manner. |
I would imagine that variants should be configured to more or less "work out of the box", but okay. Incidentally, the GPS is completely INOP on this build, so the checkbox on |
GPS is working fine here. The Antenna is abysmal, takes a long time and clear sky for an initial fix. |
Huh, I'll give it another try. |
Hi there, thank you very much for the Pager support. I managed to build and run it, but how can I navigate through the menu? |
You can use:
|
Thank you, one more: is there an option to turn ON/OFF keyboard backlight? |
You can toggle the keyboard backlight in two intensities using SYM + SPACE |
Is there any newer build, coz it's not working for me SYM is the very bottom left button?
UPDATE:
Never asked :), just pulled all new commits and it's working - Thank You !!!
…On Aug 22, 2025 at 23:15 +0200, Manuel ***@***.***>, wrote:
mverch67 left a comment (meshtastic/firmware#7613)
> is there an option to turn ON/OFF keyboard backlight?
You can toggle the keyboard backlight in two intensities using SYM + SPACE
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Hey. I just ordered this device. How do i build the firmware for it? |
Build instructions are in the meshtastic docs. |
I've implemented a fsm based bounce-free rotary encoder driver. It will replace the updown encoder implementation which is completely useless for T-LoRa Pager. So to activate it either do a factory reset or enable the (new) updown encoder:
The wheel press button activates the popup menu on a screen which options can then be selected using the wheel. Even though the encoder pin processing is now based on polling (instead of interrupts) there is no more false direction detection. Now it's 100% accurate. Edit: |
includes PR #4684 +fix for greater performance 😛
Status
🤝 Attestations