-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
I encounter the following error when programming the lolin 32 pro #10
Comments
hi, using Brett's config file will produce errors as it is no longer compatible with LGFX config syntax LoLin D32 Pro has two official displays that work with the special socket, if you picked one of those (or use the same pinout with similar display model) then LGFX autodetection should work along with the default config, provided you selected the right board from arduino tools menu. enabling the default config requires to comment out board-specific defines |
Envoyé de mon iPhoneLe 3 avr. 2024 à 09:24, tobozo ***@***.***> a écrit :
hi,
using Brett's config file will produce errors as it is no longer compatible with LGFX config syntax
LoLin D32 Pro has two official displays that work with the special socket, if you picked one of those (or use the same pinout with similar display model) then LGFX autodetection should work along with the default config, provided you selected the right board from arduino tools menu.
enabling the default config requires to comment out board-specific defines
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Thank you for your answers, how can I program my edit without error. |
that's good news, ili9341 is one of the official displays so it will get detected you just need to use specific pins in your wiring along with enabling the default config
you will have to edit the default config, pick three available pins for the DCF (available pins are: 0, 2, 4, 13, 15), and update SDA/SCL too (SDA=21, SCL=22) |
ok, for the connections, but for the .ino code, which file do I take? |
Good evening, here is my config file: // enable either one or none of those: //#define CONFIG_WROVER_KIT #if defined CONFIG_WROVER_KIT //#if defined SPEAKER_PIN #endif // _CONFIG_H Is the speaker used in this weather montage? |
you need to comment out this line otherwise it'll load M5Stack configuration (with buttons and buzzer enabled):
when available (e.g. if Chimera-Core detects a board known to have a speaker), the speaker emits a beep every second to reflect the DCF77 receiving the signal. speaker is not enabled in the default config comment this out if you're not using an external RTC module:
comment this out if you're not using any buttons:
after that, make sure the pin numbers are declared from
nope, but this project accepts pull requests, so if you find bugs or ways to improve the app, contributions are welcome |
Good evening, |
the numbers below the hourglass scroll for 5 to 6 seconds and the screen reboots. |
numbers scrolling is the UI testing itself, right after it gets the time from the RTC and starts listening to the DCF77, so if it's crashing at this stage, then something must be wrong with the pins assignment more info on the crash should be available in the serial console when this happens there's also a an Exception decoder to help you identify what line of code caused the crash |
Good evening,
I am currently creating your esp 32 dcf assembly to analyze on your web page.
but I encounter the following error when programming the lolin 32 pro:
here is the error:
Compilation error: 'LGFX_SPI' in namespace 'lgfx' does not name a template type
could you help me.
Sincerely.
The text was updated successfully, but these errors were encountered: