Hello,
Has there been any success with getting the python bindings for the pc-ble-driver running on openwrt? I've succeeded with the driver itself but not the bindings....
Hi Nordic Team,
In my BLE project I'm creating a Test application which gets all the advertising data from peripheral devices. The complete list of scanned device is received...
Hello all,
According to the documentation and this feedback on a case there is a maximum size for a particular cert before nrf_inbuilt_key_write returns NRF_ENOBUFS . Can...
Hello,
I am using nrf52840 DK, Segger Studio IDE, Win10.
My application is I want to transfer the image from iOS to the DK board.
I am aware of the Image Transfer...
Hello, i intsalled the software stack for use with latest release of nrf sniffer package.
By starting the capture process with wireshark 3.2 i have noticed an issue:
In...
I have a project where we have 2 nrf51 that need to be time synced with eachother.
The problem is they are placed on the body one on the back and one on the chest of a person...
My use case initially is a single central sensor server powered from the mians and serving by BLE one battery-powered peripheral that has one of the commonly available st7565...
Hi,
MacOS serial device name is changings all the time when the nrf52 DK Eval board is re-powered. Meanwhile I have /dev/tty.usbmodem49, counting up. Next time I re-power...
We want to be able to download a firmware image into external flash through multiple paths (wireless or wired -only one path is used at a time) then program that image into...
Macbook pro mid-2014
High Sierra 10.13.5
I get the following message when trying to select the PCA10028 on the serial port:
2018-07-06T22:53:49.427Z INFO Application...
Hello all,
Thanks to the wonderfull nrf connect android app, I've been able to setup a BLE peripheral to broadcast the standardised service for "Location and navigation...
I'm digging into OpenThread, using the NRF52840 DK. I find myself spending most of my time trying to figure out module dependencies. Is there any way to quickly get all the...
I was experimenting the nRF connect android app and switch to the DFU service mode. But now, i am not able to switch it to the default mode. kindly help..
Hi,
In softdevice spec, we have the following figure.
However our bootloader code shows that MBRPARAMADDR is 0x7E000 while BOOTLOADERADDR is 0x78000. In this case...
Hi,
I got in trouble with my DK-52.
I normally use it attached to my iMac and everything work fine.
Since, I need to make some programming from another mac (macbook...
Hello,
I don't understand why the power_manage(); doesn't work when I don't simulate the speed & cadence??
//#define SIMULATED void csc_sim_measurement(ble_cscs_meas_t...
This is not a question.
Just wanted to share a finding/gotcha that got in the way of my development with the NRF52 SDK 15.0.0.
I am using C++ predominantly and pulled...
I have an application where I am collecting data from the ADC about 1Hz, I am considering storing that data in an SPI Flash (still figuring out how to do this); at each interval...
I would like to use my nrf51 applications working without DMA on nrf52810.
In nrf52810_peripherals.h there is no such settings.
When defined "manually", the project does...