Web Page - Feasibility/Guidance

Hi,
I recently ordered a Arduino Nano 33 IoT and need help with making a web page...
Is it possible? What library should I use? I am trying to make a page with a Log in page, and different pages within it... I have toyed around with IoT cloud but have not yet tried to make a web page... and I don't know where to begin...

Sorry if this is a stupid question... I am quite new...

You want to make a web page on the Nano and have the Nano act as a web server?

Perhaps letting us in on your idea would be in order?


I have a web site that has several web pages and a database. I have 6 ESP32's sending and receiving data at various locations on my property. The ESP32's send and get data from a RPi (Raspberry Pi 4). The RPi does two major things. The RPi is my local MQTT broker and the RPI runs a Python program. The ESP32's sends and receives data through the MQTT Broker. The Python program reads data from the MQTT Broker that the ESP32's have sent, sends data to the ESP32's as needed, and sends and reads data from my websites database.

I am able to control various household aspects such as heating, cooling, and humidity through my website. I, also, can read the data from a solar powered weather station located in my backyard.

Idahowalker:
You want to make a web page on the Nano and have the Nano act as a web server?

Perhaps letting us in on your idea would be in order?


I have a web site that has several web pages and a database. I have 6 ESP32's sending and receiving data at various locations on my property. The ESP32's send and get data from a RPi (Raspberry Pi 4). The RPi does two major things. The RPi is my local MQTT broker and the RPI runs a Python program. The ESP32's sends and receives data through the MQTT Broker. The Python program reads data from the MQTT Broker that the ESP32's have sent, sends data to the ESP32's as needed, and sends and reads data from my websites database.

I am able to control various household aspects such as heating, cooling, and humidity through my website. I, also, can read the data from a solar powered weather station located in my backyard.

Wow... that's quite a setup...
My idea is creating a simple weather station... where you can see temp/humidity/air pressure but also having a log in needed to access the page containing the inputs...
I was just wondering if this idea was possible with a single nano 33 iot...

soylentg:
I was just wondering if this idea was possible with a single nano 33 iot...

Depends on your coding skills.

Idahowalker:
Depends on your coding skills.

Very little coding skills.

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