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. ...
Hello everybody,
I'm developing a webapp that need to communicate with my BLE device, an nRF52 DK Board.
The firmware has some open and some encrypted characteristics...
Hello!
I am new to the Nordic chips and for my project .My question is when i use the timer example (nRF5SDK1702d674dde\nRF5_SDK_17.0.2_d674dde\examples\peripheral\timer...
This is really a shot in the dark. I'm working on a BLE application using an nRF52840 that communicates via an Aruba Networks wireless network. Specifically I'm using an Aruba...
We are currently working on a project where we use a NRF52832 in a beacon to act as a keyfob for another device. We are concerned that if we lose the key we cannot use the...
Hi, I trying to integrate a thread inside a function to run in parallel with the main program.
I have tried the THEAD_DEFINE function and it works but it is static and has...
Hi,
Just today my J-link EDU mini - NRF52 donlge combo stopped working. I do the following:
1. nrfjprog.exe --recover
2. nrfjprog.exe --eraseall
3. I use J-Flash lite...
I have procured nRF52840 Dongle and i followed the instructions as mentioned in the link https://infocenter.nordicsemi.com/pdf/nRF52840_Dongle_User_Guide_v1.1.pdf and i am...
Hi,
I'm use the Anritsu 8852B that be production flow.
My hardware setup is OK that be verifyied by DTM tool.
" Bluetooth low energy Measurement Software " always show...
Hello,
I am using nRF52840 with our custom board. In that, I am implementing the DTM firmware for test radio.
I was able to receive packets but when I try to read the...
Hello
I would like to protect some Bluetooth characteristics in order to protect them from eavesdropping.
In fact, here is my problem: I would like to make an application...
Hi all,
I am calling arm_rfft_fast_f32 which uses the FPU on the nRF52840.
Unfortunately when I disconnect from BLE connection and stop advertising, the consumption remain...
Hi There,
I was wondering if anyone had any insight into whether the OTA-DFU (Android/iOS) LIbraries can be integrated into a Unity application? Is it possible to combine...
Hi,
I've defined a base uuid 455449424C5545544845524DB87AD700
For adding the service to the database CUS_SERVICE_UUID = 0x4942 which alters my 12th and 13 octets
Instead...
I have a characteristic that i want to change to allow notification.
But when I include the presently commented line below (that sets notify to 1), the code breaks, which...