Search found 59 matches
- Mon Jan 11, 2021 4:57 am
- Forum: Libraries & Hardware
- Topic: MultiResetDetector_Generic Library for STM32F/L/H/G/WB/MP1
- Replies: 0
- Views: 137
MultiResetDetector_Generic Library for STM32F/L/H/G/WB/MP1
MultiResetDetector_Generic Library How To Install Using Arduino Library Manager Why do we need this MultiResetDetector_Generic Library MultiResetDetector_Generic is a library for the STM32F/L/H/G/WB/MP1, boards to detects a configurable multi reset , within configurable timeout (default 10s) second...
- Wed Dec 23, 2020 11:18 pm
- Forum: Libraries & Hardware
- Topic: AsynHTTPRequest_Generic for STM32 with built-in LAN8742A Ethernet.
- Replies: 2
- Views: 886
Re: AsynHTTPRequest_Generic for STM32 with built-in LAN8742A Ethernet.
Releases v1.1.0
1. Add HTTP PUT, PATCH, DELETE and HEAD besides POST and GET methods.
2. Add Table of Contents
3. Add Version String
1. Add HTTP PUT, PATCH, DELETE and HEAD besides POST and GET methods.
2. Add Table of Contents
3. Add Version String
- Wed Dec 23, 2020 7:38 pm
- Forum: Libraries & Hardware
- Topic: Ethernet_Manager_STM32 for STM32 Credentials Management
- Replies: 1
- Views: 82
Re: Ethernet_Manager_STM32 for STM32 Credentials Management
Debug Termimal Output Samples 1. The following is the sample terminal output when running example Ethernet_STM32 on NUCLEO_F767ZI board with LAN8742A Ethernet & STM32Ethernet Library demonstrating doubleResetDetect feature . - 1.1. Normal run with TO_LOAD_DEFAULT_CONFIG_DATA = true Start Ethernet_S...
- Wed Dec 23, 2020 7:37 pm
- Forum: Libraries & Hardware
- Topic: Ethernet_Manager_STM32 for STM32 Credentials Management
- Replies: 1
- Views: 82
Ethernet_Manager_STM32 for STM32 Credentials Management
Ethernet_Manager_STM32 Library How To Install Using Arduino Library Manager Why do we need this Ethernet_Manager_STM32 Library - This is the new library, adding to the current WiFiManager sets of libraries. It's designed to help you eliminate hardcoding your Credentials in STM32F/L/H/G/WB/MP1 board...
- Wed Dec 09, 2020 11:32 pm
- Forum: Libraries & Hardware
- Topic: TimerInterrupt_Generic Library to merge all TimerInterrupt Libraries
- Replies: 1
- Views: 454
Re: TimerInterrupt_Generic Library to merge all TimerInterrupt Libraries
Releases v1.3.1 1. Add many complex examples. 2. Add board Version String. 3. Fix SAMD bug. Releases v1.3.0 1. Add NRF52_MBED_TimerInterrupt Library to support NRF52840-based board using mbed-RTOS such as Nano-33-BLE. 2. Add support for UNO, Nano, Mini, Arduino Ethernet, Fio, BT, LilyPad, Pro, Pro ...
- Tue Nov 24, 2020 4:37 am
- Forum: Libraries & Hardware
- Topic: EthernetWebServer_SSL_STM32 Library now supports TLS/SSL Client
- Replies: 1
- Views: 541
Re: EthernetWebServer_SSL_STM32 Library now supports TLS/SSL Client
Major Release v1.2.0 1. Add high-level HTTP and WebSockets Client by merging ArduinoHttpClient Library 2. Add many more examples for HTTP and WebSockets Client. 3. Add Version String. Release v1.1.2 1. Add SSL debug feature. 2. Enhance examples. Release v1.1.1 1. Permit sites with "Chain could not ...
- Tue Nov 24, 2020 4:35 am
- Forum: Libraries & Hardware
- Topic: EthernetWebServer for STM32F/L/H/G/WB/MP1 boards using Ethernet built-in LAN8742A or W5x00, ENC28J60 Ethernet shields
- Replies: 7
- Views: 1922
Re: EthernetWebServer for STM32F/L/H/G/WB/MP1 boards using Ethernet built-in LAN8742A or W5x00, ENC28J60 Ethernet shield
Major Release v1.1.0 1. Add high-level HTTP and WebSockets Client by merging ArduinoHttpClient Library 2. Add many more examples for HTTP and WebSockets Client. Release v1.0.6 1. Add support to PROGMEM-related commands, such as sendContent_P() and send_P() 2. Update Platform.ini to support Platform...
- Sun Nov 15, 2020 11:47 pm
- Forum: Libraries & Hardware
- Topic: EthernetWebServer_SSL_STM32 Library now supports TLS/SSL Client
- Replies: 1
- Views: 541
EthernetWebServer_SSL_STM32 Library now supports TLS/SSL Client
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 Etherne...
- Fri Nov 13, 2020 5:06 am
- Forum: Libraries & Hardware
- Topic: TimerInterrupt_Generic Library to merge all TimerInterrupt Libraries
- Replies: 1
- Views: 454
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 built-in LAN8742A Ethernet.
- Replies: 2
- Views: 886
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 mul...