-
Notifications
You must be signed in to change notification settings - Fork 863
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 M5 core2、corebasic2.7+Module-LoRa433_V1.1+GNSS Module #4471
base: master
Are you sure you want to change the base?
Conversation
The M9N is not specifically supported, but should work. There are some fiddly bits in the VALSET/VALGET config that could use some work. It's on the list... The M9N is an expensive solution that could be better addressed with an M10 or F10 device. But I guess that was not your choice, but M5Stacks. |
@GPSFan Indeed, at present, I am making adaptation for the convenience of users, and I am also trying to use the gps atgm336h series to replace it |
@armisis This one is to start the sound prompt, and then start to load the interface, not restart, maybe you can look at the log |
I will look into the log, I have the original core and the 1.1 lora with
the GPS module plugged in, I just know every time that device starts it
makes a horrible noise right now, Im tempted to find the speaker and
"disable" it for good, if it cannot be done via software. (I could never
get the 1.1 lora to work at all on my core2 or core3 devices)
…On Fri, Aug 16, 2024 at 11:10 AM petrel ***@***.***> wrote:
@armisis <https://github.com/armisis> This one is to start the sound
prompt, and then start to load the interface, not restart, maybe you can
look at the log
—
Reply to this email directly, view it on GitHub
<#4471 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEVF3FLUCF4BBTFUG3BVFL3ZRXFZTAVCNFSM6AAAAABMTGM536VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJTGIZDSOJQG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@armisis You can annotate this macro definition #define PIN_BUZZER 25 in the variant.h file, and annotate M5.Speaker.tone, so that the buzzer will not start. Still working on it。For core2, I have been adapting, and for cores3, I have found that there is spi conflict between lora and lcd, which is still being solved |
Thank you! Will standby, always ready to test, (I have not coded anything
since basic and pascal, other than bash scripts, so i stick to testing and
playing with SDR)
Thanks and best regards!
…On Fri, Aug 16, 2024 at 11:25 AM petrel ***@***.***> wrote:
@armisis <https://github.com/armisis> You can annotate this macro
definition #define PIN_BUZZER 25 in the variant.h file, and annotate
M5.Speaker.tone, so that the buzzer will not start. Still working on it。For
core2, I have been adapting, and for cores3, I have found that there is spi
conflict between lora and lcd, which is still being solved
—
Reply to this email directly, view it on GitHub
<#4471 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEVF3FIK7TWMHVBWUJHW2QDZRXHSVAVCNFSM6AAAAABMTGM536VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJTGI2TCMRTHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution, please see inline remarks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looking fine now.
Please run |
@caveman99 Hello, at present I am on Windows, can compile and burn normally, may I ask you what is the problem |
@weekroom , trunk refers to: https://docs.trunk.io/code-quality - it's a code linter. |
@weekroom Alternatively, you can use GitPod: https://gitpod.io#https://github.com/m5stack/meshtastic-firmware |
@weekroom Do you have a problem with trunk? |
I am developing with M5 Core Basic V2.7 as the host, along with the LoRa Module (Module-LORA433_V1.1) and the GPS Module (GNSS Module), in a stacked design for ease of use. Interface Added the interface display of LORA-related data。