Hi,
I would like to receive some suggestion about finding a CHEAP smartwatch / wristband already available that has these minimal features: BLE (with SDK / GATT profiles...
Compiled with Keil4 software compilation and C of the mixed program, the error is:Branch offset 0x00000228 out of range of 16-bit Thumb branch, but offset encodable in 32...
Hi,
I am currently working on a prototype with Silicon Labs Thunderboard sense. I am looking for a replacement product that has NRF BLE module. All I need is a BLE module...
I would like to hide BLE advertising from normal BLE devices.
And only be able to see such advertising with dedicated scanner.
I was thinking of changing access address...
Im making a project were i have two robots each one with a device connected with a mobile phone. But at same time i want that, when they are near each other they exchange...
Hi all! I am attempting to download a file from a web server to an NRF52832 using the Nordic IoT SDK version 9.0. Are there any good reference librarie? I found a few for...
Please help to understand. How to configure nRf24L01 receiver for 4-pipe (pipe 0, pipe 1, pipe 2, pipe 3 ). But most importantly, how to specify the transmitter settings that...
In trying to debug I2C usage of BNO055 device, I've sprinkled NRF_LOG_INFO around in my code.
This is Very simple stuff, yet I am seeing erratic behavior of the logging...
Hi! I'm testing a mqtt publish example in nRF5 SDK v15.2.0 with nRF52832 DK(pca10040). It succeeded in connecting with raspberry's mqtt-broker with non-secure type. It works...
Hi,
I'm working with nRF52832DK board , nRF5_SDK_15.0.0 SDK and nRF5SDK_Mesh2.2.0 Mesh SDK . verified the light_switch example project,i wanted to create beacons mesh network...
Hi!
I use softdevice3.0.0 , SDK12.1.0, Keil IDE, PCA10040 Development board,
I am going to create a multilink_central_NUS project using the ble_app_multilink_central...
hello
i want to implement provisioner and client roles in the same board , how can i start initializing the models
i have implemented the same initialization of the client...
after implementing some changes on the client and server examples i could compile my algorithm for the client but in the server i still have some problems which i didn't find...
While migrating from SDK 12.2 to SDK 14.2 DFU fails while flashing application and the pages assigned get in the switch case of FDS_PAGE_UNDEFINED always ,thus jumping from...
Hi,
I am using the gpregret register to select the device mode on startup and it is working as expected.
But it is not working after adding dfu functionality. does the...
Hi,
I am facing the problem as shown in the image below for two PCA10040 and two PCA10028 boards. I read related posts but none of them helped!! I did not make any changes...
Hi Nordic,
I am trying to implement a 3D mouse application using mpu9250,nRF52832 and ble_app_hid_mouse application from 14.2 SDK on custom_board.I am able to connect to...
Hi
I'm using the nRF52832 with the SoftDevice S132 V6.0.0 in the central role and would like to encrypt a link with a stored LTK.
The encryption with the function sd_ble_gap_encrypt...
Background:
We have a product that has one button that both power it on and that is used for simple commands, there is also one led to indicate its status. The button is...
Hi,
I am using nRF_SDK_15.0.0_a53641 and writing a program with keil.
I am receiving data from the sensor with TWI communication and writing it to the sensor by SPI communication...