[BLE 실내 측위 프로젝트] 7. NRF51822 비콘 테스트 및 초기 설정
·
Flutter/BLE Indoor positioning system
해당 글은 아래 posting으로 이전함 https://m.blog.naver.com/younjung1996/223364514538 [BLE 실내 측위 프로젝트] Indoor Positioning System 포스팅 리스트 BLE 실내 측위 프로젝트 1. Flutter_blue 설정 (feat.안드로이드12 권한 이슈) : https://m.blog.naver... blog.naver.com BLE 실내 측위 프로젝트 1. Flutter_blue 설정 (feat.안드로이드12 권한 이슈) : https://m.blog.naver.com/younjung1996/223334840714 2. Bluetooth Low Energy(BLE) 통신 스케줄, 안드로이드 함께 이해하기 : https://m.blog.n..
[BLE 실내 측위 프로젝트] 6. RSSI 변동을 해결하기 위한 이동 평균 필터
·
Flutter/BLE Indoor positioning system
해당 글은 아래 posting으로 이전함 https://m.blog.naver.com/younjung1996/223364514538 [BLE 실내 측위 프로젝트] Indoor Positioning System 포스팅 리스트 BLE 실내 측위 프로젝트 1. Flutter_blue 설정 (feat.안드로이드12 권한 이슈) : https://m.blog.naver... blog.naver.com BLE 실내 측위 프로젝트 1. Flutter_blue 설정 (feat.안드로이드12 권한 이슈) : https://m.blog.naver.com/younjung1996/223334840714 2. Bluetooth Low Energy(BLE) 통신 스케줄, 안드로이드 함께 이해하기 : https://m.blog.n..
[BLE 실내 측위 프로젝트] 5. BLE Beacon의 RSSI 값에서 거리를 계산하는 방법 (feat.log distance path loss model)
·
Flutter/BLE Indoor positioning system
해당 글은 아래 posting으로 이전함 https://m.blog.naver.com/younjung1996/223364514538 [BLE 실내 측위 프로젝트] Indoor Positioning System 포스팅 리스트 BLE 실내 측위 프로젝트 1. Flutter_blue 설정 (feat.안드로이드12 권한 이슈) : https://m.blog.naver... blog.naver.com BLE 실내 측위 프로젝트 1. Flutter_blue 설정 (feat.안드로이드12 권한 이슈) : https://m.blog.naver.com/younjung1996/223334840714 2. Bluetooth Low Energy(BLE) 통신 스케줄, 안드로이드 함께 이해하기 : https://m.blog.n..
[BLE 실내 측위 프로젝트] 3. Flutter BLE Scan Demo Program, RSSI monitoring
·
Flutter/BLE Indoor positioning system
해당 글은 아래 posting으로 이전함 https://m.blog.naver.com/younjung1996/223364514538 [BLE 실내 측위 프로젝트] Indoor Positioning System 포스팅 리스트 BLE 실내 측위 프로젝트 1. Flutter_blue 설정 (feat.안드로이드12 권한 이슈) : https://m.blog.naver... blog.naver.com BLE 실내 측위 프로젝트 1. Flutter_blue 설정 (feat.안드로이드12 권한 이슈) : https://m.blog.naver.com/younjung1996/223334840714 2. Bluetooth Low Energy(BLE) 통신 스케줄, 안드로이드 함께 이해하기 : https://m.blog.n..
[무선 통신] Dependency between RSSI and Distance - BLE
·
통신
Dependency between RSSI and Distance - BLE vctec.co.kr/product/nrf52832-%EC%95%84%EB%91%90%EC%9D%B4%EB%85%B8-%ED%98%B8%ED%99%98-ble-%ED%94%BC%EB%8D%94-%EB%B3%B4%EB%93%9C-adafruit-feather-nrf52-bluefruit-le-nrf5283/11424/ nRF52832 아두이노 호환 BLE 피더 보드 (Adafruit Feather nRF52 Bluefruit LE - nRF52832) 상품결제정보 결제는 신용카드, 실시간 계좌이체, 무통장 입금 등을 선택하여 진행하실 수 있습니다. 세금계산서 발행을 요청하실 경우에는 결제방법을 무통장 입금으로 선택하시고 사업자등 ..
[무선 통신] Bluetooth Low Energy(BLE) 1. Physical Layer
·
통신
microchipdeveloper.com/wireless:start Wireless Communications - Developer Help Microchip offers a broad portfolio of wireless solutions which are cost effective and very easy to implement. Depending on your application requirements, you can choose the product that fits your needs from our various transmitters, receivers, transceivers microchipdeveloper.com 위 IEEE Develope Document를 통해 스터디를 하며, 개..
[무선 통신] 실내 측위를 위한 삼변측량
·
통신
안녕하세요. Bluetooth Low Energy를 이용해 실내 측위에 대해 알아보겠습니다. 실내에 iBeacon 4개가 설치되어 있습니다. iBeacon는 Advertise의 Payload가 30bytes입니다. (일반 ble는 31bytes) Payload에는 Tx Power(송신 세기 : dBm), RSSI(수신 세기 : dBm)이 있습니다. Tx Power와 RSSI가 있으면 Advertise와 Scanner 사이의 Distance를 구할 수 있습니다. Distance[m] = 10 ^ ( (Tx Power – RSSI) / (10 * N) ) (N = 보정 상수) 최소 세 개 정도의 Distance를 구할 수 있다면, 실내 좌표를 구할 수 있다는 것이 Trilateration(삼변 측량)입니다...
18진수
'RSSI' 태그의 글 목록