esp-idf-can2mqtt
esp-idf-can2mqtt copied to clipboard
CANbus to mqtt bridge using esp32
Hello, Many thanks for the great project. I would like to use it on an Olimex EVB. I got it running via WiFi. But I would like to use the...
Hello! Thanks for your code, it is very much appreciated! At first, I'm not a programmer at all, barely able to use pre made code! I succed in flashing the...
Hi, is it possible to use mqtt authentication? I want to send the MQTT messages to a protected (User & PW) Mosquitto Broker Greetings Sebastian
The -F option of mosquitto_sub is not available in version 1.4.15. ``` $ mosquitto_sub --help mosquitto_sub is a simple mqtt client that will subscribe to a single topic and print...
ESP32-EVB CAN RX is on GPIO 35. Menuconfig will not let you use pin 35 unless you increase GPIO_RANGE_MAX to 35 in main\Kconfig.projbuild like so: `config GPIO_RANGE_MAX int default 35...
I'm new to ESP and MQTT. I struggled getting this to run on an ESP32-EVB from a windows PC (VS Code + esp-idf). Test broker is mosquitto running insecure (port...