What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hi
i have an application where 3 SPI devices are connected. Each of the devices have a different CPHA/CPOL configuration. This means that, in order to make this work properly...
I am changing my project from 6.x to 7.x, and I saw in the BLE Bootloader/DFU documentation that there is a point in the bootloader where it decides weather to use the init...
I am having power on lock up issues with my latest product design using nRF51422.
There is no external power monitoring ICs or reset ICs.
The system is relied on internal...
hello everyone ,
Well first I have to mention that I'm at a the very starting stages in using this great DK and I went throw some tutorials ...
Well , I have some questions...
Hi,
I'm trying to set up a link between one master and 10~ slave devices. All I need is a lowest latency and little data rate for short time.
And there is my question...
I'm using nrfgo to program nrf24LE1, and want to use commandline programming. I've tried to find an overview of the commands with no luck. Where can I find it? I've tried...
Hi all
The release notes of the S130 V2.0.0 states that an updated SoftDevice Specification can be found at the infocenter. But there is only the specification of S130...
There are 31 io pins on nRF51822.
I use 8 io pins for our product. But I don't use the other pins.
All of io pins have the same default value after reset as follows. ...
Hi Guys
I have a noob question about the mesh network for nRF52832.
For devices to be inside a mesh network, does it mean that they need to do some kind of parring or...
I want to use pstorage with ble uart to store the data over bluetooth to flash . I did the coding for the pstorage operations. But the problem is that the pstorage store,...
I use a nrf51822 with the sdk 10.0.0 and s110 8.0.0. The nrf51822 have a peripheral role. The Connection interval min is set to 500ms, the Connection interval max to 1s, the...
My custom board, it connected with App, App sends a command to the board and the board keeps the command in the flash, but when i call the "pstorage_update", it will cause...
I want to use the FICR data on the nRF51 to figure out the RAM size. I found a problem and was wondering if this is a known issue, and if it's been fixed in newer revisions...
Hi Guys
I have a project where we are using nRF52832 chip. We need to make an app that can scan for beacons and give us "angle direction" to the nearest beacon.
The...
Hello, everyone. I used to use TWI with BLE in SDK 6.1.0 to operate ext sensor. Now I want to update my program in SDK 10.0.0. But there are too many differerance between...