ผู้พัฒนา: Ferdinand Stueckler (32)
ราคา: ฟรี
การจัดอันดับ: 0 
ความเห็น: 0 เขียนความเห็น
ความเห็น: 0 โพสต์ความคิดเห็น
รายการ: 0 + 0
แต้มแล: 0 + 0 ¡
Google Play

คำอธิบาย

micro:bit UART Terminal
This app communicates between Android and a micro:bit device. You can transmit and receive text in 'notification' or 'indication' mode. The UART communication also has to be implemented at the micro:bit device (Block, Javascript, MBED).

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();
}
ขึ้น ↓
Ad

ภาพหน้าจอ

#1. micro:bit UART Terminal (Android) โดย: Ferdinand Stueckler
#2. micro:bit UART Terminal (Android) โดย: Ferdinand Stueckler
#3. micro:bit UART Terminal (Android) โดย: Ferdinand Stueckler
#4. micro:bit UART Terminal (Android) โดย: Ferdinand Stueckler

มีอะไรใหม่

  • เวอร์ชัน: 2.5
  • อัปเดต:
  • HEX mode

ประวัติราคา

  • วันนี้: ฟรี
  • ต่ำสุด: ฟรี
  • มากที่สุด: ฟรี
ติดตามราคา

ผู้พัฒนา

Ad

แต้มแล (0)

0 ☹️

การจัดอันดับ (0)

0 ☹️

รายการ (0)

0 ☹️
  • micro:bit UART Terminal

ความเห็น (0)

แสดงรีวิวเป็นคนแรกเลย 🌟

ข้อมูลเพิ่มเติม

  • เวอร์ชัน: 2.5
  • หมวดหมู่:
  • ระบบปฏิบัติการ:
  • ขนาด:
  • การจัดประเภทเนื้อหา:
  • Google Play คะแนนโดย:
  • อัปเดต:
  • วันที่วางจำหน่าย:

รายชื่อติดต่อ

ความเห็น (0)

เป็นคนแรกที่แสดงความเห็น 🌟
«micro:bit UART Terminal». แพลตฟอร์ม: Android. หมวดหมู่: การสื่อสาร. ผู้พัฒนา: «Ferdinand Stueckler». การเปิดตัวครั้งแรก: . อัปเดตล่าสุด: . ราคาปัจจุบัน: ฟรี. ชื่อนี้ยังไม่ได้รับการให้คะแนนหรือบทวิจารณ์บน AppAgg AppAgg ติดตามประวัติราคา การให้คะแนน และคำติชมของผู้ใช้ «micro:bit UART Terminal». ส่วนลดและอัปเดตในอนาคต: RSS. AppAgg ไม่ได้โฮสต์แอปพลิเคชันหรือแจกจ่ายซอฟต์แวร์ เครื่องหมายการค้า โลโก้ และภาพหน้าจอทั้งหมดเป็นของเจ้าของที่เกี่ยวข้อง
micro:bit UART Terminalmicro:bit UART Terminal URL แบบสั้น: คัดลอกแล้ว!
  • 🌟 แชร์
  • Google Play

