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...
I am trying to implement the MAX30105 pulse oximeter sensor along with the Nordic Thingy 52 application source.
I referred the sample ADXL375 code provided by Simon here...
Hi,
I got some issues with migrating from SDK 14.0.0 to SDK 15.3.0 on a project that was developped from the previous developper. I have already done a lot of migration...
Hi i am a college student working on Iot devices and i m working with hdc2080 and nrf52810 but there is not any ble peripheral source code for twi or i2c in the folder provided...
Hi, I have added the SAADC example into my BLE_UART example and SDK 15.03. i need to use ADC for sampling some adc data.
I added SAADC example code to my application and...
Hello Nordic team,
I'm currently working on a project on a nrf52840 DK with the SDK 15.3.0.
As central role, I have an external component that sends big chunks of data...
Hello,
I'm implementing some ble service that send node id, timestamps, accel values, gyro values.
So I'm trying to modify ble tms service at Nordic-Thingy53-FW .
I...
I have created a custome board for the nrf52810 after having tested its functionality on the development kit.
I have followed the reference schematics contained within...
Hi
Can you please point me to some documentation which shows how to run SD140 with freertos on an 840 chip?
Look forward to hearing from you
Kind regards
Mahendra
When I try to connect my device(iOS Application) to my peripheral(BLE Device), I want to send this passkey programmatically during the connection. I'm using BleManager but...
Hi,
a dumb question. For a board with voltage regulator installed is it allowed to connect SWD VTref to the regulator input (at <VTref1> point)? It's assumed that VTref...
Hello all
I've read various other threads concerning this topic, but I still can't wrap my head around it.
What I think I understand of this topic:
ATT_MTU can be...
Hello,
I'm trying to configure two TWI slave devices on the same TWI bus on my custom board(nRF52832). One slave is RTC, and the other is a biosensor. The TWI configuration...
Currently, I am using SES for development. So when I use the "Build and Run" option in SES the program runs properly. This also generates the .hex file in the Release folder...
I need to set HEX value (uint8_t value[7] = {0x56,0x45,0x52,0x53,0x49,0x4F,0x4E};) on my custom character to be read by my phone. but the value that is displayed on my character...