Search found 3 matches
- Wed Oct 05, 2022 6:01 am
- Forum: ESP-IDF
- Topic: Mesh IP internal Networking Example with ethernet support
- Replies: 0
- Views: 1020
Mesh IP internal Networking Example with ethernet support
Hello, I’m looking for guidelines to help me to add support of ethernet in the mesh ip internal networking example. Today, this exemple work very well. I can send HTTP post with a node of the mesh network and the data are forward to the root and external IP. Both uplink and downlink works. Now i nee...
- Thu May 16, 2019 12:38 pm
- Forum: ESP-IDF
- Topic: ESP BLE Mesh v0.6 Released, SIG Certified
- Replies: 55
- Views: 95002
Re: ESP BLE Mesh v0.6 Released, SIG Certified
Hello guys !
Does your SDK support the use of BLE (like proxy role in Mesh spec) in coexistence with ble mesh? To go further, at this state of version do you think it is prudent to start a project with BLE, BLE MESH and wifi in coexistence ?
Regards,
Does your SDK support the use of BLE (like proxy role in Mesh spec) in coexistence with ble mesh? To go further, at this state of version do you think it is prudent to start a project with BLE, BLE MESH and wifi in coexistence ?
Regards,
- Mon Mar 19, 2018 3:11 pm
- Forum: Showcase
- Topic: ESP32 with GSM modem - PPP over Serial (PPPoS) client example
- Replies: 34
- Views: 218967
Re: ESP32 with GSM modem - PPP over Serial (PPPoS) client example
Hello, Same issue with me. The uart_driver_install() function disallows anything above 128 bytes for Tx or Rx, the size of the hardware UART FIFOs. Breakpoint error at line 803 in uart.c: //We have to read out all data in RX FIFO to clear the interrupt signal while (buf_idx < rx_fifo_len) { p_uart->...