본문 바로가기

Adafruit Bluefruit 수정 1. App 아이콘 수정 - app -> res -> mipmap MI MIX의 경우 xxhdpi 2. splash 화면 수정 - app -> res -> drawable -> splash_screen.xml 14 : android:src="@drawable/info_adafruit_logo" /> 14 : android:src="@drawable/info_kitech_logo" /> 3. 뒷쪽 배경 아이콘 변경 - Bluefruit_LE_Connect_Android_V2\app\src\main\res\drawable-xhdpi\\scanner_adaflower.png - app -> res -> layout -> fragmain.xml 16 : android:src="@drawable/scanner_a..
Adafruit Bluefruit 아이콘 변경 Android Stuido 경로 res -> mipmap -> ic_launcher -> ic_launcher.png 폴더 경로 Bluefruit_LE_Connect_Android_V2\app\src\main\res\mipmap-hdpi 저의 경우 시연용 폰이 사용하는 아이콘을 찾아 그 아이콘만 변경 mipmap-xxhdpi -> ic_launcher_foreground
Adafruit Bluefruit 앱 이름 변경 Gradle Scripts bulid.gradle(Module: Bluefruit_LE_Connect_Android_V2.app) 13 줄 resValue "string", "app_name", "Bluefruit Connect" 변경
Adafruit Bluefruit 수정을 위한 기본 설정 저는 안드로이드 프로그램을 잘 할 줄 몰라서 최대한 예제 코드를 활용하여 조금씩 수정하려고 합니다. 1. Android Studio 설치 2. 예제 소스 다운로드 - 2021-04-01 기준 V2가 최신임 github.com/adafruit/Bluefruit_LE_Connect_Android_V2 adafruit/Bluefruit_LE_Connect_Android_V2 Bluefruit LE Connect Android source code (V2). Contribute to adafruit/Bluefruit_LE_Connect_Android_V2 development by creating an account on GitHub. github.com 3. Android Studio로 다운받은 프로젝트 실행..
i30PD 스위치 달기 i30PD에서 어라운드뷰를 달면서 어라운드뷰 ON/OFF 스위치를 어디에 달지 고민하다가 제 차가 풀옵이여서 순정 스위치가 안 들어간 곳이 딱 한 군데밖에 없었습니다. 85. 크래쉬 패드 좌측 저 부분에 가장 왼쪽에 전조등 높이 조절 스위치가 들어가는 부분이 있는데 내 차에는 그 스위치가 없었습니다. 저 부분에 구멍을 뚤어서 푸쉬락이나 푸쉬 스위치를 넣었고 넣는 김에 조광 스위치를 넣었다. 내부 인터리어와 어울리는 블랙 마감에 블루 LED 또한 보지 않고 손으로 더듬어 누를 때를 대비하여 스위치 돌출형을 선택했다. http://www.devicemart.co.kr/goods/view?no=1324981 LED 블랙 메탈 푸쉬 스위치 링(파랑) 돌출형 [HX12-C1] 일반푸쉬(PUSH) 스위치 / 색상:..
Nordic BLE Mesh 예제 분석 모듈 1개로 테스트 할때 1. Connect to the device with the interactive console: python D:\Nordic\SDK\nrf5_SDK_for_Mesh_v4.0.0_src\scripts\interactive_pyaci\interactive_pyaci.py -d COM6 —no-logfile 2. Send a test `Echo` command to see that the device is connected: send(cmd.Echo("hello world")) TX : 0C 02 68 65 6C 6C 6F 20 77 6F 72 6C 64 // TX : 0C 02 hello world RX : 0C 82 68 65 6C 6C 6F 20 77 6F 72 6C 64 /..
adafruit nRF52832 feather 보드 SES에서 사용하기 nRF5_SDK_16.0.0_98a08e2\components\boards 폴더에 보드 정의 파일 생성 파일 이름은 "custom_board.h" 다른 이름으로 해도됨 파일 내용 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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 #ifndef CUSTOM_H #define CUSTOM_H #ifdef __cplusplus extern "C" { #endif #include "nrf_gpio.h" #define LEDS_NUMBER 2 #define LED_1 19 // BLUE #define LED_2 17 // RED #de..
AST-CAN 부트로더 구울때 에러 AST-CAN128보드의 부트로더를 아두이노로 구울때 퓨즈 비트 어저구 저쩌구가 나오면 아두이노 설치 폴더에 Arduino\portable\packages\ast\hardware\avr\0.0.1\board.txt 에서 Can485.bootloader.unlock_bits=0x3F Can485.bootloader.lock_bits=0x0F 이렇게 변경하면 됨