I know that suggested debugger for nRF51xxx is J-Link or openOCD with CMSIS-DAP, but I would like to use BDI3000 debugger, which does support SWD interface and Cortex-M0 processors...
Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
pstorage_load and pstorage_clear appear to work fine, but whenever I do a pstorage_store the callback function is never called. This happens whether or not the Bluetooth unit...
Our USB keyboard using nrf24lu1p does not work on Mac OS 10.11.
Before Mac OS 10.11, USB keyboard was worked, but on Mac OS 10.11, it does not work.
I think your library...
In my design I need the RX to be standalone , I.E. no controller attached to it , does the programming STORE in the Chip ? If I set it up as a RX and set a specific Ch. Freq...
Hi,
I noticed (as highlighted in screenshot below) some of the IP based BLE projects under “Experimental: IoT Examples” found in all previous versions of nRF5 SDK that I...
Hi
We've recently added FreeRTOS to the firmware of an existing product (primarily to pre-empt big chunks of 3rd-party code over which we have no control and execute them...
Hi,
As discussed, the instructed PCB land pattern for nRF9160 is according to Product Specification:
However, we have noticed that land pattern exceeds nRF9160 dimensions...
Hello ,
I am trying DFU over BLE.I am using SDK 14.0.2 .
i Flashed Bootloader Code and Softdevice 5.0.0 .then Device is Starting Advertised as DfuTarg and As Mention in...
Hello,
i have one nrf52840 board with a coded phy scanner and another sending advertisings, when it are close , i received in the scanner 100% of Advertisings, but when...
Hello,
I'm doing some initial investigation with the nrf9160 DK and after some reading and testing, it's clear that significant part of the low-power capabilities is determined...
Hi, I'm using nRF52 DK (nRF52832), demo code <TWI sensor>. I'm using this slave sensor to communicate with Master nRF52 DK. My code gets stuck at sensor_set_mode() function...
Hi,
I am trying to test the eligibility of updating my project from SDK 16.0 to 17.2 using DFU. I programmed just softdevice and bootloader of SDK 16.0 and made a package...
Hello All ,
I want to use timer 2 of nRF52810..my code is not giving any error but timer is also not going to IRQ handler...but if i made the same changes for timer 0 it...
Hello,
I'm using Seeger Embedded Studio and S132.
I'm trying to include ble_nus.h to ble_app template and compiling. But it gives this error:
2> In file included from...
hi,
I have following setup test cases .
Case 1 DK2 , DK1 Initialized with CLI directly
1a DK2 , DK1 Directly connected to CLI Every Thing Works
1b DK2-to-DK1-to-CLI...
Hi,
I am checking the voltage range on the input pins of the Nrf52832. The specs show VIH is 0,7*VDD and VIL is 0,3*VDD. I'm using the Nrf52DK, which has about 2.8V VDD...
Hello again,
This time I am trying to read HID reports using bluetooth to get the state of the caps lock.
I know this should be super simple and its explained in the hid...
Hello, dear developers!
Tell me the solution to the problem, how to properly initialize the SPI peripherals so that the program does not hang while waiting for the end of...