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...
hi guys,
So i made a board with an nrf51822 chip (256kb ) and some sensors + RTC(realtime clock).
The RTC will generate an interruption every 1 minutes. During the interruption...
I have to admit I am lost on the changes required to SDK 11.0 to make the new S132 V3.0 SoftDevice compile.
The migration document talks about the changes but doesn't provide...
Does anyone have any sample code for two-way ESB comms between an nRF52 and nRF24L01+ being controlled by an Arduino (or similar), please?
I can get two nRF52s to talk...
I am using sd_app_evt_wait() to put my nRF52 to sleep. Works fine except after I read from a TWI sensor. As soon as I do I see the nRF52 continuously jump out of sleep. I...
Hello,
I'm a computer engineer of Tech Oasis. We are working on a lighting and power entry modules, and I find your product, such as nRF52832, meets our requirements. After...
Hi All,
I am trying to implement fstorage (the issue also happens if you try FDS). I'm using gcc and when I modify the makefile to compile fstorage it requests a file called...
Hello,
I am use skylab SKB360 module which are used nRF51822 chip.
I have download sample ble application (S110 or S130 softdevice) but its not advertising. Is there any...
I have a downloaded blinkly project for nRF51 build it and flashed the code on PCA10028 board. Added my own custom library to project to accomplish a feature (For which I...
Dear Nordic Team.
What are different between these two hex file in same example.
nRF5_SDK_11.0.0_89a8197\examples\ble_peripheral\ble_app_beacon\hex\ble_app_beacon_s130_pca10028...
Hey,
I have two nrf52 development board. One is PRX, one is PTX. I try to realize the scenario that:
PTX transmits a number like "100", PRX receives this data "100" and...