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 there,
i am running bootloader code but facing a error that is "pstorage_platform.h" not found.i am using code from given path which is from SDK10.0.0 .what should i...
Hi,
I am applying IRK on ble_app_hrs_central and ble_app_hrs peripheral on nrf52832 and S132 v.2.0. ON the central side I want to see if the IRK was resolvable or not....
Hello.
I would like to run DFU experimental_bootloader_secure_usb example on NRF 52840 but
the USB port does not recognize my device.
I tried with both 5.0.0-2Alpha and...
Greetings,
NEXUS 6P
I am trying to run the Android-Image-Transfer-Demo with a nexus 6P. So the application compiles and loads fine into the phone, but whenever i try to...
Hi Support Team,
Is there any plans to release the bluetooth 5 mesh examples with all SIG models support?
If yes when it will be released?
Thanks and Regards,...
hi,
is it possible to set major and minor values in ble_app_uart example in sdk14.1. and advertise it. now it is advertising rssi, uuid, mac id and device name. i want...
Can I get the Altium Library for the nRF52840? I downloaded the Altium reference design but when I try to create a library for this design Altium indicates it cannot be created...
Hi,
I am a bit confused about power consumption when using app_uart_fifo. To save power I put MCU to sleep in between each sent and received byte by using __WFE and __SEV...
Dear Nordic employee:
1、 what do I have?
I have two thingy52 develop kit(nrf52832)
2、what is my purpose?
I want to develop a dome that sounds can transfer between...
We are using nRF52840 as SPI slave and imx7 as SPI master.
Data sent by imx7(master) is received at nRF52840(slave) correctly, however the data sent by slave is not received...
Hi,
I have an application where first nrf51 would be the central (remote control) and the second nrf51 would be the peripheral. I got the peripheral to bond with the nRFConnect...
Hi! I am building an android app for my project. I am using Proximity , UART and DFU from nrfToolbox app. I have 3 buttons on my home screen dedicated for each of them. I...
This is related to another post seen here:
devzone.nordicsemi.com/.../
Basically, I took the peripheral UART example and modified it so all UART printing was disabled...