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. ...
In the MCP app, if I have the following service data for an Eddystone beacon:
0x10, // Eddystone-URL type
0x00, // TX power in dBm. This is a signed integer so 0xEE ...
I have the nRF Control Panel Android application. It works fine with several BLE devices, but specifically for the Fitbit Flex, it fails to connect.
I know Fitbit wristbandes...
Hi,
The situation:
I was able to successfully receive known packets from a device running gzp_device_dynamic_pairing, from, the host running the gzp_host_dynamic_pairing...
Hi everyone
nrf51822,softdevice s130 2.0.0
now i used softdevice s130 establish two connection as a central with two s110 peripheral device,at the same time i establish...
Hi all,
We have implemented the wireless mouse example on some custom hardware and it works great. We need to do something a little different however, and send absolute...
I can run peripheral examples in SDK folder like GPIO, Timer, Scheduler ...
but when I want to Add somethings like GPIO to peripheral_UART_ble or timer or scheduler It didn...
Hi Nordic Community,
I am using the nRF51822 to receive a data stream from the SPIS module and transfer the data directly to a phone over BLE using the S130 softdevice...
This is a follow-up question to devzone.nordicsemi.com/.../
I am using SDK_11 s130 on nRF51-dk.
I discovered that on nRF-UART Android app, notifications are not enabled...
I managed to enable pairing without bonding on ble_app_uart by porting peer manager over from ble_app_gls. I am using SDK11 s130 on nRF51-dk.
I observed some strange behavior...
Hi Nordic's community,
I have an issue when writing uint32_t to a characteristic, i don't understand when i write uint16_t or uin8_t, it works ! but don't when i send an...
Hi,
I would like to add single bank signed DFU support to my project (running on nrf51822AC - 256kb version).
In SDK 10, there was an experimental bootloader with a nice...
Hi,
I want to transmit adv. data AES encrypted everytime. The Basic requirement is to do Encryption with Stream Cipher (Counter Mode) so i want to know when and where to...
Hi,
I am trying to get bonding to work in both iOS and Android versions.
As per the suggestion in : devzone.nordicsemi.com/.../ I used
attr_md.read_perm.sm=1;
attr_md...
I wanted to do pairing without bonding with ble_app_gls s130 SDK_11. I tried setting SEC_PARAM_BOND to 0. However, this caused the device to stop advertising. What is a better...
Hello ! Can I read with SPI registers without any problems from inside a ble_event_handler or a timer_handler or should I expect to have problems due to interrupt priorities...
In the SPIM section of the product spec for the nRF52832, the spec describes sending the STOP task (even if the peripheral is already stopped) and receiving the STOPPED event...
Hi,
If I have a custom board with the NRF51822 operating at VDD=2.4V, would it be possible to program the part using Segger JLINK Lite programmer that comes with the dev...
I am attempting to update the firmware on a DFU V1 device using javascript inside of a cordova app. Due to the time it takes to roundtrip the write response it is going to...
Hello again,
Edit:
I am now only getting these 4 errors after enabling the clock in the nrf_drv_config.h file
I may be able to track down the problem myself if someone...