2021年11月12日 星期五

Development tool B4X

Development tool B4X

B4R, which is currently in beta, is a new development tool for Arduino.

It is part of four similar development tools: B4A - Android, B4i - iOS, B4J - desktops, servers and ARM boards and now B4R for Arduino.

B4J and B4R are completely free.

All four tools use the same programming language, B4X. B4X is a modern version of visual basic.

The beta version can be downloaded here: https://www.b4x.com/android/forum/threads/b4r-beta-is-available-for-download.65651/

You can see the tutorials here (many more will be available soon): https://www.b4x.com/android/forum/forums/b4r-tutorials.76/

沒有留言:

張貼留言

ESP32 微控制器 採集的環境數據,經由 MQTT 協定 轉換並寫入工業標準的 Modbus 暫存器 中

  一個典型的 IoT(物聯網)與工業自動化系統整合(SCADA/機台連線) 的架構圖。它透過 Node-RED 作為核心資料網關,將前端 ESP32 微控制器 採集的環境數據,經由 MQTT 協定 轉換並寫入工業標準的 Modbus 暫存器 中。 1. 各模組功能拆解...