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...
Hello Nordic team,
I am trying to get my product read for FCC/CE compliance testing. I came across the radio_test example and other examples posted on DevZone. I have the...
Hi,
I have just recently started to develop an NRF52832 chip with Keil uVision 5.
My setup is the following:
PCA10028 Development kit connected to Feather NRF52832 bluefruit...
Hi,
We are planning to add an external flash to our nrf52840 based design.
The flash type is
http://www.puyasemi.com/uploadfiles/2019/06/20190604154800480.pdf
I'd...
I used This char tutorial for this project. Basicly I added beacon advertising mod with a connection mode to this project and I tried to changed minor and major of the device...
Hello! Something strange is happening with my nrf51822.
I have a simple code to obtain data from the ADC and send it through BLE.
I do the following in the main loop:...
Hi,
I am new to Nordic Thingy91.
I have tried to connect Nordic Thingy91 (nRF9160) device using "nRF connect v3.2.0", via USB. But I am facing, below issue.
Issue 1...
Hi,
I am getting the same error despite adding the files properly.I even tried by providing the absolute path.
"nrf_section_iter.h": No such file or directory.
I get errors saying XYZ.h header file is not included though I have included them everywhere. Please help me on how to resolve them.
Regards,
S Sachin Goud
Im use the \nRFready Smart Remote 3 nRF52 v1.2.1alpha\nRF5x SDK-SR3\examples\ble_peripheral\smart_remote_3_nrf52\Projects\Firmware_nRF52832 code ,then I have dowmload the...
Hello -
This is a strange problem and I'm guessing I am missing something obvious. I am using the sd_ble_gap_scan_start() API to perform active scanning as follows:
...
Sdk: nRF5_SDK_15.3.0_59ac345
example: nRF5_SDK_15.3.0_59ac345.s.ble_peripheral\ble_app_hids_keyboard
question: After connecting to ios, ios virtual keyboard is automatically...
In some other non-hid app, I can set APP_ADV_TIMEOUT_IN_SECONDS to zero and it worked fine. The advertising is continuous.
But in the ble_app_hids_mouse, I set both APP_ADV_FAST_DURATION...
I would like to use AT commands to get the IMEI on a custom board that has an nRF9160.
In preparation for this I am attempting to get AT communication working on a NRF9160dk...
On the nRF52811 with the s140 softdevice, what is the set of things to do to enter very low power sleep state? The product specification says ION_RAMON_RTC is 1.5 μA. What...