I read this older post ( devzone.nordicsemi.com/.../) and have a similar issue but with enough differences that I felt it was worth a new question.
I have an STM32 MCU...
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...
Hi, I am using nRF24AP1 for ANT+ purposes and I am looking for continuous scanning mode (the radio is active in receive mode 100%). The command Open Rx Scan Channel (0x5B...
when I have the line in my sdk_config.h, it overrides the and I end up with undefined reference errors.
right now I had to comment out the line to be able to compile the...
Hi,
I need to print the RSSI value to the nrf app or putty terminal to check the RSSI value.
I have gone the structures "ble_gap" file to get the RSSI value and calling...
Hi everyone
The following code is initiaizing the uarts correctly,but there is unpredictable behaviour in this case.
Whenever i disable the 1 UART sensor, works fine....
Hi all,
I am very new to the field of BLEs now I bought one BMD300 Evaluation board,and I want to use nRFgo Studio for the development is it possible to use nRFgo Studio...
Hi,
we are using nRF52832 ADC in differential mode. We have two channels connected, where other is presenting reference voltage 1,65V and other is +/-1,15V on top of that...
Hi. I am developing based on the multi-link central example. In the below code the PHY is set to BLE_GAP_PHY_AUTO.
I don't know if my example therefore is running at 1Mbps...
I saw several threads that talked about this, but I could not decipher an exact answer, so apologies if this is a Re-Ask.
I recently purchased a nRF52840 Dongle with the...
I am not able to Control GPIO PIN 14 In this program(BLE_UART) this PIN gets powered continuously . When the device connects to NRF App the power supply becomes Zero and after...
Hello.
Im in a stage where I need to transfer over our current old (ancient) libraries for SPI communications to a NRF52, where we use SPI to communicate to a certain slave...
Hello,
I have set up the Development Kit according to the following instructions and successfully activated the SIM card.
www.nordicsemi.com/.../GetStarted
Unfortunately...
Hi Everyone, Please help me understand what will be the average current consumption per hour with nRF52810 if I transmit 50bytes of data 4 times per hour and go to deep sleep...
Hi,
I'm using nRF52840 and SDK 15.2 and want to realize a proprietary radio.
I tested the ESB (enhanced shock burst) example and it worked quite well. Next I tried to...
Hi,
I was wondering if you had NRF9160 examples for a HTTP client?
I'm a bit lost with the 9160 SDK and its 4 examples having been used to such a rich set of examples...