Search found 13 matches

by robin2906
Tue Mar 10, 2026 1:27 pm
Forum: ESP-IDF
Topic: OPC-UA working with WiFi but not with ETH
Replies: 1
Views: 473

Re: OPC-UA working with WiFi but not with ETH

Hi @black.m ,

What version of open62541 are you using ? 1.5 ?

Best regards,
by robin2906
Mon Sep 15, 2025 7:26 am
Forum: Hardware
Topic: ESP32P4 module availability
Replies: 16
Views: 3266

Re: ESP32P4 module availability

Thank you for this answer, but i am interested by module provided by Espresssif. With proper documentation and lifecycle.

waveshare also has the p4-pico: https://www.waveshare.com/wiki/ESP32-P4-Pico
and it looks like this module is in development, though i'm not sure it's released yet: https ...
by robin2906
Thu Sep 11, 2025 11:23 am
Forum: Hardware
Topic: ESP32P4 module availability
Replies: 16
Views: 3266

Re: ESP32P4 module availability

Hi guys,

Bumps !

Do you know if a module with the P4 will be provided by Espressif ?

Best regards,
by robin2906
Tue May 20, 2025 1:16 pm
Forum: Hardware
Topic: ESP32P4 with C6 zigbee
Replies: 6
Views: 1538

Re: ESP32P4 with C6 zigbee

Hi ahsrabrifat ,

Thanks for the clarifications :D

As far as i know Zigbee with the P4 by the C6 is not yet support in esp idf, or did i missed something ?

To be precise i can connect the P4 to the WIFI easily because espressif provide all the software necessary to control the c6 but with zigbee ...
by robin2906
Tue May 13, 2025 6:03 am
Forum: Hardware
Topic: ESP32P4 with C6 zigbee
Replies: 6
Views: 1538

ESP32P4 with C6 zigbee

Hi guys,

I saw that the esp32c6 support zigbee, so my question is, will the esp32p4 support zigbee (i saw that the p4 can be connected to ble and wifi through the c6) ?

Best regards,
by robin2906
Mon May 12, 2025 3:45 pm
Forum: ESP-IDF
Topic: ESP32P4 Host mode
Replies: 12
Views: 1113

Re: ESP32P4 Host mode

Sorry for the inconvenience, we didn't plan to support tinyUSB in host mode as there is a esp-idf implementation available.
No problem I fully understand that USB is a huge part on your side. The actual limitations of the espressif implementation of the host with hub is not acceptable for my ...
by robin2906
Mon May 12, 2025 8:10 am
Forum: ESP-IDF
Topic: ESP32P4 Host mode
Replies: 12
Views: 1113

Re: ESP32P4 Host mode

Hi role_espressif

Thank you for your message,

I am a bit disappointed by your answer, espressif/tinyusb is a fork of tinyusb, modified to include the necessary instructions to compile with esp-idf rigth ?

As tinyusb stock library support esp32p4 in host mode it should be possible to compile ...
by robin2906
Fri May 09, 2025 9:51 am
Forum: ESP-IDF
Topic: ESP32P4 Host mode
Replies: 12
Views: 1113

Re: ESP32P4 Host mode

Hi role_espressif

Thank you very much for this valuables information about the limitations concerning the numbers of endpoints.

Yesterday I started to do what you explain in the last part of your message,

This is the global view of my project :

P4_prj_structure.jpg

idf_component.yml ...
by robin2906
Thu May 08, 2025 2:39 pm
Forum: ESP-IDF
Topic: ESP32P4 Host mode
Replies: 12
Views: 1113

Re: ESP32P4 Host mode

Hi Guys,

I keep digging with TinyUSB, I made some progress but now i'm stuck...

I am able to compile the TinyUSB component from espressif and I can include #include "tusb.h" in my main :D

But I am unable to include #include "bsp/board_api.h" in my main and iam not able to compile familiy.c ...
by robin2906
Thu May 08, 2025 7:08 am
Forum: ESP-IDF
Topic: ESP32P4 Host mode
Replies: 12
Views: 1113

Re: ESP32P4 Host mode

Thank you very very much for your answer, so if I understand correctly we can summarize the status like this :

This can work with TinyUSB as host stack, but will not work with Espressif Host stack (due to lack of STT support)

P4_with_USBHSOTG.jpg

This will work with both host stack ( Espressif ...

Go to advanced search