Announcements

Robots are revolutionizing our lives in many ways. Join our webinar to learn about Infineon’s broad portfolio of robot building blocks.
Click here to register.

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

PSoC™ 6 Forum Discussions

evaesteban
Level 1
Level 1
First reply posted First question asked Welcome!

Hi everyone,

I'm working with the Cypress PSoC 6 board in Mbed OS. I need to develop an AP Mode WiFi example. Are there any examples available? Can you send me some resources to get started?

Thank you.

0 Likes
1 Solution
AditiB_81
Moderator
Moderator
Moderator
5 questions asked 250 replies posted 250 sign-ins

Hi,

AP Mode API calls are supported by the WHD driver-

https://infineon.github.io/wifi-host-driver/html/group__wifisoftap.html

You can use these APIs to initialize the device in AP mode. Only thing to check is DHCP support which is part of the networking stack and implemented in it. Which networking stack are you using? If it's lwIP, we do have a middleware "lwIP-whd -port" which is part of the software stack in MTB, it implements DHCP.

https://github.com/Infineon/wifi-mw-core/tree/master/lwip-whd-port

Thanks

Aditi

View solution in original post

0 Likes
1 Reply
AditiB_81
Moderator
Moderator
Moderator
5 questions asked 250 replies posted 250 sign-ins

Hi,

AP Mode API calls are supported by the WHD driver-

https://infineon.github.io/wifi-host-driver/html/group__wifisoftap.html

You can use these APIs to initialize the device in AP mode. Only thing to check is DHCP support which is part of the networking stack and implemented in it. Which networking stack are you using? If it's lwIP, we do have a middleware "lwIP-whd -port" which is part of the software stack in MTB, it implements DHCP.

https://github.com/Infineon/wifi-mw-core/tree/master/lwip-whd-port

Thanks

Aditi

0 Likes
This widget could not be displayed.