Search found 3 matches

by ghulk22
Sun Jan 14, 2024 10:29 pm
Forum: ESP32 Arduino
Topic: SD Card Datalog and Bluetooth Classic Issue
Replies: 0
Views: 25416

SD Card Datalog and Bluetooth Classic Issue

Hello ESP32 Arduino Community, I hope this message finds you well. I am currently working on a project involving SD card datalogging and Bluetooth Classic communication on my ESP32. I have encountered an issue related to the Bluetooth Classic where I am consistently getting the error message "BT_SDP...
by ghulk22
Mon Oct 31, 2022 11:05 pm
Forum: ESP-IDF
Topic: interrupt for CAN driver’s ISR
Replies: 0
Views: 2164

interrupt for CAN driver’s ISR

Hello, i use esp32 can driver (#include "driver/can.h") ,with bluetooth and wifi enabled and SPI OLED.The problem is when i have huge load on can bus network , and when i save to EEPROM the can bus receive message are not coming, until i reinstall the driver. That's why i'm trying to find an example...
by ghulk22
Sat Oct 29, 2022 3:39 pm
Forum: ESP32 Arduino
Topic: CAN BUS interupt example
Replies: 0
Views: 2224

CAN BUS interupt example

Hello, i use esp32 can driver (#include "driver/can.h") ,with bluetooth and wifi enabled and SPI OLED.The problem is when i have huge load on can bus network , and when i save to EEPROM the can bus receive message are not coming, until i reinstall the driver. That's why i'm trying to find an example...