This is what I got after upgrading my nRF51 dongle firmware.
It always times out.
I didn't somehow got one of my J-Link Lite upgraded, but couldn't repeat the process...
Hi all,
Good day.
Could you please recommend an Android or IOS APP which can connect 8 or more BLE peripherals at the same time.
Thanks & Regards
Jenson
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...
Hi,
I am using two nRF52840 DK in which one of the board is flashed with light switch client and other one is flashed with light server and a nRF mesh app is used for provisioning...
Hi,
I see Nordic has recently released an updated software to do direct test mode (without the use of python or the old nRFGo studio). I am able to run the test code on...
Hello,
I am using nRF52840, SDK_16.0.0, S140 SoftDevice and Segger 4.16 for flashing the image.
1) While upgrading over serial interface using DFU, whether UART needs...
Hi,
If you are interested I would to contribute to https://github.com/NordicSemiconductor/nRF-Sniffer-for-802.15.4 repository. On the python driver part. You could allow...
Hello
I'm doing a test that if it's possible to start ibeacon function when BLE is connected in nRF52840. so I merge ibeacon into HRM demo code and as you can in the following...
Hello ...
Our BLE peripheral product (nRF52810, SDK 15.3.0, SD 112 6.1.1) is relatively simple. iOS device (central) connects to peripheral. Data is exchanged between the...
Hi, i'm new to Nordic devices and i hope this topic hasn't already been treated. I'm triyng to debug an example application; after the first breakpoint, i loose the control...
Hi,
I try to set the TX power of the NRF52833 to the maximum possible power level, but somehow nothing seems to affect it.
I first tried to change it in the sdk_config...
In spec, 9160's PSM current is 4uA/3.7V.
However, When I use a same PSM code.
On our product. We measured is 4.5uA/3.7V and 5.5uA/3.7V. And on 9160DK, the consumption...
HI,
I'm trying to add some functions to my code, and the buttons interaction is one of them. I saw some posts and I think I did exactly like that but I can't get interaction...
So I was following the documentation. Installed everything successfully. And now I am trying to send the program to the nrf52840. However when I do ninja flash<program> I...
I've been trying to create a simple SPI to UART bridge starting with the peripheral template example from the nRF5 SDK 16. I want to read 5 bytes from uart, send them via...
I've reviewed the different PWM examples that include the low power PWM, PWM driver and the PWM library. What I'm looking for is a very simple solution to drive a bipolar...
Hi,
I'm wondering if the current nRF sniffer firmware (v3.0.0) can detect extended advertisements on arbitrary channels? Is it supported in the firmware? If so, can I use...
Hi all,
I did not do mesh SDK for a long time. Now when I see SDK Mesh, I saw Low power Node example. It can run with Mesh network and update OTA by DFU buttonless (I don...