Hi,
I'm using long write in one characteristic but if I try to configure this characteritic with write authorization (attr_md.wr_auth = 1) it doesn't work. I need to send...
Hi, I disassembled an Acer Mouse and saw a chip named "NRF A 3152c 1517UH". Can anyone identify the chip or provide me with the data sheet for it.
Regards,
Steve
After i asked this question , i changed to use SDK 8.0.0 hrs "s110_for_dfu",
As the same step to try,
i downloaded softdevice(s110) & bootloader(for 8.0.0)
then opened...
Hello All,
I am trying to create multiple threads for an individual tasks. But when I am creating new thread my program is not working and it's going into some infinite...
I have ASUS ZenPad 10 with Android 5.0.2,
BLE device on nRF51, S110 SDK9 with fixed passkey and encrypted characteristics with following settings
#define SEC_PARAM_BOND...
Looking for someone that has previous experience building multi protocol / time slot topologies using a mix of BLE (central+peripheral) & custom Gazell connections running...
Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
When I start the nRF51822 sniffer ble-sniffer_win_1.0.1_1111_Sniffer.exe I get the following message:
!!Your firmware is outdated!!
Please upgrade (press CTRL-R).
When...
Hi team,
I am using sdk 12.1.0 and ble_app_hrs_c example.I enabled #define NRF_LOG_USES_TIMESTAMP 0 to 1 and iam usng nrf51822 dongle.my program gets hanged.I need to print...
Hi all,
I use the example of examples/ble_central/ble_app_multilink_central/ to test the connect timeout event. When it scan the peripheral and try to connect it, power off...
Hi, I am wondering why, sometimes, I get an odd packet out of order on the receiver. It is very random, it can occur at anytime, though usually it takes a minute or two. Testing...
So, does anyone have practical advice for reducing the code size of peer_manager and related modules, so that the ble_app_template project fits on the nrf51822 128KB part...
I am having an Windows 10 64bit OS. I am using PCA10000 board as sniffer. When i try to use it, I am getting Try plugging out the hardware error. Even CTRL +r is not working...
Hi
I have this board: www.sparkfun.com/.../13990 connected to a PCA10040 Nordic board. I am able to write and debug the Sparkfun board (the blinky LED example). I am now...
Hello,
According to the nRF Sniffer Guide 1.2, the sniffer is supported on a number of platforms (nRF51822/nRF51422 Evaluation Kits and others). All of them (as far as...
Hello,
I have problem when trying to use non default pins for uart.
This is what i got:
UART:WARNING:Function: nrf_drv_uart_init, error code: NRF_SUCCESS.
UART:INFO...
Hi,
Do you have any ready made example or can you give me guidance about the program in which the location is calucated based on RSSI values of the beacons.
Basically...
Hi,
I wanted to know that if I have e.g. 10 beacons placed in the super market. Let say I am in the meat section and there are three beacons among which I am close to one...
hi,
i'm designing a custom board and i want to detect when the USB is plugged in. the nrf51822 chip working with 2.5V, for that i had the idea to make a voltage divider...
Whenever I hit pair to pair the nrf51 dongle with the DK, I keep receiving the error line: Authentication failed with status BLE_GAP_SEC_STATUS_PAIRING_NOT_SUPP
I read...
Hey,
I'm currently doing the relay example on the nordic info centre.
I'm trying to manipulate the example so that I can transform it into a range extender.
The goal...
Upon testing I am seeing some slowness in setting up the SPIS DMA buffers for the next transaction. I perform a SPIS transaction, and then call nrf_drv_spis_buffers_set()...