본 체험 제품은 element14 의 후원을 받아 아이씨뱅큐㈜ 에서 진행하는 무상 체험단 활동으로 작성한 것입니다. 출처 : lampbotics: mbed Servo Control - 0 to 180º fix - Thomas Murphy BLENano_SimpleControls - SimpleControls works with the BLEController iOS/Android App. | Mbed Servo - A class to control a model R/C servo, using a PwmOut | Mbed Input/Output Pins — BBC micro:bit MicroPython 0.0.1 documentation Visual Bastic.Net Serial 통신 - Create a..
본 체험 제품은 element14 의 후원을 받아 아이씨뱅큐㈜ 에서 진행하는 무상 체험단 활동으로 작성한 것입니다.출처 : [Micro:Bit]C 언어 + Arduiono IDE|작성자 쿠루쿠루micro:bit - Arduino - LED 끄고 켜기쿠루쿠루님의 블로그를 통해서 micro:bit에서 Arduino IDE를 이용해서 개발이 가능한것을 알게 되었습니다. 보드추가 방법은 쿠루쿠루님의 블로그가 잘 나와있으니 참고 하시고, Arduino IDE를 이용해서 LED를 끄고 켜는 예제를 만들어 보았습니다.보드 추가메뉴 [파일] - [환경설정]을 선택하시면 아래와 같이 [환경설정]창을 나옵니다. 이 [환경설정]창에서 [추가적인 보드 메니저 URLs]에 https://sandeepmistry.github.i..
본 체험 제품은 element14 의 후원을 받아 아이씨뱅큐㈜ 에서 진행하는 무상 체험단 활동으로 작성한 것입니다. 출처 : Arduino Pong Game - OLED Display: 5 Steps (with Pictures) micro:bit - Pong Game Arduino로 SSD1331이용해서 만들어진 간단한 PONG 게임을 micro:bit에서 구동 되도록 만들어 보았습니다. micro:bit에 내장된 좌우 버튼으로 좌버튼을 누르면 올라가고, 우버튼을 누르면 내려가도록 했습니다. main.cpp - #include "MicroBit.h" #include "ssd1331.h" // Color definitions #define BLACK 0x0000 #define BLUE 0x001F #def..
본 체험 제품은 element14 의 후원을 받아 아이씨뱅큐㈜ 에서 진행하는 무상 체험단 활동으로 작성한 것입니다. 출처 : UARTService - micro:bit runtime - GitHub Pages micro:bit - 버튼 이벤트 micro:bit에는 두개의 버튼이 내장 되어 있습니다. 이 버튼의 이벤트를 리스너를 등록해서 버튼 이벤트가 발생시 메소드가 동작하는 예제를 만들어 보았습니다. main.cpp #include "MicroBit.h" MicroBit uBit; void onButtonA(MicroBitEvent e) { uBit.display.scroll("A"); } void onButtonB(MicroBitEvent e) { uBit.display.scroll("B"); } vo..
본 체험 제품은 element14 의 후원을 받아 아이씨뱅큐㈜ 에서 진행하는 무상 체험단 활동으로 작성한 것입니다. 출처 : Blog Yamasho: Delphi 10.2.2:Bleで Microbitと通信する。 googlesamples/android-BluetoothLeGatt - GitHub ButtonService - micro:bit runtime microbit-samples/source/examples/bluetooth-services/main.cpp - GitHub https://github.com/lancaster-university/microbit-dal/issues/337 Advanced - micro:bit runtime - GitHub Pages Send/Receive Data Usi..
본 체험 제품은 element14 의 후원을 받아 아이씨뱅큐㈜ 에서 진행하는 무상 체험단 활동으로 작성한 것입니다. 출처 : ssd1331 - SSD1331 Oled driver library for 96x64 colour Oled display. Demo included in .h file | Mbed micro:bit - OLED Display SSD1331 제어 micro:bit로 oled 모듈인 ssd1331 제어하는 예제를 C++로 만들어 보았습니다. 라이브러리 소스(출처 : ssd1331 - SSD1331 Oled driver library for 96x64 colour Oled display. Demo included in .h file | Mbed)를 받아서 사용했습니다. 소스 - ssd1..
본 체험 제품은 element14 의 후원을 받아 아이씨뱅큐㈜ 에서 진행하는 무상 체험단 활동으로 작성한 것입니다. 출처 : Arduino Pong Game - OLED Display: 5 Steps (with Pictures) micro:bit - LED 켜기/끄기 micro:bit 자체에 LED가 내장되어 있지만 디지탈 pin을 이용해서 LED 켜고, 끄기 예제를 C++로 구현해보았습니다. 소스 #include "MicroBit.h" MicroBit uBit; DigitalOut myled(P0_16); int main() { uBit.init(); uBit.display.scroll("LED TEST"); while (1) { myled = 1; wait(0.5); myled = 0; wait(0...
본 체험 제품은 element14 의 후원을 받아 아이씨뱅큐㈜ 에서 진행하는 무상 체험단 활동으로 작성한 것입니다. 출처 : Bluetooth_HC-06 - Bluetooth HC-06 Hello world | Mbed Pighixxx Esp32 Pinout Microbit ~ wiring diagram components micro:bit - Bluetooth(HC-06) Serial 통신 micro:bit는 블루투스 4.0인 BLE를 지원하지만, 앱인벤터는 BT통신(블루투스 2.0)만 지원하고 있어서, micro:bit에 HC-06을 사용해서 앱인벤터와 BT 통신하는 예제를 구현해보았습니다. 예제는 앱인벤터에서 r 문자를 보내면 micro:bit에서 r를 LED에 출력하고 Hello World를 전달..
- Total
- Today
- Yesterday
- NDK
- BPI-M4
- SAS
- Spring
- Mac
- 지스타2007
- android
- Linux
- ubuntu
- 일본여행
- Delphi
- 송주경
- ffmpeg
- sas2009
- 동경
- 서울오토살롱
- KOBA
- 전예희
- koba2010
- 튜닝쇼 2008
- flex
- MySQL
- Xcode
- Delphi Tip
- 레이싱모델 익스트림 포토 페스티벌
- ble
- Java
- JavaScript
- oracle
- Spring MVC
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 | 31 |