Como usar o display HW-035 sem o XL4015 - Voltímetro e Amperímetro: https://youtu.be/K9FsBcguT7g?si=ahlK8dspAmqSIFHX
https://youtu.be/K9FsBcguT7g?si=DgCf49Y0t8qrBtqA
Search found 4 matches
- Tue May 12, 2026 5:20 pm
- Forum: Hardware
- Topic: Como usar o display HW-035 sem o XL4015 - Voltímetro e Amperímetro:
- Replies: 0
- Views: 28
- Sat Nov 22, 2025 4:37 pm
- Forum: Hardware
- Topic: ESP32 ESC BRUSHLESS
- Replies: 3
- Views: 2926
Re: ESP32 ESC BRUSHLESS
#ifdef __cplusplus
extern "C"
#endif
#include "esp_adc_cal.h"
#include "driver/ledc.h"
#define PWM_HZ 25000
#define PWM_BITS 8
#define A_PWM 0 // # U
#define B_PWM 1 // # V
#define C_PWM 2 // # W
#define A_HIGH 25
#define B_HIGH 26
#define C_HIGH 27
#define A_LOW 14
#define B_LOW 12
#define ...
extern "C"
#endif
#include "esp_adc_cal.h"
#include "driver/ledc.h"
#define PWM_HZ 25000
#define PWM_BITS 8
#define A_PWM 0 // # U
#define B_PWM 1 // # V
#define C_PWM 2 // # W
#define A_HIGH 25
#define B_HIGH 26
#define C_HIGH 27
#define A_LOW 14
#define B_LOW 12
#define ...
- Wed Nov 19, 2025 9:28 pm
- Forum: Hardware
- Topic: ESP32 ESC BRUSHLESS
- Replies: 3
- Views: 2926
- Wed Nov 19, 2025 4:48 am
- Forum: Hardware
- Topic: ESP32 ESC BRUSHLESS
- Replies: 3
- Views: 2926