Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
Hello,
I am using the Nordic SDK at v1.5.0, to create an application that runs on the Nordic nRF9160.
In the typical use case scenario, my application is mains powered...
Hello. 'm trying to DFU using serial bootloader with my custom board.
I've wired my custom board's nrf52833 pin with a USB2UART board.
nrf52833 RX Pin: P1.02 -- connected...
We have a device based on NRF52832, SDK 13.0, Softdevice S132 v4.0.5. We can't upgrade the Softdevice at this time but we can modify the firmware if necessary.
We know that...
My current product uses an NRF52832 with SDK 13.0 and s132_nrf52_4.0.5
I was asked to implement GATT caching to speed up the connection time with a mobile phone.
I know...
Dear ALL,
In nrf connect sdk ,How can I do a bond_ Deleted callback?At present, I test this function in iPhone and Android OS. When I delete the pairing information of...
I am developing my ADC sampling code for minimal power consumption. There is a timer with ppi module that generates interrupt for sampling. Please see the code below:
...
Hi everyone,
I'm designing with nRF9160, and I found nordic's suggestion on the PCB layer, which is underneath the GPS and LTE pad should be removed. I'm curious if the...
Hi.
I use GPS with SUPL client library, so I need your help.
I enabled CONFIG_AGPS_SRC_SUPL and use gps_agps_request() function to request agps
I found that in supl_start...
Since update 3.9.0, I am not seeing my Dev Kits or J-links showing up in the "Select Device" device list.
I have tried both Mac and Windows.
Anyone else experiencing the...
Hello, I'm new to zephyr
I have a custom board nrf52833 (BM833E module), I'm using zepyhr to build the hello world example to use uart1. I have created nrf52833dk_nrf52833...
Hi.
I'd like to develop my custom board's DFU function like the below steps.
Run my application (simple LTE transfer function included)
During LTE transferring, If...
Hello,
I want to make one fw which adpots for following platform without much changes:
nrf9160 DK
nrf Thingy 91
Both board has nrf52 onboard so, my idea is as...
I have an application where I have configured a reporting attribute which reports on update. It works as expected - until the amount of data you want to send exceeds 8 bytes...
I am trying to find out if I can synchronize the timeslot to a specific time in relation to the start / end of a connection interval. I would also be fine with getting the...
Hello!
I'm developing DFU functions for my custom board.
I have some questions about DFU and Bootloader.
My development environment is below.
nrf52833
SDK 17.0...