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...
Hello, I am trying to implement 1-1 connection between a central and a peripheral, with these (classic) requirements : - when starting central, scan for any peripheral with...
Hi,
I am having some trouble getting optimal power consumption while using the SAADC.
I've tried running the example given here 2766.nRF5_SDK17.0.2_ble_app_beacon_lp_saadc...
Hi,
We are trying to investigate the interval noises of our custom developed sensor board with a digital accelerometer (With SPI interface).
After checking the software...
Hello NRF ,
I have used NRF52832 with BLE advertise and peripherals connected on two different I2Cs ( temp sensor and gyro sensor ), One SPI( LCD Display ) , three GPIO...
I'm working with nRF52840 dongle, i installed nRF Connect for Desktop on windows but the led didn't start pulsing red. Has anyone else had an issue like this?
I am using SDK 16.0.0. I want to switch from a NON-CONNECTABLE, NON-SCANNABLE advertisement to a CONNECTABLE, SCANNABLE advertisement. I launch the first advertisement and...
Hello, I have a bit of a weird case. I'm sending data over Bluetooth. In the begging, I wrote whole data handling in the main.c main loop. everything worked nicely, so I have...
I'm developing uart program to communicate with arduino with nrf52840. And I'm working on s140 sdk.
First, I tried this code. It works, but first byte that send from arduino...
How can we get the timestamp using RTC(Real Time Clock). Do we need to add the external RTC for nordic thingy 52 board?
I am using the RSSI concept to calculate the distance...
Hello,
I have been trying to debug a curious behavior leading to higher energy consumption (~17mA) on my Sleepy End Device (Rx is off when idle).
I am using the nRF SDK...
I'm using nRF Connect v1.5.0 and Segger Embedded Studio (SES) to develop an application I'm testing on nRF5340-DK.
I want to create a "repeater" that has at least one...
When I use "Go" under debug, I get errors saying "No bootloader was found" and "ERROR 4 [NRF_ERROR_NO_MEM]".
However, when the same exact code is run on my friend's laptop...