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 ,Nordics
when I use my host device (reffered to the example of ble_app_hrs_c)to pair and bond with a peripheral device(a gamepad) ,the pairing failed .I don't kown...
Hello....
Is there a way to configure the SPI peripheral(s) to run at a custom bit rate (frequency)?... For example: Run SPI at 3.4MHz.. or any other custom frequency that...
Hello all,
Do you advise to have 2 SPI interfaces - one for the sensors we're using (accelero/ gyro) and another one for the SD card? if so, when adding an SD card to our...
Hi team,
i am having a custom board i want to program soft device and application using external j link. i came across nordic website in this page http://infocenter.nordicsemi...
Hello All,
I am a beginner to NFC OOB, so can you suggest me some good learning materials regarding NFC OOB pairing as I wish to do so between my mobile phone and the...
Good Morning Team,
Hope your day is going well!
Could you please provide the IPC 1752 document and RoHS CoC (2015/863/EU) directive document for below part since it is...
hi hi ;
i'm trying to control gpio pin 20 with my smart phone and with event at gpio pin 5 (when the state of the pin 5 changes the gpio pin 20 toggeles ) but my problem...
Hi, can someone explain in simple terms how it works?
I don't really have a clear concept of what a replay attack is, but I suppose it has something to do with recording...
Hi,
I am facing the same issue for all of the node.js examples.
It says: Connected! Error: command disallowed (oxc)
Also is says: Service uuid XXXXXXX not found!
...
The nRF52 SDK ANT example "ant_scan_and_forward/" configures a device linit of (16-1)=15 in this line:
// Public Definitions #define MAX_DEVICES ((uint8_t) 16) /**< Maximum...
On nrf52832 and nRF5 Mesh1.0.0
When running idle state(not RX/TX), current comsumption is over 400uA.
And every 100ms, CPU is wake up.(small working.)
What happen...
Hello! I am using application that support ANT+ and BLE, so i am using s332 softdevice. now I want to add BLE bootloader feature. (send .bin via BLE). but in SDK v13.0.0-1...
Hello.
Which application can I use to monitor and configure a smart wristband with nRF52832? I would like to check its firmware, update it and see all the info about the...
Hello. I've got issue with TWI and power down mode. I modificated "ble_app_bps" example, prepared own service and characteristic and I added BME280 sensor. And almost everything...