My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
Hi,
Nordic Part Used in Design: nRF52810
SDK version used 16.0.0.
We found for nRF52810 it supports peripheral mode as well as bootloader. I didn't find any example...
I'm using SDK version 15.0.0_a53641a on nRF52840 with softdevice s140_nrf52_6.1.0_softdevice.hex.
sd_ble_gap_adv_set_configure() is returning error code 7 when I use BLE_GAP_ADV_TYPE_EXTENDED_NONCONNECTABLE_SCANNABLE_UNDIRECTED...
OVERRUN error occurs when receiving UART.
I'm using EasyDMA with UART and want to increase the EasyDMA reception size. Which settings can be used to increase the reception...
Hi,
I have NRF52833 DK and using nRF5 16 SDK on KEIL IDE.
I am trying to compile blinky example from the peripheral and it is giving me this error
Error #541: 'NordicSemiconductor...
During production we need to provision each device with some custom data that must last the life time of the device, ideally using nrfjprog. What is the best way to do this...
There are several use cases where we want a bonded peripheral to indicate the service changed characteristic to the central.
The main case is when developping and adding...
hello can someone help me solve this issue. i am not being able to controll this led . if i send any number the led will always turn on
Regards
static void led_col_write_handler...
Hello,
I want to test the range of Adafruit nRF52840 express feather(BLE 5.0) board. I did the setup on arduino IDE. My question is can I perform the long range test of...
Hi, we have a project that we're currently working on, and we're looking for some information on BLE behaviour that would be very helpful. We are currently using SDK 15.3...
I'm trying to build aws-fota program following this instruction, but get an error https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/aws_fota...
I have a nRF52840 dongle.
My understanding is that the nRF52840 has an on-chip regulator (Vdd out) that can be set from 1.8 to 3.3V.
So it's recommended to use a debugger...
Hi
I am attempting to add nrf_crypto functionality to the example uart ble peripheral project via SEGGER Embedded Studio on MacOS.
I have opened the project options and...
I have two devices, one is a beacon (DEVICE #1) and the other (DEVICE #2) collects information from the beacon. I'm advertising with a transmit power of 4dBm. I want to reduce...
I have previously had success with programming the nRF51 Series using the nRF51 DK and want to use the nRF52840 DK to program a nRF52840 that will be run in High Voltage Mode...
From the cmakelists of bootloader in Meshv320src, I found the code "create_hex" but this code cannot found in CMake's document. How can it work to generate the hex file?