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...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello,
My nrfConnect programmer is unable to read anything from my board.
It is giving me this error message- Could not fetch memory size of target devkit: Error: Error...
Hello,
I am trying to flash my NRF52832 device with "JLink_Linux_V670a_arm" using a Raspberry Pie, a JlinkScript and an sh Script but I keep getting these errors. Could...
Hello,
I've build a small utility around https://github.com/NordicSemiconductor/pc-nrfutil which pretty much exposes some arguments and forces the device to update to enter...
Hi, I want to use the BLE stack with an existing software that has a scheduler, I want to achieve a scheduling timeline as in this image How can I achieve this using the nrf...
Right now we're using nRF52832 on our devices for various BLE Sniffer features.
We need to improve both capacity and throughput of the BLE Sniffer - ideally we need to...
Hello,
I have a question regarding the Secure Connection (SC) OOB pairing procedure of the softdevice 132. As I'm currently trying to implement a secure pairing (Eavesdropping...
Hello,
I want to add the Thingy 91 to the nRF Connect Cloud. The SIM was activated correctly. I've inserted the SIM card and know I'm waiting for the LEDs to blink yellow...
Hi, I am using the UART over BLE example + a timer interrupt + a pwm signal. And I am facing the following problem (error launched by my phone app: ) This happens sometimes...
Hi ,
In order to capture and get the data from the external BLE beacons,
I am trying to simulate this using nrf connect Advertiser option instead of using Beacons...
Hello, i have been unable to read data from my sensor.
uint8_t SPI_ReadByte(uint8_t RegAddress) { ret_code_t retCode = NRF_SUCCESS; //start reading sequence m_tx_buf[0...
The modem reports that it supports states 0, 1, 4, 20, 21, 30, 31, 44 when I give the "AT+CFUN=?" command.
Using the at_client sample, or other software like asset_tracker...