Hi!
Working on my first Arduino project so please be gentle.
I have an Ethernet Server running on the board and I'm able to send HTTPRequests to it but only when my computer is commented to the internet.
Does anyone have any advice on making it work without an internet connection?
Am I just using the wrong IP?
Thanks!!
Please post a block diagram of how things are connected. I assume you have a DHCP server running or hardware IP address, that all is important. If I were to take a SWAG I would say you do not have a DHCP server which would be a function your router would do.
Hi!
Thanks for taking a look at this.
The end result will be a HTML/JS app running on Electron sending the HTTPRequests to the Arduino to turn on/off LEDs.
Here's my ino if it helps. (I'm to new to attach the file)
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.