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...
Hello guys.
I'm new with nodic nRF52 SDK and I tried to enable debug by setting 1 on "NRF_LOG_ENABLED" in sdk_config.h, but nothing happens in com port criated by Jtag...
Custom app running on a nRF52 devboard. Serial port runs when I use the debugger and continues after I exit the debugger, but does not run from a cold start.
using the...
Hi,
In nRF5 SDK v12.3, the members of nrf_ecb_hal_data_block_t are pointers to non-const data. I was wondering if these indeed need to be non-const for the Softdevice S132...
Hi,
I have a central and peripheral device both are based on nRF52. Central device is running on SDK 12.2.0 and peripheral with SDK 11.0.0. I would like encrypt the communication...
Hello!
We're using SDK 12.3 on our application, and we're aware that the SDK is targeted to be event driven, meaning that our code should be the one keeping track of the...
I am using SDK15 , nRF52832 custom board , keil uVISION 5 , ble_app_beacon example.
I am adding timer to the example.
In below code, when I comment out update_vbatt()...
Good afternoon,
I am facing the following issue:
a client application writes to several characteristics (write with no response) I set in my chip, which trigger the execution...
Hello,
We are porting legacy application to the nrf52840. We are using Keil uVision 5.
The legacy code is using some gcc ideas and extensions so we are forced to use...
Hi , All
I am using nrf52832 SDK12.3.
When the host runs to the discovery service but has not yet discovered the service,the slave power off. The host can no longer connect...
Hi there.
I Tested Example (secure_dfu_ble_s132_pca10040). Fine work.
but I could not find the example code to transfer the firmware.
I need the code to receive...
Hello,
I'm a little bit confused about max datalength that can be read/written in a characteristic.
See attached, a MTU of 64 bytes is negotiated thus 61 bytes available...
hello there! I am working on a project in which two devices(one is central and other is peripheral ) uses Nordic bluetooth controller nRF51822 for connection and data exchange...
I uploaded a sample code into an external nrf51822 module using nrf51-dk as explained by this blog www.instructables.com/.../ . power supply for the external module was from...
Hi
The following ticket explains when I configure pin21 as RESET it will be hardware configured to pull-up internally. https://devzone.nordicsemi.com/f/nordic-q-a/8342/nrf52832...
Hi all,s
I have a couple of nrf52840 boards and i was testing the ble mesh light application. The application works fine, but i changed it so it will periodically set...