Arduinoメモ(2022年5月)
2022-05-28
Print an Arduino-Powered Color Mechanical Television
An Arduino Mega microcontroller provides the brains. The Mega has enough RAM to hold screen frames and enough input/output pins to dedicate an entire port to each color (a port allows you to address up to eight pins simultaneously, using the bits of a single byte to turn each pin on or off).
2022-05-21
Spresense Arduino リリースノート
Spresense Arduino v2.5.1がリリースされました。
改善された機能
- [Audio] サンプル rendering_objif.ino で音が正しく再生されない問題を修正しました。
- [Camera] ISX019 HDRカメラについて機能改善を行いました。
- JPEG品質レベルを変更したときに撮影した写真が崩れてしまうことがある問題を修正しました。
- カメラデバイス起動時の待ち時間を最適な値にしました。
- 静止画サイズをHD(1280 x 720)に設定して撮影したときに、プレビュー画像が動作しなくなる問題を修正しました。
- [LTE] LTEの電源をONにする際の電源シーケンスを最適化しました。
2022-05-14
オードリー・タン氏が贈る、キャリア形成のアドバイス「常にアジャイルかつポータブルでいましょう」
まずは、やってみる。
例えばPM2.5の大気汚染が懸念されていた時期に、政府によるPM2.5の測定場所は2014年当時100ヶ所もありませんでした。市民はその測定網が拡大されるのを待つのではなく、ArduinoやRaspberry Piオープンなハードウェア設計や、単体では結果が不正確な場合もあるとてもシンプルなセンサーを使って、独自の測定基地を作りました。この測定基地づくりには何万という人が参加したため、PM2.5などの大気汚染物質のマップがかなり正確に作成できました。
2022-05-07
ESP32 Arduino 2.0.3 based on ESP-IDF 4.4.1
ESP32 Arduino 2.0.3 based on ESP-IDF 4.4.1がリリースされました。
New Peripherals Support and Refactoring (ESP-IDF APIs based)
- ESP32-S3 support added
- Added ESP-SR support
- GPIO
- Touch
Improvements
- ESP-IDF release/v4.4
- Toolchain updated to gcc8_4_0-esp-2021r2-patch3
- New boards support was added
- New documentation chapters added
- Added support for the Dual-Antenna and ESP32-WROOM-DA
- RainMaker support for ESP32-S2, ESP32-S3, and ESP32-C3
- Update IDF libs and mbedtls options
- CI improvements
- KSZ8041 support
- Add cookie support on HttpClient
- New documentation chapters and tutorial
Bugfixes
- Fix bootloop issue and enable DSP optimization
- Fixes on UART
- Fix Ethernet clock runtime setting
- Fixes on LEDC
- Fix SD mount issue
- Fixed String(float) issue
- Fixed UART MODBUS and Loopback issue
- Fixed interrupts in LEDC
- Fixed SD mount issue and check status
- Fixes on USB CDC