Good evening! Sorry, has been away for a long time…
I wanted to ask how to spell out a static ip-address when starting a sketch from an example (Blynk Quickstart Device.
// the media access control (ethernet hardware) address for the shield:
byte mac[] = { 0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED };
//the IP address is dependent on your network
IPAddress ip(192, 168, 0, 2);
These classes Ethernet.h are not present in the example Quickstart Devise. And
// initialize the ethernet device
Ethernet.begin(mac, ip, dnServer, gateway, subnet);
is also missing from the example Quickstart Devise (Blynk).
My question is how to run Ethernet Shield with a static ip-address?
I’d suggest that you post the sketch that you are using, and explain in detail what you’ve tried already, and what results that gave.
The more information you can provide the better.
Posting small snippets of code with strangely worded questions or comments doesn’t help us to help you.