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...
I'm building a project for the nRF52832 using the NRF5-SDK version 14.0.0. I'm compiling using GCC 6.3.1 ( arm-none-eabi-gcc (GNU Tools for ARM Embedded Processors 6-2017...
Hello,
We are using the AWS library on a Thingy91 to enable FOTA. We have a working example where we store the bin file in S3 as instructed in the SDK documentation.
Now...
Hello, I am trying to use the Peripheral UART code with the nRF9160-DK. I followed this guide https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/getting-started...
Dear All, I was wondering if you could provide any examples or advice as to good practice techniques when using the Watchdog timer in a multi-threaded Zephyr application.
Hi all,
I'd appreciate some help on the following problem:
I'm trying to put a custom hardware into a low power sleep mode from which I want to wake up regularly. I’m...
Hello
I am doing a project need to implement firmware update from the application
and I reference bellow thread,
https://devzone.nordicsemi.com/f/nordic-q-a/68368/write...
Hi, I am trying to build the light switch server in the nRF for Mesh SDK, but I cannot generate the SES build files using cmake.
I am receiving the following error
CMake...
My central and peripheral are continuously connected at 1sec connection interval to conserve power on both devices.
When a button is pressed, I would like to exchange data...
I don't fully understand datasheet for LFXO.
17.4.3
CL_LFXO Load Capacitance = 12.5pF. Is this the recommended CL for external crystal?
RS_LXFO ESR = 100k. Is this the...
Hello everybody,
I'm developing a webapp that need to communicate with my BLE device, an nRF52 DK Board.
The firmware has some open and some encrypted characteristics...