Simply question

Hello Arduino-mates
I'm trying to use rssRead library on Arduino UNO R4 WIFI.
I installed the lib and I've tried to test the sample on

Why the compiler reports this error?

/Users/cosma_1/Documents/Arduino/libraries/rssRead/src/rssRead.hpp:18:10: fatal error: WiFiClientSecure.h: No such file or directory
#include <WiFiClientSecure.h>
^~~~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1

Thanks
Cosma

Welcome to the forum

Because it can't find the library

Which Arduino board are you compiling for ?

Is the library compatible with the Uno R4 WiFi? It might be written for ESP boards.

I have no experience with either board so can't help further.

I use ARDUINO UNO R4 wifi

Arduino UNO R4 WIFI

You are not

The problem is almost certainly that the library that the compiler can't find is not compatible with the board

Board specific libraries are held in board specific locations and the compiler knows where to look for them

thanks for letting me know, i deleted the post

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.