Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
Hello,
I want to design PCB antenna for nRF52832 chip. I took reference from nRF51 dongle hardware layout.
I wanted to spread antenna upto 18mm width so I reduced the...
Hi
The j-link detects the chip, but for not obvious reason the j-link and keil will trough an error when I want to program the chip, here is the j-link out put. do you have...
Dear All,
I would like to order Li-Po batteries for my nRF52840 development kits and need some information. From the battery, what type of female battery connector is needed...
Hi, I can't get 250Kbps working on the nRF24LE1. I'm using the enhanced shockburst examples in the nRFgo SDK (enhanced_shockburst_ptx_nrf2 and enhanced_shockburst_prx_nrf2...
Hi,
By mistake, I clicked 'fill with zero' button in Jflash, may I ask, is my chip bricked because of this? Thanks.
The following lists my steps:
program the...
Hi,
I'm trying to use the SysTick timer on nRF52 to time some various tasks for debugging. I configured it like so, which I expected would cause SysTick_Handler to be called...
I didn't find any documentation in the peer manager for the need of this write buffers.
I do understand, that peer device data is stored there before written to flash. But...
Dear Nordic,
Device: nRF51422. Protocol: ANT+. Softdevice: S210 v5.0.0
I have 3 devices: two masters (No. 1 and 2) and one slave (No. 3). In my application, I pair the...
Hi guys
I have one nrf 51822 demo board.
And I want to buy one more board as BLE sniffer.
Can I use a nrf52832 demo board as sniffer to grab packet between phone...
Hi guys
I am programming nrf51822 demo board with sdk11 and try to finish service tutorials .
I finish all step in service tutorials and try to get service information...
Hi guys
I am using SPI example code in SDK11 (./nRF5_SDK_11.0.0_89a8197\examples\peripheral\spi) with nRF51 DK.
It works fine when send first data.
But it get in...
Hello ,I work with the sdk 12, I have a program to contoler the level of battery, it works, except that I recode 3870 mV (with USB) and when I measure the pin VDD I find 2...
Hello,
I am using an Android application to send data to a nRF52 board. The nRF52 board is the peripheral and the Android phone is the central. This is the link establishment...