-
Notifications
You must be signed in to change notification settings - Fork 22
LILIGO T-ECHO extras support #19
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
Comments
Any of the DIO pins can actually be used, so this isn't a problem (but may require some tweaking in the FW). Please note that sometimes DIO_0 is referred to as DIO_1, as in the SX1262 datasheet for example, this means that you likely wouldn't have to change anything in the FW to get this to work, only write a board config. A classic case of zero-based indexing being used in some places and not others. (To clarify, DIO_0 and DIO_1 are actually the same pin in this context) |
Cool! I'll try to write a board config then |
In case you have missed it, check CONTRIBUTING.md for instructions in the Documentation folder! |
Hello, have you managed to get anywhere with this? :) |
#35 submitted |
Sorry for not replying earlier, I couldn't find the will/time to work on this (work + university = 💀) |
@dgudim Life happens, no worries. I intend to work on the display stuff next. If you want to go ahead and start looking at the bluetooth that would be great, but I'll also get to that eventually. |
Just to chime in, I assume that device only has BLE. If so, I have a feeling my existing NRF52 BLE implementation may work on it with a little tweaking perhaps.
…On 9 September 2024 22:21:54 BST, jeremybox ***@***.***> wrote:
@dgudim Life happens, no worries. I intend to work on the display stuff next. If you want to go ahead and start looking at the bluetooth that would be great, but I'll also get to that eventually.
--
Reply to this email directly or view it on GitHub:
#19 (comment)
You are receiving this because you commented.
Message ID: ***@***.***>
|
#36 has been merged, but we are still missing support for the display, firmware hash calculation and BLE. |
This compiler warning needs to be investigated too, this may affect CSMA: |
Support for the T-ECHO has been merged, closing |
I want to install RNode on a T-Echo. Looking at the readme looks like its tranciever is supported (SX1262). But I am confused about the
These also must have an SPI interface and DIO_0 pin connected to the MCU directly.
From the schematic, it looks like the SPI is connected directly, but I don't see any DIO_0 pins.
Here is the schematic: https://raw.githubusercontent.com/Xinyuan-LilyGO/T-Echo/main/T-Echo_Schematic.pdf
The text was updated successfully, but these errors were encountered: