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...
Hello to all,
I have a problem with nrf52840 DK board, it was not detecting in nrfConnect with PC.
Previously it was working but when I had checked one sensor which is...
HI , All
I am debugging connection of "Chromecast Remote Controller" with ble_app_interactive.
I am trying to implement ble_app_interactive on nrf52832 as my application...
Good Afternoon,
I am using NRF51822-QFAA as ble remote in central mode. It connects to ESP32 and send the command for changing it's mode. I am using the RF module YJ-14001...
hi
my board nrf5340 do not run any ble example . it creates build and everything is good in softwre while running. but when i try to receive any signal from board of blutooth...
Hello,
I am new with nordic boards. I am using an nrf5340-(P)DK.
I bulit and downloaded the perhipher-lbs sample successfully to the board.
However, when trying to discover...
Hello All,
I am developing thread base system.
I am using SDK - nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8
Dev-kit - nrf52840
I am using mtd code for development...
Hi,
My project is combined 'Multi-link Central Example' and 'ble_app_uart', so that it is a central that can be connected to multiple peripherals and a peripheral that can...
Hi, do you plan to upgrade FreeRTOS? In nRF5 SDK v16.0.0, there is FreeRTOS v10.0.0 - at the time of writing, FreeRTOS v10.2.1 is available and it comes with a few fixes....
Hi everyone
I am in the process of designing and developing a product. And I think there may be someone having some issues with connecting their displays to the NRF5340...
Hi,
I am trying to implement FOTA in my application. I can implement non secure bootloader and run successful
in prj.conf
in main.c
And Now I am need to add...
My team is developing an IoT application that transmits sensor data from the nRF9160 over the LTE-M network to a database. A few questions:
1. Is it possible to use the...
Hello to all,
I'm working on a project based on sending data collected from a sensor network to a Zigbee Coordinator: the sensors are End Devices and must be tied to a Coordinator...
hi professor,
According to peripheral project of nrf connect sdk 1.4.99, I add some function to achieve spi and usb and filesystem.But the ble run abnormal.When run bt_enable...
Hi,
When nrf_twi_mngr_schedule returns error as NRF_ERROR_NO_MEM what are best practices to handle that error. Do I re-schedule another transaction or is there a more robust...