ARDUCAM PICO4ML and NinaWiFi #2091
Replies: 7 comments 5 replies
-
you could try the esp-hosted firmware for NINA with the WiFi library in this core |
Beta Was this translation helpful? Give feedback.
-
Which board may I choose? Raspberry Pi Pico or RP2040? |
Beta Was this translation helpful? Give feedback.
-
sorry, it looks that I don't understand your problem |
Beta Was this translation helpful? Give feedback.
-
No worries. My problem looks simple but I don't know how to solve that. I have Pico4ML and Arduino RP2040 Connect Boards. I bought an HM01B0 camera module. First, I tried the Pico4ML camera example with Pico4ML board. It works. But, I couldn't find any library to define NinaWifi module. |
Beta Was this translation helpful? Give feedback.
-
Thank you so much reply my email. I checked something about NinaWifi. I found one of the libraries: ''Nina Generic Library'. It works with Raspberry Pi Pico and more hardware. I will try to change something. Actually I am doing like that: Because I want to connect it with camera and nina WiFi on RP2040. Do you have any suggestions for that? P.S. I will try to design a new PCB. Therefore I have some limitations: Size of board and power consumption. |
Beta Was this translation helpful? Give feedback.
-
WiFiNINA works with any Arduino. just create boards.local.txt with -D for pins. for Nano Connect the pins are
|
Beta Was this translation helpful? Give feedback.
-
Thank you so much. Could you explain a little bit more? Because I don't have any experience at this part. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to communicate with pico4ml and NinaWifi Module. Actually I am using Arduino Nano Connect hardware and Pico4ml system. Beucase I wanted to use IMU and Camera simultaneously. Camera and IMU are working on RP2040 Connect using pico4ml, but I want to use WiFiNnina module as well.
Do you have any suggestions ?
P.S. I tried to add HM01B0 camera library into Arduino connect library but it is not working. Moreover, I used WifiNina Generic library, the system didn't recognise the SPI WifiNina module.
Beta Was this translation helpful? Give feedback.
All reactions