Hello everyone,
I'm a beginner in Arduino stuff sorry.
I've purchased this item: 007001001200 WIFI/BLE ARDBOX 20 I/O ANALOG HF MODBUS
I just can't get it work.
I've managed to upload a basic program to the board (both the Arduino Leonardo and the Wifi Module side) but the Wifi Module won't be recognized.
/code void loop() {
Serial.println(WiFi.status());
delay(5000); }
/code
I'm only getting status 255.
Probably I'm doing something wrong. Please help me, where should I start?
I've checked all the documentation I could find but it didn't really help me further.
Thank you.
Endre.