Search found 4 matches

by cziter15
Sat Mar 02, 2024 3:44 pm
Forum: Hardware
Topic: GPIO drive strength and *_driver_install
Replies: 1
Views: 797

GPIO drive strength and *_driver_install

Hello, I prefer to use lowest possible (working) GPIO drive strength. That's not a problem when directly using the pin, just calling gpio_set_drive_capability after setting pin mode. Some time ago a question came in my mind: Does gpio_set_drive_capability have any effect if the pin is used by periph...
by cziter15
Wed Feb 01, 2023 12:45 pm
Forum: General Discussion
Topic: CAN/TWAI bus arbitration lost
Replies: 0
Views: 954

CAN/TWAI bus arbitration lost

Hello, I am using a custom ESP32 board with a SN65HVD230 CAN/TWAI transceiver. The bus is terminated at both ends, and the module acts as unterminated stub, with cable length of around 30cm. The bus speed is 125kbps and I am sending around ten frames every 15 seconds. Most of these frames result in ...
by cziter15
Sun Dec 23, 2018 3:25 pm
Forum: ESP32 Arduino
Topic: Compiling new libs for Arduino
Replies: 2
Views: 4723

Re: Compiling new libs for Arduino

Simply because there are libraries and porting to other platform is fairly easy.
by cziter15
Fri Dec 21, 2018 3:21 pm
Forum: ESP32 Arduino
Topic: Compiling new libs for Arduino
Replies: 2
Views: 4723

Compiling new libs for Arduino

Hello, I want to use some features in Arduino, mainly power management features, like Tickless Idle, Power Manager, Light sleep. I know, that modyfying sdkconfig in arduino's platform package have no effect. I read that I should compile .a libs and replace old ones in arduino's directory with them. ...