I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Hello,
I am developing a circuit which is based on nRF52820. I got the boards manufactured but they are not functioning properly for some reason.
Following are the errors...
CHIP: nRF52840
SDK: Thread and Zigbee 4.1.0
SD: s140 using multiprotocol
Hi, I have developed zigbee end device.
The communication with the coordinator has be done...
Hi,
I'm using pc-ble-driver and a PCA10040 devkit. I'm having issues with using sd_ble_gap_data_length_update.
First, my configuration has ATT_MTU set to 247:
Then...
Hi! I've read a bit about the limitation of write/read cycles with the nRF52840. I the ~10,000 write/read cycles limit means after this many erases, the flash is no longer...
Hi,
I'm working on DFU secure bootloader through ble, Im trying with the example packages provided by Nordic and I use nrfToolbox app on mobile to flash the firmware on...
Hello All,
I am using NCS 1.3.1 and trying to get the SMP Server sample up and running. I am able to successfully complete a multi-image build and boot MCUboot after flashing...
Hello,
I am using a custom board NRF52382, Softdevice 132_v2.0, SDK 11. Two power supply options are given, battery and USB.
I tried to rewrite UICR register with two...
Hi,
I have an nrf52840 based custom board. For flashing the hex file into our board, we used the nrf52840DK and nrfconnect ubuntu application. In this case I able to program...
Hi,
I'm trying to connect a nordic nrf52832 as an SPI master to an external Flash, and for that I'm using SDK 16.0.0.
Since I wanted to already use the transaction mechanism...
Why does the value of characteristic Firmware Revision, Model Number and Serial Number all have the same value?
Did update value for characteristic <CBCharacteristic: 0x282b1f9c0...
To the kind attention of Nordic team,
About what has been said in https://devzone.nordicsemi.com/f/nordic-q-a/51879/saadc-in-sample-convert , I'd like to know if the blocking...
Dear Member,
I want to call nrf_libuarte_async_rx_free from another file outside main.c
nrf_libuarte_async_rx_free(&libuarte1, (uint8_t *)&GPS.rxTmp, 1);
I got
.....
I was following the article here on programming the nRF52840 Dongle, but am running into issues, and I have other questions as well.
(+) nRF52840 Dongle Programming Tutorial...