I am having an issue with running the initial blinky example that came with the nRF51 PCA10028 SDK in the Eclipse IDE . I will include screenshots of the issue. I believe...
I use nRF51-DK and nRF51-Dongle for a BLE sniffer.
Always the sniffer fails and marked with an error "Encrypted packet decrypted incorrectly (bad MIC)".
It can not be...
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...
Hi
I've discovered some unexpected event handling in the fds_evt_handler of the module peer_data_storage.c in the peer manager. We have the peer manager running and use...
Sorry for asking that maybe again, but it is not really clear to me.
I'm developing a Bluetooth product with your nRF52832 on our own PCB.
I have read we have to do...
Hello, I am using SDK10 on nRF51422 with PCA10028. I want to port a code written from ant_sdm_tx_cadence_s210_pca10028 with s210 v.5.0.0. to S310 v.3.0.0 to include some BLE...
Hi,
Would anyone be able to upload a template code for programming an LCD using the nRF51822 or nRF51422 with SPI?
I am using Sharp’s LS013B4DN04 Memory LCD. Here's...
Hello ,
I'm Dinesh Katkar,We as team planning for wearable IoT product,so selected Nordic sem's Bluetooth Smart SoC for our end application.
Can we control the play...
I see that the IOS-Pods-DFU-Library interprets the value in this particular characteristic. But I could not find good documentation as to how should this be used?
Can it...
I am running arduino code based on "ble_uart_project_tempelate" in Teensy 3.2 for nRF8001 module. We want to introduce smart nRF52832 modules to rule out Teensy. Does nRF52832...
Hello,
This is in continuation of my previous question about the wrong UART speed. I got it working by starting the HF oscillator. However now the latest revision of our...
I am debugging UART routine and met an issue that it can return back to mainloop after UART receiving. Is there anybody who can give any advice?
Thanks in advance.
Alex...
I have one nRF52822 Ble. It has secure pairing mechanism.
when i connect iphone, App trigger Pair dialog from iOS. and press pairing, then stop.
i can follow nRF52822 code...
I've ported an nRF51 DK project over to the nRF52 DK and the only issue I seem to have with the nRF52 is that the device refuses to pair with my peripheral, hard faulting...
I used the nRF51822 for my thesis and as I was looking for the url of the product spec I used I noticed something strange:
My product specification for the nRF51822 is version...
I've connected my nRF51822 mKit to my Linux system via a USB cable. While trying to upload code on the board, I got the following error:
SEGGER J-Link Commander V5.12g...
Currently i was using arduino for my development but now i want to move forward with Some SOC so i found nrf51822 IC.For using nrf51822 ic i need to buy another board which...
I would like to use the nRF24L01+ for a telemetry project that requires broadcast at 100% duty cycle at a fixed bitrate. Ideally, we could also use our own frame format. ...