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
I am using the nRF52840 with an external sensor which I need to config (nRF is the master). after this, nRF is acting like a I2C slave (twis) and i like to trigger an...
Hi,
I'm making my own program to upgrade the nRF9160's modem firmware over SWD. So far, application note nAN41 has helped a lot, but I'm getting stuck when trying to get...
Hello.
I need to transfer files from a phone to a BLE peripheral device. I have a small FatFS filesystem on an external flash chip on the device, and I'm now trying to decide...
Hi,
I have just setup the nRF Connect SDK for the first time. I am running Ubuntu 20.04 in a Virtual Machine. I followed the instructions in the "Getting Started Assistant...
Hi!
I'm trying to prepare FOTA firmware using instructions provided by: FOTA upgrades but it seems not working.I have couple of issues and questions. Please help me.
My...
Hello,
I have been experimenting with the new VSCode extension for the last week or so and I've noticed some issues. I understand that this is a currently a beta release...
Hello,
Is it possible to receive a review for a board i'm developing??
This board is to be used as a Raspberry Pi Hat to be able to communicate using UART between RPi...
How to recover communication due sequence number. (Could be due of PYACI serial hardware changed/dammaged). Is there any command to reset or know sequence number of node....
Hello all,
I'm developing a BLE CGMS application based on the experimental example on the SDK folder.
Now I working in the timing characteristics and I could see that...
It looks to me like there's usage of the 32 bit milisecond timer in the mqtt client.
It seems to me that mqtt_elapsed_time_in_ms_get(...) could calculate an incorrect elapsed...
We're using the nRF9160 with an external main microcontroller, and communicating with it over SPI. We're evaluating the lowest power modes of our custom hardware to make sure...
1. I want to minimize current consumption (5uA - 10uA) in nrf52832.
2. We are using the soft devices in it.
3. Please tell me all possible SDK configuration settings for...
Hello all,
I have a BLE central application based on nRF Connect SDK V1.6.1 and a BLE peripheral application based on nRF5 SDK 17.1.0. The peripheral wakes up on interrupt...
Hi
For the qualification we need to know the values of the parameters listed below. Our hardware uses a nRF52805 and can operate in both ESB and BLE mode.
Operating...
Hello Devzome Users,
I have a problem with running my codes on other computers. The project runs on my PC very well which I coded original.
I would like to test it on...