ニュース

This project demonstrates how to control a 4-wheel drive (4WD) robotic car using an Arduino Uno and a Bluetooth module (HC-05/HC-06). The car responds to commands sent via a Bluetooth controller app ...
今回は簡単に言うと、Bluetoothの信号をスマートフォンで受信する手順を紹介したいと思います。 Arduino 自体も、ESP 32のIDEもはいっぱいサンプルコードが付いています。 今回はESP32のBLE_serverを使います。 File > Examples の中で選びます。 サンプルコード開いたら ...
今回は簡単に言うと、Bluetoothの信号をスマートフォンで受信する手順を紹介したいと思います。 今回のサンプルは ESP32 で実装しますので、まず開発環境を準備しましょう。 アマゾンや秋月電子などでESP32は購入可能です。 ステップ: 1、Arduino 開発ソフト ...
翔泳社では、「独習」「徹底入門」「スラスラわかる」「絵で見てわかる」「一年生」などの人気シリーズをはじめ、言語や開発手法、最新技術を解説した書籍を多数手がけています。プロジェクトマネジメントやチームビルティングといった管理職向けの ...
Have you ever wanted to build yourself a 2WD Electric Car and control it wirelessly especially through your Android application? In this post, I am going to share some concepts and simple working ...
In Arduino environment, it's convenient to access BT SPP like a serial port and react to the command string sent from the BT serial port. Many Arduino projects have utilized this way to allow remote ...
Microsoftは7月6日(現地時間)、オープンソースベースのテキストエディター「Visual Studio Code」拡張機能であるArduino用コードをMITライセンスを適用、GitHubで公開したことを公式ブログで発表した。 Arduinoは独立型のデバイス開発やソフトウェア開発に用いられる ...
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 ...