Hello,
I am looking for Arduino Nano RP2040 Connect compatible libraries equivalent to these:
#include <ArduinoJson.h>
#include <NTPClient.h>
#include <PubSubClient.h>
#include <base64.hpp>
#include <ESP8266WiFi.h>
#include <WiFiClientSecure.h>
#include <ESP8266HTTPClient.h>
#include <WiFiUdp.h>
Required features include MQTT support, JSON, WebSockets, WiFi.
in0
2
Since it is not really hardware dependent, I think this one should be usable on the Nano RP2040 Connect.
I would recommend giving this one a try. If it doesn't work, you can try this one instead:
The equivalent library is "WiFiNINA":
Maybe this one:
This one also WiFiNINA.
1 Like
system
Closed
3
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.