Nhà phát triển: | Ferdinand Stueckler (32) | ||
Giá bán: | Miễn phí | ||
Xếp hạng: | 0 | ||
Đánh giá: | 0 Viết đánh giá | ||
Danh sách: | 0 + 0 | ||
Điểm: | 0 + 0 ¡ | ||
Google Play |
Mô tả
Options:
- Indication: Default micro:bit mode (otherwise notification mode)
- LF: Linefeed added
- CR: Carriage return added
Requirements:
- Min. Android 5
- Bluetooth Low Energy (BLE)
- Paired devices
- micro:bit programm (developed by yourself)
V 2.1: Copy to Clipboard (Option Menu)
V 2.2: Clear List (Option Menu), No Log Option
V 2.5: Hex Mode
MBED example:
#include "MicroBit.h"
#include "MicroBitUARTService.h"
#include "BMP180.h"
MicroBit uBit;
MicroBitUARTService *uart;
BMP180 bmp180(P0_30, P0_0);
char buffer[80];
float pressure,temperature;
int connected = 0;
void onConnected(MicroBitEvent e)
{
uBit.display.scroll("C");
connected = 1;
}
void onDisconnected(MicroBitEvent e)
{
uBit.display.scroll("D");
connected = 0;
}
void onButtonA(MicroBitEvent e)
{
uBit.display.scroll(buffer);
}
void onButtonB(MicroBitEvent e)
{
uBit.display.scroll("SK");
}
/*
IMPORTANT !!!
Oherwise you will run out of memory !
Recommend disabling the DFU and Event services in MicroBitConfig.h since they are not needed here:
microbit->microbit-dal->inc->core->MicroBitConfig.h
#define MICROBIT_BLE_DFU_SERVICE 0
#define MICROBIT_BLE_EVENT_SERVICE 0
#define MICROBIT_SD_GATT_TABLE_SIZE 0x500
*/
int main()
{
bmp180.Initialize(64, BMP180_OSS_ULTRA_LOW_POWER);
pressure = -1;
temperature = -1;
if (bmp180.ReadData(&temperature,&pressure))
sprintf(buffer, "%.2f C %4.0f hPa", temperature, pressure);
else
sprintf(buffer,"NOK");
// Initialise the micro:bit runtime.
uBit.init();
uBit.messageBus.listen(MICROBIT_ID_BLE, MICROBIT_BLE_EVT_CONNECTED, onConnected);
uBit.messageBus.listen(MICROBIT_ID_BLE, MICROBIT_BLE_EVT_DISCONNECTED, onDisconnected);
uBit.messageBus.listen(MICROBIT_ID_BUTTON_A, MICROBIT_BUTTON_EVT_CLICK, onButtonA);
uBit.messageBus.listen(MICROBIT_ID_BUTTON_B, MICROBIT_BUTTON_EVT_CLICK, onButtonB);
uart = new MicroBitUARTService(*uBit.ble, 32, 32);
uBit.display.scroll(":)");
while(1)
{
pressure = -1;
temperature = -1;
if (bmp180.ReadData(&temperature,&pressure))
sprintf(buffer, "%.2f C %4.0f hPa", temperature, pressure);
else
sprintf(buffer,"NOK");
if (!connected) {
uBit.sleep(500);
}
else
{
uart->send(buffer);
uBit.sleep(1000);
}
}
release_fiber();
}
Ảnh chụp màn hình




