building esp32-xbee for ESP32-S3

aliasthefourth
Posts: 5
Joined: Sun Feb 28, 2021 8:22 pm

building esp32-xbee for ESP32-S3

Postby aliasthefourth » Sun Jul 28, 2024 5:54 pm

I am trying to build https://github.com/nebkat/esp32-xbee for the ESP32-S3. I managed to build and run it for the ESP32 using ESP-IDF v4.4.8. I also can build it for the ESP32-S3 by changing some of GPIOs in the range not allowed by the S3 but it crashes the ESP32-S3 with the following error provided by the ESP-IDF monitor:

mode:DIO, clock div:1
load:0x3fce3808,len:0x16c8
load:0x403c9700,len:0xbd4
load:0x403cc700,len:0x2fb0
SHA-256 comparison failed:
Calculated: 8f1026465c655305b8c234a7f00e97439de881554cb905932a7acc837964ebc6
Expected: 09acc7b2d6e51da22d9533fa2d9ad9f36fd467f55963fb9b411ff7aa708986dd
Attempting to boot anyway...
entry 0x403c9954

So far no luck blinding it with ESP-IDF v5.3.0 even for for ESP32.
I am getting the following error: expected ')' before 'MACSTR'
201 | ESP_LOGI(TAG, "WIFI_EVENT_AP_STACONNECTED: mac: " MACSTR, MAC2STR(event->mac));

Line 201: ESP_LOGI(TAG, "WIFI_EVENT_AP_STACONNECTED: mac: " MACSTR, MAC2STR(event->mac));

If anybody has any insight this would be very helpful. I am quite new to the IDF and somewhat at a loss.

Who is online

Users browsing this forum: No registered users and 156 guests