Hi,
I'm interfacing a nrf51822 and a H8/3294. My question is how much can I drain a the txd pin of the H8/3294. That means my question isn't really about nrf51822.
In documentation...
Hi,
On the 3.30 of nRF52832_Rev_1_Errata_v1.5.pdf, the sleep current with LFXO active is 0.5μA higher.
I am using a nRF52832 module with the low frequency crystal oscillator...
Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
Hi all,
I am making a device which involves using nfr52832(PCA10040) to communicate with a NAND flash through spi to store data acquired from the ADC. After all the data...
Hello,
i've made a custom shield plugged into the thingy: 52.
There is a tag connect connector on it. I have short SWD signal from thingy debug connector.
When i try...
Hey,
Is it not possible to use any Bluetooth status codes for disconnection when calling sd_ble_gap_disconnect ?
for example this is not working (I do not actually disconnect...
Hi,
Similar as this issue
Our QA team found the nRF9160 device will hang when user pull out the USIM card then try to deactivate LTE.
The issue can be repoduced by following...
We tested this issue on serial_lte_modem sample on NCS 1.2 and modem mfw_nrf9160_1.2.0
1, Enable CSCON unsolicited report:
AT+CSCON=2
2, Activate LTE search and connect...
Hi,
My problem in shortly is when I have debugger connected to nRF5282, I always get hardfault after some time.
https://i.ibb.co/hZ3bZ1b/optionbytes-1.png
I tried...
hi .i use the pca10056 connect to th nrfconnect by usb .andr dun the app Bluetooth low energy.other 52840 device run the hex of \nordic
sdk\nRF5_SDK_16.0.0_98a08e2\examples...
Hello,
I'am working with a project and want to maximize ble throughput from ble thingy52 to a central device. I have used the ble sniffer with wireshark to see data transfer...
Hi Team,
i am working on serial LTE modem sample project trying to send at commands through serial lte link monitor, found that device is not responding to at commands...
Hi,
Recently I updated nRF Toolbox iOS to 5.0.1.
I'm mainly using this tool for writing application via DFU to nRF51822 board.
I was using .hex files for DFU but I can...
Hi,
I am working on a product based on an nRF52832 (SDK 15.3, Softdevice S112 v6.1).
For security purposes, I would like to restrict the pairing / bonding procedure to...
Hello, guys!
I am using master branch of nRF Connect SDK and want to use UART_1 module of nRF9160 SiP to communicate with external devices.
I used nrf9160_pca10090ns.overlay...
Hello, I am evaluating different printed antenna options for my Nordic design using nRF52 series ICs. The small size of the meandered antenna used in the nRF24LU1 USB dongle...
Hi,
I am on SDK 15.2 and NRF52832. I think that I am quite stupid because I do not succeed to be in Non-scannable non-connectable mode.
I tried few stuffs, change directly...
Hello,
I need to create an acl connection using bd_address and GATT client LE connection mode.
how to create ACL connection?
How to close ACL connection using connection...