You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's very small and could be useful as a pendant/necklace tracker node, or an ultra light portable companion node.
It has a GPS module
It has a 200mAh battery
It has a vibrator module (not implemented at this time)
The TX/RX signal strength is decent with the built in spring antenna
It has capacitive touch support on the top face, however currently disabled while screen not implemented
It has 4MB of external QSPI flash, much improved over other devices with 1MB internal or 2MB external
I've not implemented display support, the screen is very small, and the default SSD1306 library would not init.
This can be done sometime in the future, as a UI redesign would be required anyway. Possibly based on @oltaco's PR #2517 for the LilyGo T-Echo Card.
I've tested Companion BLE firmware with the MeshCore App as well as the Repeater firmware.
The display, touch buttons, and vibration motor are working.
The UI still needs a little tweaking to make it compatible with both the t-echo card and the t-impulse plus.
In addition, we need smaller icons for the 64-pixel-high display. @liamcottle , could you make them?
The UI still needs a little tweaking to make it compatible with both the t-echo card and the t-impulse plus. In addition, we need smaller icons for the 64-pixel-high display. @liamcottle , could you make them?
Hey there! My T-Impulse-Plus node actually died, so I can't do any more work/testing on this one :/
The UI still needs a little tweaking to make it compatible with both the t-echo card and the t-impulse plus. In addition, we need smaller icons for the 64-pixel-high display. @liamcottle , could you make them?
Hey there! My T-Impulse-Plus node actually died, so I can't do any more work/testing on this one :/
It's a cute little unit, but seems very fragile.
@liamcottle
The battery is discharged below 3V and won't charge?!
It contains an SGM41562s with an ID of 0x09. The original sample code expects 0x04, which is why PMU detection isn't working.
I struggled with it for a long time, but I finally managed to fix it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds initial support for the LilyGo T-Impulse-Plus device.
It's very small and could be useful as a pendant/necklace tracker node, or an ultra light portable companion node.
I've not implemented display support, the screen is very small, and the default SSD1306 library would not init.
This can be done sometime in the future, as a UI redesign would be required anyway. Possibly based on @oltaco's PR #2517 for the LilyGo T-Echo Card.
I've tested Companion BLE firmware with the MeshCore App as well as the Repeater firmware.