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...
Hi, Is it possible to order nRF5340 QKAAD0? This one is on DK and the last IC version? As I can see, your distributors e.g. Mouser only have nRF5340-QKAA-AB0-R/R7 but this...
Hi,
I am using nrf52832 development board with s132 softdevice and SDK17. I want to add the DFU service to this application so that I can update the firmware to the device...
Hi,
In the Enhanced Shockburst User Guide, there is a brief discussion about the required bit pattern of 1st on-air byte of the base radio address
(which immediately follows...
If I use nRF Connect to connect to the Peripheral and the Subscribe to Notification Characteristic I can see in the "Enabling notifications" in the log (however no notifications...
Hello
I use sdk v17.0 and nrf52832.
I'd like to use 1-channel PWM and 2-channel PWM. However, an error is output from the pwm_enable when using these two together.
...
Hi,
Following are my working environments:
Product: nrf51422 Evaluation Board
SDK: nrf5 SDK v10.0.0
IDE: Segger Embedded Studio
Programmer: Segger J Link
I was...
Hi,
We have a device that is using Nordic's ESB protocol. We want to use different frequencies to avoid collisions and for that we also need dynamic frequency handling....
Hello,
I have two questions:
How do I access the gpio pins of nrf52840 dk? what example program from nrf5 sdk can I use as example?
Is there a simpler example program...
Hi engineers,
This is my timer init code. I place it before functions timers_init() and ble_stack_init().
app_init() includes led and timer init function.
Cheers...
Hi all,
I am now evaluating the BLE 5.1 supported chips. I see that s140 support ble 5.1 but I see nrf52840 can't support aoa. Is that I need to use nrf52833 with s140 softdevice...
I have tried this demo (SDK17) on a few different Windows machines and they all give the same error for me. On plugging in the SDK after loading the demo Windows tells me...
There is a similar case where the user mentions that he fixed his issue by "changing the compiler" with no further explanations. https://devzone.nordicsemi.com/f/nordic-q...
Hi
I am using nrf52832 (S132) with SDK17. I want to store some data in the flash memory dynamically. So what would be the maximum and minimum flash memory that I can utilize...
I would like reduce TX Power in DFU secure bootloader, I would like use sd_ble_gap_tx_power_set function but I faced with the following problem, I don't know how to get conn_handle...
Hi
I am working on the GPS for Thingy91. The Thingy91 is able to get the fix when I am outside and test it. However, when I am in the building by the window or on the balcony...