Search found 55 matches

by max.tisc
Fri Apr 29, 2022 10:14 pm
Forum: General
Topic: RTC PY-PICO and more
Replies: 5
Views: 1709

Re: RTC PY-PICO and more

Hi BenR
I tested the new SPI component but the compiler seems to me that now it gives an error on the prescale
thank' s
by max.tisc
Fri Apr 29, 2022 8:38 pm
Forum: User Components
Topic: DS3231 ALARM
Replies: 29
Views: 13183

Re: DS3231 ALARM

sorry I saw your message late, the DS3231 component is in the center of the 2D panel cross, unfortunately it is not displayed correctly
thank you
by max.tisc
Fri Apr 29, 2022 4:52 pm
Forum: User Components
Topic: DS3231 ALARM
Replies: 29
Views: 13183

Re: DS3231 ALARM

thank you,
I copied the file and now the properties appear, but it does not compile from error at point 2/7, same prg with original FC component no error
by max.tisc
Thu Apr 28, 2022 9:59 pm
Forum: User Components
Topic: DS3231 ALARM
Replies: 29
Views: 13183

Re: DS3231 ALARM

HI mnfisher
nice component nice job, I would like to test it but the properties of the I2C connections and the Baud rate are not displayed and I cannot test it, can you do something?
by max.tisc
Thu Apr 28, 2022 5:02 pm
Forum: User Components
Topic: DS3231 ALARM
Replies: 29
Views: 13183

Re: DS3231 ALARM

Hi mnfisher
thanks for your help, I should activate the alarms for waking up the micro, I hope you can help me
by max.tisc
Thu Apr 28, 2022 3:12 pm
Forum: User Components
Topic: DS3231 ALARM
Replies: 29
Views: 13183

DS3231 ALARM

Good morning I am doing tests with the HW-04 board that mounts a DS3231, what I can do with FC9 is read and write date and time correctly and even after many attempts (as it seems to me that it is not explained anywhere) the SQW output by varying the frequency, what I am unable to do and the most im...
by max.tisc
Tue Apr 26, 2022 2:53 pm
Forum: General
Topic: RTC PY-PICO and more
Replies: 5
Views: 1709

Re: RTC PY-PICO and more

Hi BenR I have read the topic and as always there are conflicting opinions, the main problem may not be the accuracy itself, but that it does not manage the SLEEP and DORMANT phases, on page 579 of the RP2040 datasheet, for the awakening it refers to an external clock for reboot, so maybe an externa...
by max.tisc
Mon Apr 25, 2022 3:56 pm
Forum: Bug Reports
Topic: ESP32 WROOM RS232 PROBLEM
Replies: 4
Views: 1361

Re: ESP32 WROOM RS232 PROBLEM

Hi BenR
i did as you advised me and now i only read 7 bytes
thank you
by max.tisc
Mon Apr 25, 2022 2:21 pm
Forum: Bug Reports
Topic: ESP32 WROOM RS232 PROBLEM
Replies: 4
Views: 1361

Re: ESP32 WROOM RS232 PROBLEM

hello BenR
thanks for your answer, now I try your advice, but I can tell you that I have already used nextion on arduino mega2560 and I have never had this type of problem, maybe the interruput management between mega2560 and ESp32 is different?
thank you
by max.tisc
Mon Apr 25, 2022 10:17 am
Forum: Bug Reports
Topic: ESP32 WROOM RS232 PROBLEM
Replies: 4
Views: 1361

ESP32 WROOM RS232 PROBLEM

Hello everybody maybe I found a bug on the management of the RX input of the rs232 component, the jump to the macro for reading the input data is regulated by the RXINT2 interrupt, RX2 of the 232 is connected to a Nextion display that sends the bytes only once but the macro reads them for many times...