Search found 35 matches
- Sat Jan 17, 2026 3:08 pm
- Forum: Hardware
- Topic: [Solved] Compatibility of ESP32-C3 TWAI bus and TCAN3413
- Replies: 1
- Views: 476
Re: Compatibility of ESP32-C3 TWAI bus and TCAN3413
Ok, just to know, it works. RX pin on the transceiver is the output pin.
- Sat Jan 17, 2026 11:30 am
- Forum: Hardware
- Topic: [Solved] Compatibility of ESP32-C3 TWAI bus and TCAN3413
- Replies: 1
- Views: 476
[Solved] Compatibility of ESP32-C3 TWAI bus and TCAN3413
Hello,
I'm building an app that reads data from a car CAN bus.
It uses TCAN3413DDFR ( https://www.ti.com/lit/ds/symlink/tcan3414.pdf ) connected
to an ESP32-C3 module.
The test app is built around the listen-only example of esp-idf.
The signal looks good at the output of the TCAN3413 but I receive ...
I'm building an app that reads data from a car CAN bus.
It uses TCAN3413DDFR ( https://www.ti.com/lit/ds/symlink/tcan3414.pdf ) connected
to an ESP32-C3 module.
The test app is built around the listen-only example of esp-idf.
The signal looks good at the output of the TCAN3413 but I receive ...
- Tue Jul 15, 2025 4:50 pm
- Forum: IDEs for ESP-IDF
- Topic: VSCode extension: Command not found
- Replies: 1
- Views: 4155
VSCode extension: Command not found
Hello,
I did not use vscode with esp-idf for some times.
I recently upgraded my linux version to the latest LTS.
Then, I needed to use vscode for esp code developement.
I add some various compilation script errors, I tried: upgrade esp-idf, tools, removed / reinstall vscode extension,
removed ...
I did not use vscode with esp-idf for some times.
I recently upgraded my linux version to the latest LTS.
Then, I needed to use vscode for esp code developement.
I add some various compilation script errors, I tried: upgrade esp-idf, tools, removed / reinstall vscode extension,
removed ...
- Wed Feb 14, 2024 4:17 pm
- Forum: ESP-IDF
- Topic: UnicodeDecodeError error with otatool.py
- Replies: 0
- Views: 956
UnicodeDecodeError error with otatool.py
Hello,
I would like to dump the current values of otadata. For this purpose, I'm using otatool.py.
With this command
esp512/esp-idf/components/app_update/otatool.py -p /dev/ttyUSB1 -b 460800 read_otadata
I get this error:
Running /usr/bin/python /home/ju/tools/esp-idf/components/esptool_py ...
I would like to dump the current values of otadata. For this purpose, I'm using otatool.py.
With this command
esp512/esp-idf/components/app_update/otatool.py -p /dev/ttyUSB1 -b 460800 read_otadata
I get this error:
Running /usr/bin/python /home/ju/tools/esp-idf/components/esptool_py ...
- Mon Oct 09, 2023 12:42 pm
- Forum: ESP-IDF
- Topic: Timing issue for blinky while using some gpios and bt_controler
- Replies: 4
- Views: 2047
Re: Timing issue for blinky while using some gpios and bt_controler
The "none of them" in previous post was about the question you modified which asked for os tick.
ESP-IDF 4.4.5 on ESP32-S3
- Mon Oct 09, 2023 12:38 pm
- Forum: ESP-IDF
- Topic: Timing issue for blinky while using some gpios and bt_controler
- Replies: 4
- Views: 2047
Re: Timing issue for blinky while using some gpios and bt_controler
Hello,
None of them.
Btw, I'm back from lunch, the board has been power cycled and it does not occur anymore!
The dark side certainly...
Thanks for your help.
Julien
None of them.
Btw, I'm back from lunch, the board has been power cycled and it does not occur anymore!
The dark side certainly...
Thanks for your help.
Julien
- Mon Oct 09, 2023 9:43 am
- Forum: ESP-IDF
- Topic: Timing issue for blinky while using some gpios and bt_controler
- Replies: 4
- Views: 2047
Timing issue for blinky while using some gpios and bt_controler
Hello,
I have "timing related" issues while using together several IO as outputs and bt_controler.
I've built a minimal code and you'll get some explanations below:
#include <string.h>
#include <sys/stat.h>
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "esp_log.h"
#include ...
I have "timing related" issues while using together several IO as outputs and bt_controler.
I've built a minimal code and you'll get some explanations below:
#include <string.h>
#include <sys/stat.h>
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "esp_log.h"
#include ...
- Tue Aug 01, 2023 5:02 pm
- Forum: ESP-IDF
- Topic: Can't set bluetooth low power clock to 32KHz crystal in menuconfig.
- Replies: 0
- Views: 2600
Can't set bluetooth low power clock to 32KHz crystal in menuconfig.
Hello
With esp32-s3 and IDF 4.4.
I setup my project, first, based on this thread: https://github.com/espressif/esp-idf/issues/947
and then based in this page.: https://docs.espressif.com/projects/esp-idf/en/v4.4.5/esp32/api-reference/system/power_management.html
It allows me to have significant ...
With esp32-s3 and IDF 4.4.
I setup my project, first, based on this thread: https://github.com/espressif/esp-idf/issues/947
and then based in this page.: https://docs.espressif.com/projects/esp-idf/en/v4.4.5/esp32/api-reference/system/power_management.html
It allows me to have significant ...
- Mon Jul 31, 2023 8:53 am
- Forum: ESP-IDF
- Topic: 100 mA avg current consumption with BLE gatt client example. How to minimize?
- Replies: 0
- Views: 5767
100 mA avg current consumption with BLE gatt client example. How to minimize?
Hello,
I'm having a try with ESP32s3 and the bluedroid gatt client example.
This device connects to a custom board which is composed of a single button and an nRF chip.
My goal is to have the esp32s3 react "instantly" (from a human point of view, 200ms should be ok).
ESP32s3 does not transmit any ...
I'm having a try with ESP32s3 and the bluedroid gatt client example.
This device connects to a custom board which is composed of a single button and an nRF chip.
My goal is to have the esp32s3 react "instantly" (from a human point of view, 200ms should be ok).
ESP32s3 does not transmit any ...
- Thu Jul 27, 2023 4:59 pm
- Forum: ESP-ADF
- Topic: SD card doesn't work while porting example to custom board
- Replies: 2
- Views: 16273
Re: SD card doesn't work while porting example to custom board
I also tried with the /esp-idf/examples/storage/sd_card/sdspi/ example and I get the same result.