B4R Question RPI Pico 2W , Wifi connect

alpan

New Member
Hello,
I am new to B4X products, and now I am using B4R for some projects.
I am using 2 boards, nodemcu 0.9 (esp8266) and Rpi Pico 2W.
For both I have succesfully written some programs in B4R and run them succesfully.

I have also connect the esp8266 to my wifi network.

But for Pico 2W , I dont know which library to use for wifi, or how to do it.

Can you please suggest a solution?
Thanks a lot.
 

peacemaker

Expert
Licensed User
Longtime User
Initially try native Arduino WiFi example, and compare those code with the code of B4R library.

Check files:
rESP8266WiFi.h
rESP8266WiFi.cpp

where there are conditions for MCUs, maybe it needs to update the lib for your MCU
 
Last edited:
Upvote 0

alpan

New Member
Initially try native Arduino WiFi example, and compare those code with the code of B4R library.

Check files:
rESP8266WiFi.h
rESP8266WiFi.cpp

where there are conditions for MCUs, maybe it needs to update the lib for your MCU
Thanks very much for your answer.
Its not an easy task, but I will try it...
 
Upvote 0
Top