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...
What happened to NRF_FICR_Type.INFO and FICR_INFO_Type in nrf51.h?
This was in ./components/drivers_nrf/hal/nrf51.h in nRF51_SDK_7.1.0_372d17a
but is missing from ....
Using the nRF51422 with the TWI hardware version. Just playing around to verify signals with the following code which just configures the TWI1 and then repeats continuously...
Hi,
i tried to update the firmware of nRF51-DK but it crashed and now Keil uVision says "Cannot find the JLink version number"
Its also not showing in the nRFgo stu...
I'm developing application using your devices (PCA10001/PCA10000) and S130 SoftDevice. I tried to implement DFU/OTA feature in my app. For this purpose I used DFU sources...
Hi All,
Does anybody has a working setup using SD 7.1.0 with SDK 7.2.0, iOS 8, DFU with a secure connection?
When I use no encryption it works, but when I enable encryption...
So I'm currently trying my hand at some very simple things that one can do with the NRF51-DK.
One of those things involves sending notifications to a client on certain...
Hello,
I'm testing n51822 with low voltage mode, and want to check the BOR condition.
Is there any threshold for brown-out reset, or voltage tolerance? e.g. 1.68V...
Hi.
I have received down the source of the example of experimental_ble_app_uart in my keil.
I use register.(NRF_CLOCK->EVENTS_HFCLKSTARTED = 0;)
but, Hardfault occurs...
Hi there,
I am currently using the nRF51 DK trying to teach myself how to create a working ble application. I am currently going through the application note nAN-36_v1...
Hello!
We are using an BLE NRF51822 chip as a GATT-Server, unfortunately without any possibility to modify its software at the moment. The BLE-setup should be very similar...
I want to run the Direct Test Mode for nRF51422 on my board, I'm trying to use the nRFgo Studio.
When I'm trying to connect to the specific COM port, I get the following...
Custom Board which has NordicSemi nRF51822-QFAA MCU,
a temperature sensor (Si7020-A10), and a white LED. The circuit follows the internal LDO setup.
(Ref. nRF51822_PS...
Hello,
i use Bootloader from SDK 7.2.0. I have some questions about init packet handling:
The bootloader compare the device type, device revision and softdevices...
During ble ADV,my device will consume 60uA,when ADV stoped it will drop to 13uA. But when I get ble connected current will up to 130uA.
I test nrf51_sdk_v6_1_0_b2ec2e6...
Hi,
in the new version of S110 (8.0.0) I can see the implementation of scan services:
SD_BLE_GAP_SCAN_STOP, /**< Stop Scanning. */
SD_BLE_GAP_CONNECT, /**< Connect....