Hello everyone!
I'm doing a project for university where I need to connect an Arduino Wifi Rev2 and a Raspberry Pi! Since the Arduino Wifi Rev2 is also Bluetooth i decided to connect them using a BLE connection.
To do that I found several tutorials on internet (like this one: Hello Raspberry Pi: Bi-direction BLE communication between Raspberry Pi/Python (with PyQt5 GUI) and ESP32/Arduino Nano RP2040 Connect ) but all of them are working with the ESP32 BLE Arduino libraries, that are not working on Arduino Wifi Rev2. I think that the problem come from using the built-in bluetooth and not the external module because if I'm compiling the file selecting for example the NodeMCU-32S board doesn't give any error, but then i cannot upload it on my board because i'm using the Arduino Wifi Rev2. Does anyone know hot to fix it?
Here the error:
In file included from C:\Users\AppData\Local\Temp.arduinoIDE-unsaved20221116-23760-1qv0xwv.qiog\BLE_uart\BLE_uart.ino:23:0:
c:\Users\Documents\Arduino\libraries\ESP32_BLE_Arduino-master\src/BLEServer.h:10:10: fatal error: sdkconfig.h: No such file or directory
#include "sdkconfig.h"
^~~~~~~~~~~~~
Compilation error: exit status 1
Thanks in advance!