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...
Dear Nordic Experts, This one's a tough nut to crack:
The firmware is based on nRF5 SDK for Mesh 5.0.0 with nRF5 SDK 17.0.2 and Softdevice s132 7.3.0. It runs on a nRF52832...
SoC: nRF5340 SDK: nRF Connect SDK 1.9.1
CMAC calculation works fine with SDK 1.7 and SDK 1.8. But it failed with SDK 1.9.1.
psa_mac_sign_setup returns error = PSA_ERROR_NOT_PERMITTED...
Recently I check back again into att_mtu_throughput example in SDK 15.2. there seems to have some updates than in previous SDK, and I see this BLE_GATT_EVT_DATA_LENGTH is...
Dear all,
I am using the following peripherals in our product.
1. TWI Sensor
2. BLE
3. APP timer (1. to poll a gpio pin & as RTC)
4. SPI flash
5. 2 Edge sensitive...
Hi,
I am using nrf_queue to store data in queue which is inserted with time based interrupt at several milliseconds. Also same data from queue is fetched at bulk.
I am...
Hi,
I have modify a BLE program from ble_app_uart by using SDK 15.3, but the system will crash when I do following test:
Please find attach file for my code.
Step1...
I want to double check current draw in the nRF9160 low power modes and need some help in making sure I know how to do so.
I plan to use an oscilloscope for measuring current...
I hear that the GPS should now work with the onboard antenna of the nRF9160 DK for versions 0.8.5 and later. I also read that the asset_tracker application has been updated...
Hi All,
I'm referring to generic on/off ble mesh example code and we are in the development stage.
I would like to know which pins are used for PA and LNA in the example...
HI
In our application we are using "app_sched_event_put" function but its showing [NRF_ERROR_NO_MEM] when i debugged it please look the screen shot.
The sdk we are...
Hi:
for "ble_app_hids_mouse" example ,it has SWIFT_PAIR_SUPPORTED.
Does HID_keyboard also have this feature?
Could I move swift_pair from "mouse example" to "keyboard...
Hi,
I have an ADC which is interfaced with the nrf52.
The samples from the ADC are collected every 2ms (500Hz sampling rate). I store these samples, and when the number...
Hello, I'm having too long connection times or failed connections with some android smartphones (for example samsung A7). Is there a way to decrease connection times?
I...
Just need a quick confirmation, in S140/SDK15.2, what is the correct to config hvn_tx_queue_size?
I found in some post said it can not be set directly, instead one should...
Hi,
I am developing a central application that will connect to my custom made peripheral device and continuously read a characteristic available on the peripheral device...
I am new to NRF (The usual song )
Here's what I am trying to do :
Connect my button on P0.16 or P0.17 of my NRF52 DK Board , and when I press the button connected to P0...