Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
I want to use SPI interface of nRF52832 to show the information on LCM. Are there any existing source code to speed up product development?
Or is there a recommended vendor...
Hi,
I have bought nRF51-DK and have downloaded the hex file successfully in the mbed mode, I wonder May I debug the DK with CMSIS-DAP instead of JLINK? I searched the internet...
I just finished reading the O'Reilly book " Getting Started with Bluetooth Low Energy: Tools and Techniques for Low-Power Networking " where the author uses the nRF51822-EK...
I could run the examples like blinky just out of the box
But, I am clueless how to add a bootloader to this example. I just want to add a simple bootloader from Open Bootloader...
Hi,
we are about to enter bluetooth and expand our products with it. however, the approval process still raises some questions. What I have understood so far (please correct...
Hi everybody,
as already mentioned in the title, I guess to have stumbled across an incompatibility between the app_pwm library and the gazelle link layer.
To keep it...
Hello,
I'm using SDK 15.3.0
I added "err_code=sd_ble_gap_adv_data_set(p_data,31,NULL,0);" to the advertising_init(void) function, but I got the following error:
Error...
MCU: nrf52840
SDK: V 15.3.0 with nRF-IEEE-802.15.4-radio-driver
problem:
I tested repeatedly connection with my nrf52840 production (peripheral) with andorid phone...
Hi,
I have downloaded MDK Keil software .so the problem is if i click on + sign in all devices in pack installer it is not expanding and also i am getting like this
if...
Hello All,
Greetings!!!
I am working on nRF51822. I am used custom board. For reference i used nRF52 SDk 8.1.0 in IAR.
Right now i am use gpio pin as an interrupt pin...
I send 25 byte long messages to unicast addresses in a Mesh network. Because of their size messages become segmented. access_model_reliable_publish() is used for sending....
Hello,
I am using a combination of several Nordic devices and hardware. The nRF52832 is used in a sensor to collect light level information. That data is transported over...
Hello,
I wrote a simple program to turn on externally connected LED at Port 1 and Pin 10. But it is not working. See the code -
#include <stdbool.h> #include <stdint...
Is there any documentation about how to configure the SoftDevice clock configuration using the RC as SoftDevice clock source?
My target is the nRF52832 with the S132 Softdevice...