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. ...
Hi, I'm working with nRF52832/nRF52840 and SDK 15 or 15.2 on Windows with Segger Embedded Studio.
Is it possible to use the device in low power mode, but keeping active...
My nRF52840 Dongle appears to have failed while its boot loader was being updated, the led does not flash red like it used to and only gives a short white flash on plugging...
Hi, everyone,
We are developing the BLE project on nRF52832 chip by using RTT / UART logging. Previously we monitored the project via UART communication port. But than we...
Dear Team,
Can you please review the attached schematic of NRF51822 used with matching Balun and chip antenna.
Balun: 2450BM14E0003T
Chip Antenna: 2450AT18A100E...
I have an application running on an nRF52 with the S332 softdevice which is a server which exposes a a few services each with a few characteristics. I am using the Nordic...
Can the nRF2460 be operated with TXLAT (0x52) set to a value lower than 4 ?
Can the nRF2460 have a lower latency than 20mS ?
The range requirements are very small (30...
Hi All,
I have created a custom board header file based off of the pca10040.h file. I have customised this to support 10 buttons and 2 leds. I have also extended the array...
Hi everyone ;)
I have a problem with timeslot ESB library with Bluetooth LE. In my application i need do somethingh like that:
Bluetooth and ESB PRX works excelent...
Hi, I am using the BLE mesh 2.2.0 with nRF5_SDK_15.0.0_a53641a. I am using Segger embedded studio as toolchain. I was able to compile and flash the default app code onto NRF52...
I am working on an application to connect approximately 500 devices in a single network... trying to check if Thread or Mesh is a better option... Please do suggest...
After searching around a little bit I found this post, but sadly an answer did never come up apparently. I'm using the nrf52 DK, using the 132 Softdevice.
I'm kind of at...
Hi every one!
I have nRF52840 dongle and BMD-300 Series Evaluation kit featuring the nRF52832.
I`d like to transmit continuous signals from nRF52832 to dongle(Desktop...
I have two ble boards(board A and B), one for client(Board A) and the other serve as slave(Board B). now i want to use board A to upgrade the application of board B by OTA...