Search found 102 matches
- Sun Nov 15, 2020 11:47 pm
- Forum: Libraries & Hardware
- Topic: EthernetWebServer_SSL_STM32 Library now supports TLS/SSL Client and LAN8720
- Replies: 2
- Views: 5371
EthernetWebServer_SSL_STM32 Library now supports TLS/SSL Client and LAN8720
EthernetWebServer_SSL_STM32 Library How To Install Using Arduino Library Manager Why do we need this EthernetWebServer_SSL_STM32 Library This EthernetWebServer_SSL_STM32 Library is a simple yet complete TLS/SSL WebClient and non-TLS/SSL WebServer library for STM32F/L/H/G/WB/MP1 boards using ...
- Fri Nov 13, 2020 5:06 am
- Forum: Libraries & Hardware
- Topic: TimerInterrupt_Generic Library to merge all TimerInterrupt Libraries
- Replies: 1
- Views: 2868
TimerInterrupt_Generic Library to merge all TimerInterrupt Libraries
TimerInterrupt_Generic Library How To Install Using Arduino Library Manager This library enables you to use Interrupt from Hardware Timers on supported Arduino boards such as AVR, ESP8266, ESP32, SAMD, SAM DUE, nRF52, Teensy, etc. As Hardware Timers are rare, and very precious assets of any board ...
- Mon Nov 09, 2020 5:37 pm
- Forum: Libraries & Hardware
- Topic: AsynHTTPRequest_Generic for STM32 with LAN8720 or built-in LAN8742A Ethernet.
- Replies: 3
- Views: 4724
Re: AsynHTTPRequest_Generic for STM32 with built-in LAN8742A Ethernet.
Releases v1.0.2 1. Make Mutex Lock and delete more reliable and error-proof to prevent random crash. Releases v1.0.1 1. Restore cpp code besides Impl.h code to use in case of Multiple Definition linker error. Thanks to Daniel Brunner to report and make PR in Fixed linker errors when included in ...
- Mon Nov 02, 2020 4:14 pm
- Forum: Libraries & Hardware
- Topic: Timezone_Generic Library to convert UTC to local time
- Replies: 2
- Views: 8705
Re: Timezone_Generic Library to convert UTC to local time
Thanks @zoomx Releases v1.2.6 1. Allow un-initialized TZ then use begin() method to set the actual TZ. Credit of 6v6gt , see Timezone_Generic Library to convert UTC to local time 2. Modify examples to use new un-initialized-TZ feature. You'll see in example this code snippet #define USING ...
- Sat Oct 31, 2020 8:03 pm
- Forum: Libraries & Hardware
- Topic: NTPClient_Generic Library to get time from NTP servers
- Replies: 4
- Views: 6105
Re: NTPClient_Generic Library to get time from NTP servers
Thanks.
For ESP32 and ESP8266, it's better to use built-in functions to get UTC Time from NTP servers and update their internal RTCs.
For ESP32 and ESP8266, it's better to use built-in functions to get UTC Time from NTP servers and update their internal RTCs.
- Sat Oct 31, 2020 3:54 am
- Forum: Libraries & Hardware
- Topic: STM32_TimerInterrupt Library. Now supporting L5 and H7
- Replies: 3
- Views: 5985
STM32_TimerInterrupt Library. Now supporting L5 and H7
STM32_TimerInterrupt Library How To Install Using Arduino Library Manager This library enables you to use Interrupt from Hardware Timers on an STM32-based board. It now enables you to use up to 16 different ISR-based timers , while actually consuming only 1 Hardware Timer . Timers' interval is very ...
- Fri Oct 30, 2020 12:55 am
- Forum: Libraries & Hardware
- Topic: DS323x_Generic Library for DS3231/DS3232 Extremely Accurate I2C RTC
- Replies: 1
- Views: 3579
DS323x_Generic Library for DS3231/DS3232 Extremely Accurate I2C RTC
DS323x_Generic Library How To Install Using Arduino Library Manager Why do we need this DS323x_Generic Library This is an Arduino library for DS3231/DS3232 Extremely Accurate I2C-Integrated RTC/TCXO/Crystal The DS323x is a low-cost, extremely accurate I2C real-time clock (RTC) with an integrated ...
- Fri Oct 30, 2020 12:53 am
- Forum: Libraries & Hardware
- Topic: NTPClient_Generic Library to get time from NTP servers
- Replies: 4
- Views: 6105
Re: NTPClient_Generic Library to get time from NTP servers
Thanks so much for your encouraging words, mrburnette As you know, ESP32/ESP8266 have been so popular and powerful thanks to the well-supported infrastructure (core, libraries, etc). When I moved to other boards (nRF52, STM32, SAMD, etc.), I was amazed that I had to do many things from scratch as ...
- Thu Oct 29, 2020 2:38 am
- Forum: Libraries & Hardware
- Topic: NTPClient_Generic Library to get time from NTP servers
- Replies: 4
- Views: 6105
NTPClient_Generic Library to get time from NTP servers
NTPClient_Generic Library How To Install Using Arduino Library Manager Why do we need this NTPClient_Generic Library The NTPClient_Generic Library is designed to work in conjunction with the Arduino Time Library , which must also be installed on your system. This documentation assumes some ...
- Thu Oct 29, 2020 1:33 am
- Forum: Libraries & Hardware
- Topic: Timezone_Generic Library to convert UTC to local time
- Replies: 2
- Views: 8705
Timezone_Generic Library to convert UTC to local time
Timezone_Generic Library How To Install Using Arduino Library Manager Why do we need this Timezone_Generic Library The Timezone_Generic Library is designed to work in conjunction with the Arduino Time library , which must also be installed on your system. This documentation assumes some familiarity ...