Search found 102 matches

by khoih-prog
Fri Aug 26, 2022 5:53 pm
Forum: General discussion
Topic: Emulated EEPROM not storing values
Replies: 7
Views: 1528

Re: Emulated EEPROM not storing values

You can try using my https://github.com/khoih-prog/FlashStorage_STM32 library, which has been tried on many STM32 boards.
by khoih-prog
Wed May 04, 2022 12:57 am
Forum: Libraries & Hardware
Topic: Ethernet_Generic Library now supporting custom SPI, such as SPI2, etc.
Replies: 1
Views: 3853

Re: Ethernet_Generic Library

Releases v2.2.0 1. Add support to STM32 boards using Arduino_Core_STM32 2. Add support to any board with core supporting custom hardware / software SPI , for example STM32. Releases v2.1.0 1. Add support to WIZNet W5100S. Check Wiznet W5100S #56 Releases v2.0.1 1. Add support to SPI1 for RP2040 usi...
by khoih-prog
Sun Apr 03, 2022 4:46 am
Forum: Libraries & Hardware
Topic: Ethernet_Generic Library now supporting custom SPI, such as SPI2, etc.
Replies: 1
Views: 3853

Ethernet_Generic Library now supporting custom SPI, such as SPI2, etc.

Ethernet_Generic Library How To Install Using Arduino Library Manager This Ethernet_Generic Library is a port and modification to merge, as many as possible, the features of the following libraries - Ethernet Library - EthernetLarge Library - Ethernet2 Library - Ethernet3 Library for AVR, Portenta_...
by khoih-prog
Wed Mar 30, 2022 7:09 pm
Forum: General discussion
Topic: using SPI1 and SPI2 Simultaneous for w5500 and ILI9341
Replies: 15
Views: 4170

Re: using SPI1 and SPI2 Simultaneous for w5500 and ILI9341

You can try to use EthernetSPI2 library for W5500 at SPI2 and ILI9341 at SPI1.
by khoih-prog
Wed Mar 16, 2022 5:32 am
Forum: Libraries & Hardware
Topic: AsyncMQTT_Generic Library
Replies: 1
Views: 4065

Re: AsyncMQTT_Generic Library

Releases v1.2.1 1. Add support to STM32F/L/H/G/WB/MP1 (without TLS/SSL) using LAN8720 Ethernet, such as F407xx, NUCLEO_F429ZI, DISCO_F746NG, NUCLEO_F746ZG, NUCLEO_F756ZG, etc. 2. Add examples for STM32_LAN8720 Debug Terminal Output Sample This is terminal debug output when running FullyFeatured_STM...
by khoih-prog
Wed Mar 16, 2022 1:30 am
Forum: Libraries & Hardware
Topic: AsyncMQTT_Generic Library
Replies: 1
Views: 4065

AsyncMQTT_Generic Library

AsyncMQTT_Generic Library How To Install Using Arduino Library Manager This AsyncMQTT_Generic Library is based on and modified from Marvin Roger's async-mqtt-client Library , to provide support to many more boards besides ESP32/ESP8266, such as STM32F, Portenta_H7 , etc. boards. Those supported boa...
by khoih-prog
Sun Dec 12, 2021 3:24 am
Forum: Libraries & Hardware
Topic: Portenta_H7_PWM Library
Replies: 2
Views: 3773

Re: Portenta_H7_PWM Library

Releases v2.0.1

1. Fix PWM_Multi example by not using HRTIM pinD3 and pinD6 at the same time
2. Temporary fix polarity for HRTIM PWM for core v2.6.1-. Check Portenta: PWM on HRTIM has inverted corner case values #352 To be modified when the issue is fixed.
by khoih-prog
Sat Dec 11, 2021 6:48 am
Forum: Libraries & Hardware
Topic: Portenta_H7_PWM Library
Replies: 2
Views: 3773

Re: Portenta_H7_PWM Library

Releases v2.0.0 1. Completely new code to fix no PWM output issue. Check No PWM-Output signals #1 2. To permit start, stop, change and restore the settings of any PWM channel on-the-fly Debug Terminal Output Sample The following is the sample terminal output when running example PWM_Multi on Porten...
by khoih-prog
Fri Oct 01, 2021 2:48 am
Forum: Libraries & Hardware
Topic: Hardware-based STM32_PWM Library
Replies: 0
Views: 2674

Hardware-based STM32_PWM Library

STM32_PWM Library How To Install Using Arduino Library Manager This wrapper library enables you to use hardware-based PWM on STM32F/L/H/G/WB/MP1 boards to create and output PWM to pins. The most important feature is they're purely hardware-based PWM channels. Therefore, the frequency can be higher ...
by khoih-prog
Thu Sep 30, 2021 6:02 am
Forum: Libraries & Hardware
Topic: STM32_Slow_PWM Library
Replies: 0
Views: 2418

STM32_Slow_PWM Library

STM32_Slow_PWM Library How To Install Using Arduino Library Manager This library enables you to use Hardware Timers on STM32F/L/H/G/WB/MP1 boards, such as NUCLEO_H743ZI2, NUCLEO_L552ZE_Q, NUCLEO_F767ZI, BLUEPILL_F103CB, etc., to create and output PWM to pins. Because this library doesn't use the po...

Go to advanced search