Search found 243 matches

by MJU20
Thu Apr 18, 2024 5:16 pm
Forum: Feature Requests
Topic: can you add an LoRa SX1278 module?
Replies: 13
Views: 746

Re: can you add an LoRa SX1278 module?

ayhan1 wrote:
Wed Apr 17, 2024 7:25 pm
Thank you for your answer. You have information about the e32 modules you mentioned.
Here you can read about my project with the "E32-868T20D SX1276 868MHz 100mW DIP Wireless Module"
https://www.matrixtsl.com/mmforums/view ... 20D#p95960
by MJU20
Wed Apr 17, 2024 5:36 pm
Forum: Feature Requests
Topic: can you add an LoRa SX1278 module?
Replies: 13
Views: 746

Re: can you add an LoRa SX1278 module?

I have a few projects that use 'long-range-ish' datatransfer. Not like a few Km's, but for my purpose enough range and reliable. One I use is E32-868T20D (read about it on the V9 forum), the other one is a HC12 module. Both are sufficient for my purposes. Just to send data from one node to each othe...
by MJU20
Wed Apr 10, 2024 3:20 pm
Forum: General
Topic: ESP32 SPI High Speed Modes
Replies: 7
Views: 7113

Re: ESP32 SPI High Speed Modes

Thanks for sharing!
by MJU20
Tue Apr 09, 2024 6:33 pm
Forum: Bug Reports
Topic: ESP32 RTC: date when using UTC offset
Replies: 3
Views: 87

Re: ESP32 RTC: date when using UTC offset

Sometimes 3600, sometimes 7200.
This is because of DST
by MJU20
Tue Apr 09, 2024 5:09 pm
Forum: Bug Reports
Topic: ESP32 RTC: date when using UTC offset
Replies: 3
Views: 87

Re: ESP32 RTC: date when using UTC offset

Is this right?
by MJU20
Thu Mar 28, 2024 11:19 pm
Forum: General
Topic: ESP32 Toolchain.
Replies: 2
Views: 171

Re: ESP32 Toolchain.

I recently went back to V4.3xx because of issues with V5.x. The reason that most of my projects didn't compile "a-okay", was because of the Bluetooth that wasn't initialised. With that knowledge, my projects compile ok at the moment. I am hesitant to reinstall version 5 because of all the significan...
by MJU20
Wed Mar 27, 2024 11:12 pm
Forum: Bug Reports
Topic: ESP32 RTC: date when using UTC offset
Replies: 3
Views: 87

ESP32 RTC: date when using UTC offset

Is it a bug or a feature? :) When using the RTC from the ESP32 component: shouldn't this update the date accordingly to the chosen offset in the UTC setting? Now the time is updated to the offset in the component properties (or like in my case: the RTC_ESP32_NTP: SetUTCOffset component macro), but t...
by MJU20
Mon Mar 25, 2024 5:17 pm
Forum: General
Topic: RTC_ESP32_NTP returns a byte with "GetYear"?
Replies: 2
Views: 150

Re: RTC_ESP32_NTP returns a byte with "GetYear"?

Thanks BenR,

Some things didn't work until I found out why.
It was because the macro returns a byte.

Maybe this could solve issues other users have..
by MJU20
Sat Mar 23, 2024 11:40 pm
Forum: General
Topic: RTC_ESP32_NTP returns a byte with "GetYear"?
Replies: 2
Views: 150

RTC_ESP32_NTP returns a byte with "GetYear"?

RTC_ESP32_NTP returns a byte with "GetYear"... https://www.flowcode.co.uk/wiki/index.php?title=Component:_Real_Time_Clock_(ESP32)_(Real_Time_Clock)#GetYear Isn't that odd? The NTP protocol returns a 4 digit for the year. Off course there is no way that the NTP will return a number in the past, but f...
by MJU20
Mon Mar 18, 2024 10:44 pm
Forum: General
Topic: Math help wanted: Zeller congruence
Replies: 4
Views: 156

Re: Math help wanted: Zeller congruence

@Both: Thanks for your reaction! @chipfryer27 the example is my "disassembled" version of the Zeller congruence. I've tried it in one calculation but this returned not always a good result. That is why I decided to make the calculation again but step-by-step. I can not figure out why this sometimes ...