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. ...
For my current project, I need to compile the »over the air bootloader« with gcc (because our buildserver runs on linux, developers using Mac … no Windows and no Keil so far...
Hello, I want to get Pwm output using softdevice but i am not getting it.Here is my code attached main.c please tell me where i am going wrong.Do ineed to initialize softdevice...
I am looking at using the nRF51822 in an application to create an Ethernet gateway and want to be able to download new firmware to the nRF51822 from a remote server. I plan...
I have an nRF51822 application using the Soft Device 110. I want to perform bonding with a central without MITM protection. In my on_ble_evt() event handler, when the event...
Hi,
I am new to the scene of BLE beacon development. I am using multiple Bluetooth smart beacon kits for indoor ranging/positioning purposes. To reduce the effect of interference...
Hi,
For S110 6.0.0 we use such script to split hex to binary. But it seems 7.0.0 is changed and current way is not working anymore.
Convert from hex to binary. Split...
Hi
I am writing my own bonding manager.
In the S110 stack after Phase 3 of pairing the keys are exchanged which result in the EVT_AUTH_STATUS event which in turn contains...
when I add my own service and add characteristic, a odd phenomenon confuse me.
When I set cccd_md.write_perm:
BLE_GAP_CONN_SEC_MODE_SET_OPEN(&cccd_md.write_perm);
...
after several attempts to debug and understand what goes in my handlers in the BLE callbacks, I thought to give a UART logger a try.
this is what I'm trying to use: OpenLog...
Hello,
I am looking for a not expensive way to program nRF51822 by frame of 10 modules. All the 10 modules would be connected to a PC using pogo pins, and I would use a...
I can get an information that bluetooth smart connects bluetooth smart ready.
But I can't get an information that bluetooth smart connect bluetooth smart ready.
So, Would...
I am using nrf51822 and i want to run my application using softdevice.
But I am not able to start my softdevice Please can anyone guide me how to start my softdevice.
I...