This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

HCI_UART on THINGY:91

Dear, 

I am trying to test BLE on the THINGY:91. 

Follow the Q&A for "Introduction to Nordic THINGY:91" webinar, Q12  of @Petter Myhre

I tried with Zephyr HCI UART example 

But, I couldn't find nrf52840_pca20035.overlay. From the schematic of THINGY:91, I created file: nrf52840_pca20035.overlay

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: Apache-2.0 */
/ {
chosen {
zephyr,bt-uart=&uart1;
};
};
&uart1 {
current-speed = <1000000>;
status = "okay";
tx-pin = <25>;
rx-pin = <32>;
rts-pin = <22>;
cts-pin = <19>;
};
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Then, 

use nRF91 DK to program for THINGY:91 (SW SELECT to nRF52) 

After programming, I couldn't find any serial port to connect to THINGY:91 anymore!!!

I tried to restart my computer and reset thingy:91, but the same problem. 

Did I do something wrong? How can I fix it?

Thanks so much 

Best Regards, 

Hoang Nguyen