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!
I am trying to build a connectable Eddystone beacon with a Blend Micro board which uses nRF8001 . I used the BLEPeripheral library ( github.com/.../arduino-BLEPeripheral...
Should I call app_sched_execute at least once before the first app_timer_start ? I have a strange bug and I realized that calling it before is a fix but I don't see this in...
Maybe this is a newbie question but, I read that using TEMP is a restricted resource for the SD but I could not find any driver or example to use it correctly.
Can someone...
I am trying to determine the suitable set-up to determine when my system's battery source (lipo battery) is too depleted.
I am running my nrf52 at 3 volts and the Lipo Battery...
Hi. I try to fusion 's130_nrf51_1.0.0_softdevice' and 'flash write'. I checked flash write. but when i implement flash write with s130 softdevice, it is not working. If i...
I have the nRF52 dev kit, and I hooked up pin 13 to SDA and pin 18 to SCL on an I2C device. There are no external pullups on the SDA or SCL lines.
However, the TWIM module...
I tested some features of the new nRF Connect application version 1.0 on PC. The application has a lot of interesting features useful to develop and debug embedded software...
Hello Everyone!
I want to make a project that will recognize some tone in the air, up to 5KHZ, and will send nrf8002 a message as a result.
I though to use the nrf52 proccess...
I am using SDK_11 s130 ble_app_gls on nRF51-dk.
An Android phone running nRF-Connect app was able to pair and bond with nRF51-dk. First time doing pairing and bonding works...
Okay, noob alert. I am designing a product that requires a simple iBeacon (redundant?).
I have this hardware on my bench:
nRF51822 Bluetooth Smart Beacon Kit and downloaded...
Hi, I am trying to write a small android app to send direct advertisement to particular device.
i am using 0001 for direct advertisment. But when i advertise the data, message...
Hi all,
In my project i want to transmit and receive one character by using 8051 controller. One is act as full transmitter and another one act as full receiver. In my...
Hi, Nordic and all great guys,
I have a weird and terrible problem about our products,which used a MCU based on nrf51822.
Some info about our product:this is a module...