2024-09-25 02:50 AM
2024-09-25 02:59 AM - edited 2024-09-25 02:59 AM
@chiragTeksun123 wrote:We want to use the STM32 host to communicate with both BLE and Wi-Fi.
Remember that the NXP device neither knows nor cares what microcontroller you use - you just have to follow whatever is defined in its interface documentation.
@chiragTeksun123 wrote:Does the STM32 provide any specific drivers to communicate with the IW612 BLE & WIFI?
No - you would need to look to NXP for that kind of thing.
Most likely, they will provide "generic" drivers which just need you to provide a couple of specific host-specific interface functions.
@chiragTeksun123 wrote:For BLE, which uses a UART host interface, do we need any AT commands from the host side, or is another commands used?
That's entirely down to the NXP device - the Host just needs to do whatever the NXP thing requires
@chiragTeksun123 wrote:Similarly, for Wi-Fi, which uses an SDIO host interface, do we need any AT commands from the host side, or is another commands used?
Again, that's entirely down to the NXP device.
2024-09-25 03:05 AM
@Andrew Neil wrote:
you would need to look to NXP for that kind of thing.
Looks like the module is actually from Murata:
So also check out their documentation & support...