I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
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...
Hi, I am using nRF52 DK with SDK 15.2 and SD132 for my project and use "ble_app_uart" as a reference. In my project, I want to start and stop advertisment manually through...
Hello Everyone
I am working on nRF52840 DK, SDK V-15.0.
How we can stop advertising? Which API is used to stop advertising?
Quick help will be appreciated.
Regards...
Hi, Nordic Team:
I am working with nrf52840 chip now,I want to use VDD output 3.3v. I have read the UICR Config Example and it's work fine when i use Keil to comp & download...
Hi, I'm working with the nRF52840-DK and need to be able to receive (slave) and generate (master) data on the same I2C lines. I'm aware this target doesn't support multi-master...
When selected, the link for the Linux installer downloads a .dmg file (same one as is downloaded when selecting macOS -- nrfconnect310.dmg). I'm unable to find another way...
Hello,
I am developing a device that will reconnect to an apple iPad if it looses connection and be able to send a couple of bits over ble_UART.
I have tried merging...
I see this error when transmission starts and after this RX simply do not work. Even clearing error not helping. Rx works fine when there is not any transfer done (firmware...
My environment: Keil 5; nRF52832 SDK 15.2 ; Softdevice S132 6.1.0
The uart bootloader code locate in the address: 0x70000 - 0x80000 ; (The MBR in 0x70000)
The application...
Hi,
I want to read and write MAX30100's registers. How can i do that? I tried a lot of solutions but I didn't solve that.
For example; MAX30100's address is 0x57. And...
Greetings!
I am using the SDK Mesh 3.1.0 and Softdevice 6.1.0 with the nRF52840 Dev kit: (PCA10056)
So, in my previous post ( https://devzone.nordicsemi.com/f/nordic...
I am using the nRF 15.2 SDK for Thread and Zigbee. I am currently trying to use the debugger in SES, but when I upload the code, SES complains that it can't find the source...
Hi
my devices use USB HID to PC now, and I have PC GUI.
I want use BLE send My device data to PC ( windows 10 )
if I use BLE HID services to PC
I need to do any...
Hi;
I am trying to add uart central to multilink central examble. I added some of uart part to multilink. i am trying to link two peripheral to central. when two peripheral...