Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
I have already made code of 3 pwm channels using c[0],cc[1],cc[2],cc[3]. I want 4 PWM channels but I dont have more cc registers left so how can i code it. plz help me.
ALso...
Hello, I have purchased this kit on ebay. www.ebay.com/.../301182420397
Can somebody point me to where I can get documentation on this kit, it came in with mostly Chinese...
According to the nRF51 series reference manual.
10.1.2 Debug interface mode
Debug interface mode is initiated by clocking one clock cycle on SWDCLK with SWDIO=1. Due...
Hi,
We recently purchased a thingy 52 for evaluation H/W 1.1.0 F/W 2.0.1
We are using an iPhone 8 with the latest Nordic apps.
When we connect using the the Thingy app...
I am new in nordic and just getting started with the nRF52832-DK. . Can someone please help me ? How to read 4 Digital Input and store it into SD card.and then pass that stored...
Hi,
I was using SDK 1.0.0 earlier.
I ported my code to new SDK v1.0.0.
But i am getting undeclared macro error as shown in below image
In prj.conf i have initialized...
Hi All,
I have arduino ble 33 ble device and able to connect with it using my android application using BLE library. I am trying to write 9000 or 18000 of UINT16 by converting...
hi ,,, i am getting the four data from various sensors, then i want to combine all the four data and send in ble_app in variable , example x=10;y=30;z=34 using sprintf i am...
Hi,
I want to use the nRF Mesh SDK on nRF52840 chip with proxy client role that can send messages over GATT connection to proxy server role device. Is that possible?
Currently...
Hi Nordic,
Chip set: nRF52840
SDK: 15.3.0
Softdevice: S140 (06.01.01)
Button interface with MCU: Total=13 (All with GPIOTE)
We have face one blocking issue at...
Hi, Greetings !
I have totally 3 services and 8 characteristics added in my project. In first service there are 2 characteristics, 2 nd service there are 5 characteristics...
Hello Support Team,
I am using an nrf52832 module in our project. During testing, we have observed that the BLE firmware gets stuck and it stops advertising further when...
HEllo; I'm working with nrf52832 and sdk15 , and for interrupt button i chose to work with the example "/nRF5_SDK_15.0.0_a53641a/examples/peripheral/pin_change_int/" , so...
I am interested in having nRF Connect Desktop Bluetooth low energy app work with my PCA10056. From:
https://devzone.nordicsemi.com/f/nordic-q-a/40155/custom-board-support...
I am trying to connect two peripherals to one central. I do not understand the settings for connection interval and gap event length.
For example, this would result in...
In order to interact with the UART, you need to first declare a device struct and then get a binding to the device:
Then in order to switch the UART on and off you...