| 개발자: | Ferdinand Stueckler (32) | ||
| 가격: | 무료 | ||
| 순위: | 0 | ||
| 리뷰: | 0 리뷰 작성 | ||
| 목록: | 0 + 0 | ||
| 포인트: | 0 + 0 ¡ | ||
| Google Play | |||
기술
Indication aktive: BLE Indication (Default)
Indication inaktive: BLE Notification
Silent aktive: No visual logging
Silent inaktive: Logging
Requirements:
- Min. Android 4.4
- Bluetooth Low Energy (BLE)
- Paired devices
- micro:bit programm (developed by yourself)
MBED example:
#include "MicroBit.h"
#include "MicroBitUARTService.h"
MicroBit uBit;
MicroBitUARTService *uart;
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)
{
if (connected == 0) {
uBit.display.scroll("NC");
return;
}
uart->send("Yes");
uBit.display.scroll("Y");
}
void onButtonB(MicroBitEvent e)
{
if (connected == 0) {
uBit.display.scroll("NC");
return;
}
uart->send("No");
uBit.display.scroll("N");
}
void onButtonAB(MicroBitEvent e)
{
if (connected == 0) {
uBit.display.scroll("NC");
return;
}
uart->send("SK");
uBit.display.scroll("SK");
}
void processBLEUart() {
uint8_t readBuf[22];
while (1) { // loop for ever
if ((!connected) || (!uart->isReadable())) {
uBit.sleep(50); // wait 50mS and check again
continue; // loop;
}
//else we are connected AND there is some input to read
if (uart->isReadable()) {
while (uart->isReadable()) {
int charCount = uart->read(readBuf, 22, ASYNC);
if (charCount != 0) {
for (int i = 0; i < charCount; i++)
uBit.display.scroll((char) readBuf[i]);
}
}
}
}
}
/*
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()
{
// 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);
uBit.messageBus.listen(MICROBIT_ID_BUTTON_AB, MICROBIT_BUTTON_EVT_CLICK, onButtonAB);
uart = new MicroBitUARTService(*uBit.ble, 32, 32);
uBit.display.scroll("Go");
create_fiber(&processBLEUart); // create fiber and schedule it.
release_fiber();
}
스크린샷




비디오
가격
- 오늘: 무료
- 최소: 무료
- 최대: 무료
가격 추적
개발자
포인트
0 ☹️
순위
0 ☹️
목록
0 ☹️
리뷰
첫 번째 리뷰를 남겨보세요 🌟
추가 정보
주소록
- 🌟 공유하기
- Google Play
당신은 또한 같은 수 있습니다
-
- Gateway Int. High School
- Android 앱: 커뮤니케이션 게시자: MR Softwares
- 무료
- 목록: 0 + 0 순위: 0 리뷰: 0
- 포인트: 0 + 0 버전: v3modak Gateway International High School Hyderabad, Telangana, budvel Rajendra Nagar Please Note : If you have multiple children studying in the same school and the school records have your ... ⥯
-
- Polk Gateway
- Android 앱: 커뮤니케이션 게시자: Polk County Government
- 무료
- 목록: 0 + 0 순위: 0 리뷰: 0
- 포인트: 0 + 0 버전: 2025.4.271456133 The Polk Gateway is the communication app of Polk County. Current Information and news for our customers, our partner network, as well as employees and interested parties. Stay in ... ⥯
-
- Spinoco SMS Gateway
- Android 앱: 커뮤니케이션 게시자: Spinoco
- 무료
- 목록: 0 + 0 순위: 0 리뷰: 0
- 포인트: 0 + 0 버전: 24.6.4 The Spinoco SMS Gateway application enables the synchronization of SMS with the desktop Spinoco application. ⥯
-
- Graham gateway News
- Android 앱: 커뮤니케이션 게시자: Sparrow Connected
- 무료
- 목록: 0 + 0 순위: 0 리뷰: 0
- 포인트: 0 + 0 버전: 5.1.1 gateway News is now mobile! Stay connected with internal Graham news in the palm of your hand. Receive notifications on urgent Graham news Engage with articles through reactions or ... ⥯
-
- Sync Gateway
- Android 앱: 커뮤니케이션 게시자: Synclovis Systems Pvt. Ltd.
- 무료
- 목록: 0 + 0 순위: 0 리뷰: 0
- 포인트: 0 + 0 버전: 1.0.0 Gateway creates an ecosystem that enables Managers, Interns & Organisations to manage Collaboration and to share important announcements within the organisation ⥯
-
- Telerivet Gateway
- Android 앱: 커뮤니케이션 게시자: Telerivet, Inc.
- 무료
- 목록: 0 + 0 순위: 0 리뷰: 0
- 포인트: 0 + 98 (3.7) 버전: 3.21.1 The Telerivet Gateway app synchronizes SMS and MMS messages and call notifications between your Android phone and the Telerivet platform, allowing you and your team to view and send ... ⥯
-
- MnSEIA Gateway to Solar App
- Android 앱: 커뮤니케이션 게시자: Socio Labs LLC
- 무료
- 목록: 0 + 0 순위: 0 리뷰: 0
- 포인트: 0 + 0 버전: 34.0.0 The Gateway to Solar Conference, hosted by the Minnesota Solar Energy Industries Association (MnSEIA), is the Midwest's biggest and best solar + storage conference. The MnSEIA Gateway ... ⥯
-
- UC Gateway
- Android 앱: 커뮤니케이션 게시자: Consortium Software
- 무료
- 목록: 0 + 0 순위: 0 리뷰: 0
- 포인트: 0 + 0 버전: 1.0 UC Gateway is a Unified Communications (UC) platform that brings both email and SMS (text) messaging technologies into one content-aware system. Build client relationships, manage ... ⥯
-
- Audi Qualification Gateway App
- Android 앱: 커뮤니케이션 게시자: Audi
- 무료
- 목록: 0 + 0 순위: 0 리뷰: 0
- 포인트: 0 + 0 버전: 7.0.0 With the Audi Qualification Gateway App, you receive the latest information about training and qualification from AUDI AG. You are able to share your training needs or information ... ⥯
-
- Email To SMS Gateway
- Android 앱: 커뮤니케이션 게시자: Maxlab Mobile
- * 무료
- 목록: 0 + 0 순위: 0 리뷰: 0
- 포인트: 1 + 125 (2.6) 버전: 1.57 Automates sending multiple SMSes to multiple recipients with your email account! Please join our community support forum - https://groups.google.com/g/support-maxlabmobile How-to Use: ... ⥯
-
- Guni SMS - SMS Gateway
- Android 앱: 커뮤니케이션 게시자: GuniAu
- 무료
- 목록: 0 + 0 순위: 0 리뷰: 0
- 포인트: 0 + 0 버전: 1.3.3 Guni SMS the simplest and most affordable SMS solution for sending bulk SMS campaigns and one to one message with your customers. You can stay on top of your SMS marketing efforts from ⥯
-
- G-NXT (Stay Connected)
- Android 앱: 커뮤니케이션 게시자: Gateway Group
- 무료
- 목록: 0 + 0 순위: 0 리뷰: 0
- 포인트: 0 + 0 버전: 7.0.4 At Gateway Group, we believe it is essential to have communication channels for team members understanding of who and what we do as a company and getting more familiar and educated ... ⥯
-
- BensinPris
- Android 앱: 커뮤니케이션 게시자: Bit Factory
- 무료
- 목록: 0 + 0 순위: 0 리뷰: 0
- 포인트: 0 + 1,583 (2.7) 버전: 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 + 133 (5.0) 버전: 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 ... ⥯