Skip to content
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

[Bug]: T1000-E external notifications only work with factory firmware #4566

Closed
jasonseritt opened this issue Aug 27, 2024 · 1 comment · Fixed by #4575
Closed

[Bug]: T1000-E external notifications only work with factory firmware #4566

jasonseritt opened this issue Aug 27, 2024 · 1 comment · Fixed by #4575
Assignees
Labels
bug Something isn't working

Comments

@jasonseritt
Copy link

Category

Hardware Compatibility

Hardware

Other

Firmware Version

2.4.3

Description

When factory new, device will beep when message received, no longer works after an update via the web flasher, possible this function was hardcoded into factory firmware found at: https://files.seeedstudio.com/wiki/SenseCAP/Meshtastic/firmware-t1000-e-2.4.0.46d7b82_Alpha_pre_release.uf2. Seeed does not list any GPIO pins in their documentation to get this working with external notifications module. Would like external notification settings baked into device UF2 if possible.

Side note, cannot do a drag and drop method back to factory firmware from the link above, it locks up the device after writing the file and will not reboot itself. Updates fine via web flasher once you can get it back into DFU mode.

Relevant log output

No response

@jasonseritt jasonseritt added the bug Something isn't working label Aug 27, 2024
@jasonseritt
Copy link
Author

Got this working with the external notifications module with Seeed's help. Flip everything on in the app, LED is GPIO 24, buzzer is GPIO 25. Factory firmware was hard coded for the message received beep so it loses that on firmware update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants
@thebentern @jasonseritt and others