-
Notifications
You must be signed in to change notification settings - Fork 880
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
Support Seeed SenseCAP Indicator #4279
Conversation
mverch67
commented
Jul 12, 2024
•
edited
Loading
edited
Legend! |
Very nice! That diagram is quite nice at detailing how this device makes use of the esp32-s3 and pico and other stuff |
a6f94ff
to
e11c870
Compare
Feel free to do this in another patch, just noting that it looks like the SenseCAP Indicator can accept UF2 files, so we should be sure to generate those. Ed -- there are two versions of the device, the meshtastic one is ESP2. It does still offer the drag-and-drop file interface, but I am not sure what file type it may take :) Ed -- ESP32-S3 and RP2040 Dual-MCU head explodes |
I have this D1L version with esp32-s3 and rp2040. Meshtastic is running on the esp32-s3. The rp2040 can be used for custom sensors that can be programmed individually by the user (e.g. home automation stuff). Only the rp2040 will accept uf2 files which are therefore not provided by the meshtastic project. |
If we can figure it out, they've been open to PRs in the past. |
|
For the display support (CS pin behind IO expander) I needed to tweak a little the lovyanGFX lib. It looks for esp32 the authors used some code optimizations, but this avoids using the arduino hal which is a problem, because I added the IO expander stuff under the hood of the arduino hal layer so that libraries are usually not affected by the IO expander and can transparently pass the GPIO pins. |