Close
0%
0%

Botje, Interactive Arduino R4 WiFi Companion

R4 WiFi collection of what I found on the net throwed together with some stuff from me in an interactive companion.

Similar projects worth following
62 views
0 followers
Botje, Interactive Arduino R4 WiFi Desktop Companion

Bill Gates way, so all programmers of Flappy, Snake, ... you recognize something from you, I don't deny it and I am grateful for your....
Story:

Online and offline, blocked all internet applications when no WiFi network connection .

Funny animation & images .

Old scool retro sounds .

Time bound atmosphere mood 16x16 LED Matrix .

8x16 LED matrix RTC time animation

RTC Manual Time Configuration.

Animated R4 LED Matrix Face .(Sleeps from midnight to 8 am morning.)

Local measurements of temperature, humidity, pressure, air particles, UV index.

Online time/date & weather information .

50 questions Trivia, Snake & Flappy Game .

Online question, answer jokes .

Is in French, but not difficult to convert all French -speaking text with translator to ....

WiFi Connection ;

Change .

char ssid[] = "--------";

char pass[] = "--------";

For correct time, change time zone :

Change .

timeClient.setTimeOffset(7200);

You can also change the NTP server in this line :

NTPClient timeClient(ntpUDP, "be.pool.ntp.org");

Forecast coordinates :

Change latitude, longitude in (First check on open-meteo coordinates .) .

client.println("GET /v1/forecast?latitude=50.6337&longitude=5.5675¤t=temperature_2m,relative_humidity_2m,apparent_temperature,is_day,precipitation,rain,showers,snowfall,weather_code,cloud_cover,pressure_msl,surface_pressure,wind_speed_10m,wind_direction_10m,wind_gusts_10m&timezone=Europe%2FBerlin&forecast_days=1 HTTP/1.1");

Name city of forecast chosen coordinates, (4 times to change) :

Change .

u8g2.print("-Liege-");

English version of jokes :

Change .

clientssl.println("GET /joke/Any?lang=fr&format=xml&type=twopart HTTP/1.1");

To .

clientssl.println("GET /joke/Any?lang=en&format=xml&type=twopart HTTP/1.1");

install libraries :

U8g2lib.h, Wire.h, WiFiS3.h, WiFiSSLClient.h, IPAddress.h, ArduinoJson.h, assert.h,

ArduinoGraphics.h, Arduino_LED_Matrix.h, FastLED.h, NTPClient.h, WiFiUdp.h,

RTC.h, Adafruit_BMP085_U.h, Adafruit_Sensor.h, MQSpaceData.h, DHT.h, AT24C256.h .

firework15.h

x-chdr - 12.42 kB - 09/15/2024 at 16:53

Download

over2.h

text/x-chdr - 12.42 kB - 09/02/2024 at 20:07

Download

image0.h

text/x-chdr - 12.42 kB - 09/02/2024 at 20:07

Download

skynet.h

text/x-chdr - 12.29 kB - 09/02/2024 at 20:07

Download

flappy1.h

text/x-chdr - 12.42 kB - 09/02/2024 at 20:07

Download

View all 29 files

  • 1 × Arduino UNO R4 WiFi
  • 1 × GUVA-S12SD
  • 1 × MQ-8
  • 1 × MQ-7 Electronic Components / Misc. Electronic Components
  • 1 × MQ-6

View all 28 components

View all 2 project logs

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates