-
Notifications
You must be signed in to change notification settings - Fork 25
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
Added MAKERGO_C3_SUPERMINI and Heltec sx1262 shielded HT-RA62 #195
Comments
Working: 10:46:21.658 -> ------------------------------------------ |
Hi @tonbor, Thank you for the contribution, I will add it. Regards, |
Small to use as a receiver for the sx1262 just enough pins, can put it in
foot of a case for the ESP32-8038s43. The ESP32-8038s43 has not enough pins
free for connecting the sx1262, besides there is a problem to use the spi
for two devices.
Op di 29 okt. 2024 17:53 schreef Matthias Prinke ***@***.***>:
… Hi @tonbor <https://github.com/tonbor>,
Thank you for the contribution, I will add it.
I'm just curious: Are there any specific reasons/features why you selected
the MAKERGO_C3_SUPERMINI?
Regards,
Matthias
—
Reply to this email directly, view it on GitHub
<#195 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKD7IIUW6WGIAU2A34LFLTDZ564QJAVCNFSM6AAAAABQXBFFKSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINBUHAZTOMJSG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
It seems the Heltec HT-RA62 is quite a bargain, good catch! But I personally don't like the 1,27 mm pitch. |
20241224_132305.mp4fits fine to this board |
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
No support voor de ESP32 C3 (mini) and Heltec sx1262
#elif defined(ARDUINO_MAKERGO_C3_SUPERMINI)
//ESP32 C3 SUPERMINI
#pragma message("ARDUINO_MakerGO_ESP32_C3_SuperMini defined; this is a generic (i.e. non-specific) target")
#define USE_SX1262 //use Heltec sx1262 shielded
#elif defined(ARDUINO_MAKERGO_C3_SUPERMINI)
#define PIN_RECEIVER_CS 7
// CC1101: GDO0 / RFM95W/SX127x: G0 / SX1262 DI01
#define PIN_RECEIVER_IRQ 1
Describe the solution you'd like
A clear and concise description of what you want to happen.
please add
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
none
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: