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,
For NRF52840, is the 125kbps sensitivity the same as on Radio? I used the 125kbps long distance mode, but the distance was not up to the ideal state, the deviation was...
Good morning,
I'm developing an application for nRF52805.
I saw that in SDKFolder/config there are all "complete" sdk_config.h files for all nrf52 targets except for the...
Hi,
I am using own hardware board based on https://www.raytac.com/product/ins.php?index_id=24 module, it uses nRF52840.
I
I am facing an strange issue that UART is not...
Hi,
can anyone provide any insight into moving beyond a pca10040 development board and creating a project for a custom board? What are the steps that you have to go through...
Hi,
We are looking to be able to reflash our devices on the field, as well as do FOTA. Critical device information (serial number, encryption keys, etc) are stored in the...
How does the ADC gain block work.
Suppose using Vdd=3.3V as ADC reference, analog signal input from 0 to 3V and gain 1/4
What will be the ADC core voltage for single...
I have an application where i have to regularly send gps data to an mqtt broker. I started with the mqtt sample which works fine, and i also tried the gps example with assited...
Hello,
I am trying to extract audio from the thingy's microphone using the microphone driver. I know that the data it produces is encoded in dvi_adpcm. I would like to decode...
Hi,
I am using nrf52833 development kit and using nRF5 17.2 SDK on KEIL IDE with softdevice as S140.
I am trying to compile ble_app_template example from the peripheral...
Hi Iam using NCS version 1.5.0 and DK version 0.15.0
Is it even possible to perform FOTA over SMP BT on NRF9160?I am using 840 as my controller and normal ble functionalities...
Hi,
I'm developing a system where I have a two button "remote" and connecting to movable part that plays sounds. My plan was to have a nRF52 in each of the parts. So ...
1. Can nrf9160dk protect code avoid any one to read firmware out and copy them in usb 2. Can nrf9160dk protect code avoid any one to read firmware out and copy them in externl...
Hi All,
I have 2 boards nrf52840 pc10056 and I need to run ble_app_uart using LIBUARTE with DMA in order to obtain a more robust uart communication
I would like to use...
Hi
This is probably not specific to Nordic, through talking about a beacon-type device based on nRF52 chip. The purpose of the beacon is to advertise its presence and once...