Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
app : nrf tools on git hub
s130: sdk v11
s110: sdk v8.1.0
example : nrf_ble_uart.
after modify, it happen, is there some definition shoud modify in app?
by the war,the...
Hi......
the board advertising correct,and it work normal (connect,send and receive data),bug it's name can not display in app scan menu. the definition is "liu",but displaying...
HI,
with the new version of the bluetooth website, i can not find the link to overview the profile,service,characteristic and something else related to it.
thank you.
I've developed my BLE application that is based on nRF518822 and softdevice S110 v.8.0.0.
I've defined 6 services (4 with 2 characteritics each and 2 with 1 characteristic...
I can get right value when I chose QDEC_SAMPLEPER_SAMPLEPER_512us in slow application ,but in my application my max data rate is more than 2k, so the QDEC value is less than...
nrf51822 SDK 9.0
iphone 6plus System version IOS9.2
When the phone receives the QQ message "static void notif_print(ble_ancs_c_evt_notif_t * p_notif);" can execute.
but...
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...
I'm using the Insight ISP 130301C module and I'm trying to double check the nRF it contains as a firm basis for trying to get DFU working on it.
The module has printed...
Hi,
I have followed all the instructions required for performing the build and debugging, but still unable to do step wise debugging. Please find the log for the output console...
hi, i am going to make a simple timer with SDK 6.0.0, nrf51822 and softdevice.
first, i use ble_app_uart example as a base code, because i need to BLE communication with...