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...
Dear
The BLE Multi-link example (ble_app_multilink_central and ble_app_multilink_peripheral)
shows how one central device can connect to multiple peripheral devices. ...
I'd like to retain a few bytes after a restart from system_off. I know the GPIO state is retained, are there any other registers other than that? It looks like RTC1->CC[0...
I've been struggling for some time to get L2CAP transfer between an NRF51822 and a Linux machine using bluez.
I've successfully created a connection between the central...
Hi,
I want to understand ANT and want to begin development with ANT once I figured out how it works. After reading posts on this forum I found out that not all Softdevice...
Is there an example for using a 10 pin 2 digit 7 segment display similar the picture below?
It is common anode and actually has 10 pins (pin 2 is the DP or decimal point...
Hi,
I was wondering about that I did not found any information about dedicated pin usage.
I am using I2C/SPI and UART and did I understand it correctly that i can use...
My application has two firmwares with different offset addresses. One firmware sitting at 0x16000 and second one is at 0x25000. I want jump to the second application from...
I have an issue where after transmitting a radio package, is setting up the radio as receiver, get indication for reception (have indications for ADRESS and PAYLOAD events...
I programmed my beacons with ble_app_beacon (nordic firmware). android can locate my beacons without any problems.
I installed nrf connect app, it can find them too.
but...
Hello,
I'm using BLE, RTC and app_timer to blink a led.
I blink the led 10 times when I receive an order from BT (by means of NUS), and then by means of RTC.
uint32_t...
Hi. I'm very new to this so I hope you'll forgive me for my basic questions!
I would like to take data from multiple ANT fitness devices and send it to an iPhone application...
Hi,
I'm designing a 2 layer flex PCB with the nRF51822-CFAC WLCSP package and recommended ST BAL-NRF02D3 balun and i have chosen mono-pole antenna is a good choice,because...
I Programmed my beacon devices with this firmware:
ble_app_beacon.zip
the only app that can find my beacon on ios is nrf connect. in this firmware the uuid is this:
...
I am trying to change the app beacon example so that i can adapt the beacons value each time it advertises.
I am a bit confused as there is no callback function called...