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...
Is the link automatically secure when connecting to a previously bonded device i.e when BLE_GAP_EVT_CONNECTED is published?
When devices are pairing/bonding, the peer manager...
Hi,
I want to make BLE application which works in PC like below application.
I intend to use the Python code to create this program.
Can I download the code about protocol...
I'm a newbie so sorry if these are silly questions but I've run out of ideas.
I am trying to build and flash zephyr RTOS onto the nRF52 DK but niether JLinkExe or nrfjprog...
I'm a newbie so sorry if these seem silly questions but I'm out of ideas.I have got some nRF52840 PDKs & nRF52 DK and am attempting to use Zephyr RTOS but I've run into issues...
Hello, I configured nrf52832 as central. I am using ble_app_uart_c example to set the IC as central. And esp32 module is my peripheral.
I am able to establish connection...
I download the mesh sdk from: http://www.nordicsemi.com/eng/nordic/Products/nRF5-SDK-for-Mesh/nRF5-SDK-for-Mesh/62377
Compile the light_switch/server project for nrf51422_s130...
I am working on an nRF51822 central BLE device. I am wondering if it is possible to lower the clock speed / underclock the device to save power? I know this will make it run...
Hi,
Can we test Nrf52 Advertising extension feature with nRF Connect app in mobile?
Do we have any other app whrere we can test this feature using nRF52832 DK?
Does the following SOC,
nRF52840
nRF52832
nRF52810
have sub 1-ghz RF ? by reading it seems that it is having the 2.4 Ghz RF.
I was looking for 433 MHZ or 863...
Hi.
I want my peripheral, an nRF52832, to accept a connection from the first peer it sees and bond with that peer, and thereafter accept connections only from that peer...
Hello
I am using sdk version 14.0 and softdevice S332. I successfully tested on the nrf52832 board using the ant bsc example.
However, when we put the code on our custom...
Good evening,
I am trying to implement queued write (long write) into ble_app_uart example. I am using s110_v7.1, nrf51822(pca10028), can not find version of sdk it is...
I have enabled radio notifications (through sd_nvic_ functions). When sd_ble_gatts_hvx() (notification) is called once, I've noticed two radio active-nactive windows occur...
Hello,
I have a bootloader with a low power wait for power button on startup.
When I do a BLE DFU update of bootloader + SD + appli, the Nordic smartphone application...
hi
I have a application use NRF52832 to scan beacon's advertising and write the advertising data into NRF52832's advertising.
I found the working current is nearly 3mA...