約3,600件1ページ目

日本語のみで絞り込む

2023/10/31 -This library is compatible with all architectures so you should be able to use it on all the Arduino boards. Was this article helpful?

mDNS library for Arduino. Based on @TrippyLighting's EthernetBonjour library. Supports mDNS (registering services) and DNS-SD (service discovery).

The Ethernet shield allows you to connect a WIZNet Ethernet controller to the Arduino boards via the SPI bus. It uses the ICSP header pins and pin 10 as chip ...

This example connects to a named server and makes a request using an Ethernet shield. The sketch in the example illustrates how to connect using DHCP and DNS.

2016/11/22 -I have a bunch of temperature sensors deployed, and are using mDns for device discovery into homebridge. Works well. Only issue is an occasional ...

2022/3/21 -I have made a database which I can access perfectly fine in a local server through the Ethernet Shield, with either static or dhcp IP addresses.

A.使用されてるArduinoJson.hのバージョンはいくつでしょうか? リンク先の記事ではバージョン6に対応したものになってるようです。 おそらくエラー=例外が発生してるのは、ソースコードの ...

A.解決の糸口をつかむだけでも時間がかかりそうなので。 >接続ポートの「Silicon Labs CP210x USB to UART Bridge(COM3)」はデバイスマネージャーで表示...

2011/10/30 -A way to run several devices on the same ad-hoc network and use their host names rather than their IP addresses.

2023/4/11 -You're connected to the networkEnter a mDNS host name via the Arduino Serial Monitor to have it resolved. Do not postfix the name with ".local"

2022/10/12 -Supports mDNS (Registering Services) and DNS-SD (Service Discovery). Ethernet_Generic library is used as default for W5x00. Go to repository.

Open the Arduino IDE and either copy the code below or navigate to the example by going to File > Examples > Ethernet > Web Client. Reminder, if you open the ...