คุณอาจชอบ

    • Terminal Multi PRO
    • Android แอป: การสื่อสาร  โดย: edodm85
    • $0.99  
    • รายการ: 0 + 0  การจัดอันดับ: 0  ความเห็น: 0
    • แต้มแล: 0 + 0  ความเห็น: 0  เวอร์ชัน: 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 ...
        ⥯ 
    • BIT App
    • Android แอป: การสื่อสาร  โดย: Hubmatrix Technologies Pvt. Ltd.
    • ฟรี  
    • รายการ: 0 + 0  การจัดอันดับ: 0  ความเห็น: 0
    • แต้มแล: 0 + 0  ความเห็น: 0  เวอร์ชัน: 1.0   Internet Connection is required to submit the request. Registering of Account in the App is mandatory in order to submit a request from web application.
        ⥯ 
    • Spaxel Terminal
    • Android แอป: การสื่อสาร  โดย: Spaxel LLC
    • ฟรี  
    • รายการ: 0 + 0  การจัดอันดับ: 0  ความเห็น: 0
    • แต้มแล: 0 + 0  ความเห็น: 0  เวอร์ชัน: 1.5.0   Spaxel Terminal is a cutting-edge application designed to streamline communication between tenants and support agents. The application provides a dedicated mobile app where tenants can
        ⥯ 
    • WiFi Terminal
    • Android แอป: การสื่อสาร  โดย: Oxymora Technology Pvt. Ltd.
    • ฟรี  
    • รายการ: 0 + 0  การจัดอันดับ: 0  ความเห็น: 0
    • แต้มแล: 0 + 0  ความเห็น: 0  เวอร์ชัน: 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 แอป: การสื่อสาร  โดย: GLM Software
    • ฟรี  
    • รายการ: 0 + 0  การจัดอันดับ: 0  ความเห็น: 0
    • แต้มแล: 0 + 0  ความเห็น: 0  เวอร์ชัน: 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 แอป: การสื่อสาร  โดย: MachineForest
    • ฟรี  
    • รายการ: 0 + 0  การจัดอันดับ: 0  ความเห็น: 0
    • แต้มแล: 0 + 1,384 (4.4)  ความเห็น: 0  เวอร์ชัน: 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?
        ⥯ 
    • MTSG Jobs
    • Android แอป: การสื่อสาร  โดย: Micro Tech Staffing
    • ฟรี  
    • รายการ: 0 + 0  การจัดอันดับ: 0  ความเห็น: 0
    • แต้มแล: 0 + 0  ความเห็น: 0  เวอร์ชัน: 1   Micro Tech Staffing Group has been a leader in technical staffing across New England and the eastern seaboard for over 30 years. With offices in Massachusetts, New Hampshire, Rhode ...
        ⥯ 
    • BensinPris
    • Android แอป: การสื่อสาร  โดย: Bit Factory
    • ฟรี  
    • รายการ: 0 + 0  การจัดอันดับ: 0  ความเห็น: 0
    • แต้มแล: 0 + 1,586 (2.7)  ความเห็น: 0  เวอร์ชัน: 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 แอป: การสื่อสาร  โดย: Micro Toolkit
    • * ฟรี  
    • รายการ: 0 + 0  การจัดอันดับ: 0  ความเห็น: 0
    • แต้มแล: 0 + 138 (5.0)  ความเห็น: 0  เวอร์ชัน: 1.09   Afghan Internet & Minute Packs App is a complete guide for Mtn, Etisalat, Roshan, Salam, and Afghan Wireless users. With this app, you can easily find, explore, and activate all ...
        ⥯ 
    • Lynx Alerts
    • Android แอป: การสื่อสาร  โดย: Micro Technology Services, Inc.
    • ฟรี  
    • รายการ: 0 + 0  การจัดอันดับ: 0  ความเห็น: 0
    • แต้มแล: 0 + 5 (4.2)  ความเห็น: 0  เวอร์ชัน: 1.6.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 แอป: การสื่อสาร  โดย: micro systems
    • ฟรี  
    • รายการ: 0 + 0  การจัดอันดับ: 0  ความเห็น: 0
    • แต้มแล: 0 + 0  ความเห็น: 0  เวอร์ชัน: 1.1.12   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
        ⥯ 
  • ใหม่
    • Zerra Live Chat
    • Android แอป: การสื่อสาร  โดย: Micro E-pay
    • ฟรี  
    • รายการ: 0 + 0  การจัดอันดับ: 0  ความเห็น: 0
    • แต้มแล: 0 + 0  ความเห็น: 0  เวอร์ชัน: 1.4.0   Zerra The Modern Business Inbox Real-Time Conversations. Zero Chaos. Zerra is a powerful live chat and customer messaging platform built for modern businesses. Manage conversations ...
        ⥯ 
    • School Update
    • Android แอป: การสื่อสาร  โดย: bit media education solutions GmbH
    • ฟรี  
    • รายการ: 0 + 0  การจัดอันดับ: 0  ความเห็น: 0
    • แต้มแล: 0 + 0  ความเห็น: 0  เวอร์ชัน: 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 ...
        ⥯ 

คุณอาจชอบ

โอเปอเรเตอร์การค้นหาที่คุณสามารถใช้กับ AppAgg
เพิ่มใน AppAgg
AppAgg
เริ่มต้นใช้งาน – ฟรี
ลงทะเบียน
ลงชื่อเข้าสู่ระบบ