I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Device: nRF52833
Board: nRF52833DK
SDK: 16.0.0
Soft Device: S140 7.0.1
IDE: SES for ARM v5.34a (64-bit) - Nordic Edition
Description of Issue:
I'm using the radio...
I am using nrfutil version 5.2.0 with Python27. I attempted to build several times and I got the same error. Please let me know what is " mergehex failed for an unknown reason...
My nRF52840 was recently corrupted. I was able to run through reset and downloaded the latest MCU 'J-Link OB-SAM3U128-V2-NordicSemi 170724.bin' onto the board. So now it shows...
We are preparing a product (based on nRF52840) for manufacturing and currently defining the production test process.
The product is hermetically sealed with no external...
Hello,
I'm currently implementing a multi-endpoints Zigbee device using an nRF52840.
This device is a router which have several "GROUPS" clusters (one in each endpoint...
Hi,
I've nrf52840, s140 with SDK17.2 and I was able to set REGOUT0 to 3.3V in 2 ways.
or
nrfjprog.exe --memwr 0x10001304 --val 0xFFFFFFFD
After that I do...
It is my understanding that the more antennas you use for AoA the more memory is required. I am trying to gauge how much memory and resources would I have left for other application...
Is there a way to configure the serial LTE modem application to communicate through the UART using a 2-wire Tx/Rx with Hardware flow control disabled?
I have read that you...
We are trying to switch main MCU that we use in our products into NRF52/53 series devices. We've chosen NRF52833 (aQFN73) for one of these devices. Is it possible to use only...
Hi,
I have a question about the LwM2M Client implementation for the nRF9160.
Can the LwM2M Object updated in a registration update or it is relying on a re-registration...
I have a situation where a customer needs to DFU some nRF52840 custom boards that we shipped. The firmware that I wrote used extended advertising and thus appears as a Bluetooth...
Hi,
I tried running the crypto sample example as part of the nRF SDK project on my nRF5340 DK.
I successfully completed as few tests and then fails while trying to run...
Hello Nordic Team I want to use the ble_app_beacon example found in SDK 15.3 on NRF52810 when NON_CONNECTABLE_ADV_INTERVAL is MSEC_TO_UNITS (5000, UNIT_0_625_MS). The program...
We are using the QDEC in an nRF52832 and our rotation speeds are 0 to 15rpm, usually around 10rpm. Is there any fundamental reason the QDEC can not be used in this case? We...
I'm trying to get the bmi160 sample to work with my custom nRF9160 board. I think the sample is quite old and not maintained. Unmodified (except fixing pure compilation errors...