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...
Hi
We are developing software for the nRF51 with Keil under VirtualBox. Previously we used the PCA10000 dongle with the Master Emulator and MCP without issue. Now, with...
We are using nRF51822 for our products.
We want to know the min value of "Receiver sensitivity" when we use this chip for BLE.
The Datasheet says "Receiver sensitivity...
Hi,
I am working on a project in which I use the USB_CDC_ACM profile. I have mainly taken the example you provide and add the rest of my code.
Everything is working fine...
Hi Sir
Do you have any suggestion for transfer file from PC to QSPI external flash ? over USB ? please teach me how to start.
I need a simplest way for put file to external...
Good Morning
Im having a looking at the lightswitch example nrf_SDK_for_Mesh_v2.20. I am using my Iphone (IOS 12.11)
I have build the proxy_client and proxy_server and...
Hi,
I am trying to add nrf_storage to my project. The goal is to read-write-earse on flash. I have try exemple code name "flash_fstorage" and it work perfectly.
So I...
Hi, I am a beginner for NRF52840. I started with PCA10056 Board and installed SDK Version 13.0. I am using IAR embedded workbench. I started with blinky example and worked...
I am having problem with the PWM driver.
I need PWM for a very simple application where I need it to drive a buzzer with a series of 50% duty cycle pulses.
Trying to set...
Hello,
I currently have a working device on nRF52832 that uses s132_5.0.0 softdevice that also works on nRF52_DK.
I'd like to port this device to nRF52840_DK, but I face...
Struggling to make nRF52840 dongle run on Windows 7/8.
We tried installing the driver files [nordic_cdc_acm.inf ( nRF5_SDK_15.2.0_9412b9\examples\usb_drivers )] but there...
Download the softdevice and example code, can't find bluetooth name on phone,the code download the nrf52840 PDK can find bluetooth name,two boards debug information is the...
NRF52810 RSSI accuracy in long time testing
Hi, we are using NRF52810 in our indoor navigation projects. By calculate signal source RSSIs got from different receiver we...
Environment:
BLE Slave Module: nRF51822, s110 v6.0, based on UART over BLE application example
Chromebook: ASUS C101P, Chrome os 70.03538.110 (32 bit)
I have a BLE...
Hello! I'm trying to program a code using just one button.
I'm using BSP_BUTTON_ACTION_LONG_PUSH (5) and MY_BSP_BUTTON_ACTION_LONG_PUSH (3) [which is exactly the same as...
I have started to work with nrf52 sdk with using some example. I see the next step is to build own simple project with using some things like ADC, BLE(1-2 chars) and GPIO...
hello all, i am working on nrf52832 ble board. right now i try to add secure pairing connection for security purpose in my code. i use segger studio for programming. i did...