This project demonstrates a simple WiFi-based client-server communication system using two ESP8266 microcontrollers. The client sends a base64-encoded message via HTTP POST to the server every 5 ...
Setting up web a server on ESP8266 requires very title code and is surprisingly straightforward. This is thanks to functionality provided by versatile ESP8266WiFi ...
Despite a wealth of tutorials for setting up and writing code for the ESP8266 WiFi module, there has not been much of anything on programming this cheap wireless module with the Arduino IDE. Finally, ...
株式会社ビズライト・テクノロジーは、Wi-FiモジュールとRTCを搭載したArduino(※)互換ボード「BiZduino(ビズドゥイーノ)」を発売した。 同社はRaspberry Piをベースとした汎用IoTゲートウェイ「BH」シリーズを開発、販売してきたが、CPUパワーがそれほど高くなく ...
In this post, I am going to probe the components and compatibility of a cheapest Arduino Uno Wi-Fi board you can buy for your IoT projects. The UNO R3+WiFi (ATmega328P+ESP8266) board is an unofficial ...
Looking for practical Arduino projects? This guide shows how to control a relay from your smartphone using an Arduino Uno — either via Bluetooth or Wi-Fi with an ESP8266 ESP-01 module. With ...
I have a wee major project underway - a giant clock made out of seven segment LED strips. Lots of soldering: Much to my surprise, the soldering all went fine and my Arduino code to display the time ...
下記の記事の続きです。前回の記事では、この取り組みの背景と温度及び湿度の計測機能の実装について書きました。この記事では、wifiモジュールによるIoTデバイス化と、MH-Z14Aによる二酸化炭素濃度計測機能の実装を行います。 Arduinoは単体で ...
こちらのWiFi機能と12x8のLEDマトリックスを搭載しているArduinoのセットアップをします。 やりたいことは以下の3点です。 私の場合は、192.168.10.x(xは1~225)でした。家のWiFiにつながっているノートPCやスマホのIPアドレスを確認すると、192.168.10.101とか192.168.10 ...