Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
Hi everyone,
I have an issue when i am writing to flash sometimes i get a SOFTDEVICE assertion failed just after using the function fds_gc().
The structure i write...
Hi,
Similar to https://devzone.nordicsemi.com/f/nordic-q-a/45544/nrf9160-dk-psm-current-too-high-after-opening-and-closing-a-tcp-socket/260026#260026 , however they said...
I have been looking at the Mesh library for BLE communication and wonder how much work it would be for me to use the same library for a long range 2,4 GHz radio?
Is the...
Hi,
now we use SDK17 "ble_app_hids_keyboard" example, we found after the moble phone connected to the ble keyboard, if the ble keyboard power off and power on ,the phone...
I am trying to to do adc reading from external 9V Litum battery.
In the PS document, I know nRF52832 can read adc until VDD(3.7V ???).
Then, in my case, do I have to design...
Hi,
I use the timestamp log in SDK17, and I find the time will auto clean at about 1min6-7sec.
Below is the code init the log.
/**********************************...
Hello,
I have a setup containing an NRF9160 communicating with another chip over UART at a 1M baudrate.
The following code is currently used:
I have configured the...
Hello team,
Greetings From Deepa. I need an manual installation procedure and building, compiling and Running the zephyr -OS with my laptop for learning purpose. I browsed...
I'm using nRF52840, PCA10056, and finding that if WDT is enabled (but not expired), after a soft reset (NVIC_SystemReset, or a debugger reset) the RTC no longer runs.
If...
Hi,
#define TIMEOUT_INTERVAL 2000 // Two second.
Sometimes starting app_timer_start(motTimeout_trigger_time_id, APP_TIMER_TICKS(TIMEOUT_INTERVAL), NULL), the interrupt...
Hi,
I'm wondering if I'm doing correct by following getting started guide of nRF9160 ( https://devzone.nordicsemi.com/nordic/cellular-iot-guides/b/getting-started-cellular...
Hello,
We start a new development in BLE and for this, we have to use the AVRCP profile.
Is this profile available with the Nordic BLE stack (SoftDevice)?
Thank you...
Hi,
my question might sound a bit silly, but I am certain that someone already faced the problem therefore I am wondering how it was addressed.
The question:
what is...
Hello, I've tried the "smp_svr" sample from the nRF Connect SDK on my new nRF52832 boards because I wanted to test Bluetooth advertising and DFU capability. They compile and...