With this sketch you can control pins of a remote Arduino board through ESPHome. The Arduino acts as a port expander, allowing you to use more pins than a standard ESP8266/ESP32 has. The Arduino is ...
2022年のInternational Csound Conference(ICSC2022)で、Arduino関連の新しいopcodeが紹介されたこと、また、家族サービスで(音楽以外の目的で)Arduinoを使うことになったことを機会に、ArduinoでCsoundをコントロールすることにトライした。 それだけだと興味を持つ読者が ...
この記事は、このnoteで扱うすべてのArduino記事の前提になります。 電子工作経験は一切不要です。 「Arduinoを触るのが初めて」という人向けに書いています。 amazonでも3000円程度で購入可能です。モデルがいくつかありますが、まずは"UNO"をお勧めします。
In case you missed it, the big news is that a minimal Arduino core is up and working on the ESP32. There’s still lots left to do, but the core functionality — GPIO, UART, SPI, I2C, and WiFi — are all ...
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 ...