Giá bán
- Hôm nay: Miễn phí
- Tối thiểu: Miễn phí
- Tối đa: Miễn phí
Theo dõi giá
Nhà phát triển
- Ferdinand Stueckler
- Nền tảng: Android Ứng dụng (22) Windows Ứng dụng (10)
- Danh sách: 0 + 0
- Điểm: 3 + 1,572 ¡
- Xếp hạng: 0
- Đánh giá: 0
- Giảm giá: 0
- Video: 8
- RSS: Đăng ký
Điểm
0 ☹️
Xếp hạng
0 ☹️
Danh sách
0 ☹️
Đánh giá
Hãy là người đầu tiên đánh giá 🌟
Thông tin bổ sung
- Phiên bản: 2.5
- ID: com.ble.microbit.uart
- Danh mục:
Android Ứng dụng
›Liên lạc
- HĐH:
Android 4.3
- Kích thước:
1 Mb
- Xếp hạng nội dung:
Everyone
- Google Play Xêp hạng:
0
- Cập nhật:
- Ngày phát hành:
Danh bạ
- Trang web:
http://lehrer.bulme.at/~sk
Bạn cũng có thể thích
-
- Terminal Multi PRO
- Android Ứng dụng: Liên lạc Bởi: edodm85
- $0.99
- Danh sách: 0 + 0 Xếp hạng: 0 Đánh giá: 0
- Điểm: 0 + 0 Phiên bản: New Terminal Multi is a terminal app which provides three different communication types: 1) BLUETOOTH SPP: data are transmited/received between the phone and a bluetooth paired device via ... ⥯
-
- WiFi Terminal
- Android Ứng dụng: Liên lạc Bởi: Oxymora Technology Pvt. Ltd.
- Miễn phí
- Danh sách: 0 + 0 Xếp hạng: 0 Đánh giá: 0
- Điểm: 0 + 0 Phiên bản: 2.0.0 The WiFi Terminal App provides a robust platform for local network communication using both HTTP and TCP protocols. Ideal for developers, network administrators, or IoT enthusiasts, ... ⥯
-
- OBD Now Terminal
- Android Ứng dụng: Liên lạc Bởi: GLM Software
- Miễn phí
- Danh sách: 0 + 0 Xếp hạng: 0 Đánh giá: 0
- Điểm: 0 + 0 Phiên bản: 2.38 OBD Now Terminal for Android devices is similar to programs such as Hyper Terminal or Tera Term for Windows computers. The major difference is OBD Now Terminal is already preconfigured ⥯
-
- dataplicity - Terminal for Pi
- Android Ứng dụng: Liên lạc Bởi: MachineForest
- Miễn phí
- Danh sách: 0 + 0 Xếp hạng: 0 Đánh giá: 0
- Điểm: 0 + 1,381 (4.3) Phiên bản: 3.326.4 Remotely access your Raspberry Pi shell from any network without dynamic DNS, portforwarding or VPN. For more information, visit https://www.dataplicity.com/ * DOES IT WORK BEHIND NAT? ⥯
-
- BensinPris
- Android Ứng dụng: Liên lạc Bởi: Bit Factory
- Miễn phí
- Danh sách: 0 + 0 Xếp hạng: 0 Đánh giá: 0
- Điểm: 0 + 1,582 (2.7) Phiên bản: 4.0.3 Note! If you are experiencing trouble with this update, simply uninstall the previous version before updating! BensinPris gives you daily fuel prices in Norway. This is a community ... ⥯
-
- Afghan Internet Packs
- Android Ứng dụng: Liên lạc Bởi: Micro Toolkit
- * Miễn phí
- Danh sách: 0 + 0 Xếp hạng: 0 Đánh giá: 0
- Điểm: 0 + 125 (5.0) Phiên bản: 1.08 Afghan Internet Packs App is for Mtn, Etisalat, Roshan, Salam, Afghan Wireless mobile operators users All Mtn, Etisalat, Roshan, Salam, Afghan Wireless Internet & Minutes package ... ⥯
-
- Lynx Alerts
- Android Ứng dụng: Liên lạc Bởi: Micro Technology Services, Inc.
- Miễn phí
- Danh sách: 0 + 0 Xếp hạng: 0 Đánh giá: 0
- Điểm: 0 + 0 Phiên bản: 1.5.0 Lynx is a network-based duress and mass notification system. Utilizing an extensive catalog of input and output devices, the Lynx system can maximize situational awareness for ... ⥯
-
- trx-control
- Android Ứng dụng: Liên lạc Bởi: micro systems
- Miễn phí
- Danh sách: 0 + 0 Xếp hạng: 0 Đánh giá: 0
- Điểm: 0 + 0 Phiên bản: 1.1.11 trx-control is not a standalone app. It requires a trx-control(7) installation with a running trxd(8) daemon that has WebSockets enabled. The app connects to trxd(8) using a WebSockets ⥯
-
- School Update
- Android Ứng dụng: Liên lạc Bởi: bit media education solutions GmbH
- Miễn phí
- Danh sách: 0 + 0 Xếp hạng: 0 Đánh giá: 0
- Điểm: 0 + 0 Phiên bản: v5.4.0 The secure and smart communication solution for schools - available as a web application and as a mobile app! SchoolUpdate for smartphone and PC, as a mobile app and web application ... ⥯
-
- SecurLine by Privus
- Android Ứng dụng: Liên lạc Bởi: Bit Armor
- Miễn phí
- Danh sách: 0 + 0 Xếp hạng: 0 Đánh giá: 0
- Điểm: 0 + 0 Phiên bản: 4.0.1 SecurLine by Privus is the most advanced, secure and transparent HD quality voice/video/conferencing/group chat/file sharing encryption app, now with Post Quantum encryption by ... ⥯
-
- TBGram
- Android Ứng dụng: Liên lạc Bởi: Bit Video Status Maker and Video Editor with Music
- Miễn phí
- Danh sách: 0 + 0 Xếp hạng: 0 Đánh giá: 0
- Điểm: 0 + 0 Phiên bản: 9.8.9 TBGram is an unofficial messaging application using the Telegram API for Tibetan users ⥯
-
- Telegram
- Android Ứng dụng: Liên lạc Bởi: Telegram FZ-LLC
- * Miễn phí
- Danh sách: 15 + 2 Xếp hạng: 5 (1) Đánh giá: 0
- Điểm: 23 + 16,198,578 (4.1) Phiên bản: 12.0.1 Pure instant messaging simple, fast, secure, and synced across all your devices. One of the top 5 most downloaded apps in the world with over 1 billion active users. FAST: Telegram is ... ⥯
-
- Sticker.ly - Sticker Maker
- Android Ứng dụng: Liên lạc Bởi: Naver Z Corporation
- * * Miễn phí
- Danh sách: 0 + 0 Xếp hạng: 0 Đánh giá: 0
- Điểm: 4 + 2,294,987 (4.5) Phiên bản: 3.22.0 Discover billions of funny WhatsApp animated stickers and create your own stickers (WAsticker). - Explore billions of meme animated stickers and use them in your chats and status - ... ⥯
-
- Bluetooth File Transfer
- Android Ứng dụng: Liên lạc Bởi: Medieval Software
- * Miễn phí
- Danh sách: 0 + 1 Xếp hạng: 0 Đánh giá: 0
- Điểm: 1 + 250,347 (3.6) Phiên bản: 5.67 Use your smartphone to browse, explore and manage files of any Bluetooth ready device, using File Transfer Profile (FTP) and Object Push Profile (OPP): you can also receive files and ... ⥯