Hello,
I have tried twice to request for SUPL license for getting A-GPS working but it has been denied both of the times. I think first time it got denied due to mismatch...
Hi Nordic Team,
The atomic fifo implementation is based on armv7-M, right now I want to port it into cortex-A processor, I made some changes to get it compiled without...
Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
The program is hanged when I use below code to set Manufacturing specific data (I am using SDK12.0.0 S130) Please comments.
uint16_t DataSize = 14;
uint8_t MfgSpecData...
Hello,
I would like to implement a precise timer which calculates/counts the time in microseconds which I can use for
calculating the time elapsed between parts of the...
Hi!
Does anyone run UARTE with EasyDMA enabled? I don't want to use interrupts and simply copy every received UARTE bytes to global tx_buffer....and pooling with amount...
Hi,
I want to produce a shared secret key between a Smartphone and a NRF52 in order to encrypt data later with AES-128 (example of key sharing: here ).
To do that i need...
Been having a bit of trouble porting our nRF51 project to nRF52 SDK11. It seems to not like using hal_cm4.c from RTX_CM4.lib with FPU. Seems to get stuck on OS_Tick_Handler...
HI,I want to store some data in 51822. These data was store by my program. I know the pstorage.c could store data. When I do DUF the data could be erased by the bootloader...
I am interested in optimising inputs for ADC measurement on an nRF52.
I have seen quite a bit about nRF51 but am unsure if this remains relevant for nRF52?
Hi!
I have an nRF52832 on a custom board. I managed to flash it through JLink and STLinkv2. But suddenly, I wasn't able to communicate to it anymore.
Openocd tells me...
Hi
The new signed DFU in the SDK12.1 comes along with a experimental buttonless DFU. There are a few bugfixes required to make it working, but the nRF Toolbox app didn...
Hi:
Recently, I want to use nRF52 to read or write some data from a flash chip(w25q128bv) by using spi, I've read Manufactures ID correctly, also, I have wrote a register...
Hello!
I need to interact with two J-Link debuggers, connected to the same PC at the same time. I would then read and write data to the devices connected to the debuggers...
Hi team,
iam using sdk 12.1.0 (ble_app_beacon) I want to advertise the battery percentage.Right now iam using the nrf dongle(it doesn't have cell coin battery) and flashing...
I am attempting to build some ptorotype code using SDK 12.2.0 and GCC and I just added calls to the app_schedukler library and to the saadc driver. I added the relevant source...