airlift wifi + SPI commands+STM32

For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
dimitriC
 
Posts: 2
Joined: Sat Mar 12, 2022 10:12 am

airlift wifi + SPI commands+STM32

Post by dimitriC »

Hello,
I want to add wifi capabilities to my stm32 (f1/f4) based project using Airlift wifi module.
I know airlift wifi use SPI.
Where can I found the SPI commands (request/response)?

thank you

User avatar
neradoc
 
Posts: 542
Joined: Wed Apr 27, 2016 2:38 pm

Re: airlift wifi + SPI commands+STM32

Post by neradoc »

Airlift uses the Nina firmware from Arduino and the Arduino WiFiNINA library. (Actually forks of those that allow changing some pins.)
https://github.com/adafruit/nina-fw
https://github.com/adafruit/WiFiNINA

If you can't use the Arduino library, it doesn't look like the firmware itself is really documented, you'll have to look inside.
The list of commands is here for example:
https://github.com/adafruit/nina-fw/blo ... 1126-L1144

User avatar
dimitriC
 
Posts: 2
Joined: Sat Mar 12, 2022 10:12 am

Re: airlift wifi + SPI commands+STM32

Post by dimitriC »

Thank you,
Since i have opened the topic, I have found some informations from https://github.com/adafruit/WiFiNINA/tr ... rc/utility .

Locked
Please be positive and constructive with your questions and comments.

Return to “Wireless: WiFi and Bluetooth”