Search found 3 matches
- Tue May 23, 2023 7:47 am
- Forum: ESP-IDF
- Topic: Change SPI configuration in runtime
- Replies: 1
- Views: 1416
Change SPI configuration in runtime
Hi all, I've a system configured like in attached figure. The ESP32 is SPI MASTER and exchange data (small packets of 64bit) every 2mS with MCU1 (SPI SLAVE). Through the handshake line, the slave informs the master when it is ready to receive data. My problem is that the MCU1 must write data to the ...
- Mon Mar 21, 2022 2:38 pm
- Forum: ESP-IDF
- Topic: Help, Set IPaddress, gateway and subnet mask in SOFT AP mode
- Replies: 1
- Views: 1718
Help, Set IPaddress, gateway and subnet mask in SOFT AP mode
Hi, I cant find a way to set the IPaddress the gateway and the subnet mask (when in AP mode). Anyone know how to do it? NOTE: In Arduino-ESP32-idf there is a function that do this: IPAddress local_ip(192, 168, 10, 1); IPAddress local_mask(255,255,255,0); IPAddress gateway(192, 168, 10, 1); WiFi.soft...
- Mon Mar 21, 2022 2:33 pm
- Forum: ESP-IDF
- Topic: Set IPaddress, gateway and subnet mask in SOFT AP mode
- Replies: 0
- Views: 868
Set IPaddress, gateway and subnet mask in SOFT AP mode
Hi, I cant find a way to set the IPaddress the gateway and the subnet mask (when in AP mode). Anyone know how to do it? NOTE: In Arduino-ESP32-idf there is a function that do this: IPAddress local_ip(192, 168, 10, 1); IPAddress local_mask(255,255,255,0); IPAddress gateway(192, 168, 10, 1); WiFi.soft...