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...
Using and GCC with compilation options without optimization -O0 and with debug -g3 throw error during compiling for an unknown function pwm_calculate_timer_frequency .
...
Hi,
I can't seem to get printf working on the ble_app_cts_c example. I can't seem to find a definitive step-by-step guide as to how to get this working. Any help would...
Hi,
On what occations do the BLE_GAP_TIMEOUT_SRC_ADVERTISING and BLE_GAP_TIMEOUT_SRC_SCAN events fire? The documentation is a tad ... terse .
regards,
Elm
Hy world,
I can update my device with FOTA, but the first time i do:
1 I put: "ble_default_bootloader.hex" on board;
2 i open nrfMasterControlPanel app
3 i write characteristic...
I have a feeling I am missing something completely obvious here. That said, this problem has cost me enough time today that I'm willing to risk embarrassment to see if someone...
I'm trying to implement a simultaneous broadcaster observer by calling ble_gap_adv_start() and sd_ble_gap_scan_start() and waiting for respective events.
If I call advertising...
Hello,
I'm trying to use Eclipse with a Nordic SDK (managed build mode) but it seems Eclipse (latest Mars edition) fails to invoke the assembler. Here is what I found in...
We are looking to use the DCDC to reduce the maximum current during radio operations, but minimize the overall current by enabling it as late as possible before radio use...
I have added button in my project and used bsp_init() to initialize it. All functions in bsp_init() returns NRF_SUCCESS but if I push my button even gpiote_event_handler(...
Hi Folks,
i have implementet a sleep mode by using only the RTC timer with the 32KHz OSC and the WFI instruction. The current consumtion is around 1.7µA (all peripherals...
Hello,
We have some problems with nRFgo Studio on the one of our computers.
Firstly, it takes a long time to flash firmware - about 15-20 seconds:
Secondly, we...
I have interfaced a vibration switch with nRF51822 Pin 19 using external pull-up. When there is no vibration the switch is either at open position or close position randomly...
UPDATED WITH IMPLEMENTATION
Is there a way to know what is triggering a chip boot :
Power off (battery replacement or deffective electrical connection)
The watch...
I have an old project I am trying to recompile for nrf51822 but have been programming with the most recent MDK on my station. The project is asking for old Device Family pack...