ESP32, Arduino, Raspberry Pi and the likes over the Internet. This example code is in public domain. This example shows how to configure static IP with Ethernet. Be sure to check ordinary Ethernet ...
[Jan] was looking for a way to monitor web site hits while sitting on the couch. This lead to the Lucky Cat Hit Counter. The hack gives a stock Lucky Cat some new hardware: a servo, a RGB led, a light ...
プロトタイピング用のマイコンボードであるArduinoは様々な互換機が生まれています。今回紹介するChainDuinoもその一つ。ChainでDuinoという名からイメージする通り、複数のArduinoをつなげるチャレンジです。 Arduinoで日々電子工作、特にセンサーネットワーク ...
The project consists of two parts: an Arduino sketch and a Python server script. The Arduino sketch (arduino_file_transfer.ino) reads a file from an SD card and sends its contents to a Python server ...
Usually, I use the Serial Monitor of the Arduino IDE to communicate with the Arduino hardware. But now, I want to build an application on my computer that allows me to click some buttons to control ...
Some projects that we build fulfill a genuine need for a new piece of hardware or software that will make life easier or fix a common problem. Other projects, on the other hand, we do just because ...