Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Dear Team,
why is that the command " AT+CCLK" returns time with 2hours of difference? How should one compensate?
AT+CCLK? +CCLK: "19/07/19,19:57:30+08" OK AT+CCLK? ...
Using a multimeter and a Thingy:91 I've measured the current to
The nrf9160 ( infocenter.nordicsemi.com/index.jsp
The nrf52840
The total (measured between battery...
Hi,
The following article describes how to perform serial programming of nRF9160 on Thingy91: https://devzone.nordicsemi.com/nordic/cellular-iot-guides/b/getting-started...
I connected to nrfcloud using a SIM card from iBasis and the asset tracker example.
Is it possible to connect to nrfcloud using a SIM card from another vendor? (in my case...
We are trying to get the ble_app_uart project to run on an nRF52811 using Soft Device 113, since our application will require the LE Data Packet Length Extension. We started...
nRF51 - While trying to capture Bluetooth data via wireshark, i am unable to automatically split the capture files but the process works perfectly if capturing Ethernet data...
Hello! I am trying to modify the ble_app_hrs_freertos example to send actual heart rate sensor value to the nRF Toolbox app over BLE. I am able to read values from my sensor...
I have a customer requesting a Bluetooth solution recommendation with requirements that push me out of my comfort zone, hence looking for more expert input. The requirements...
Hi All
We have to send GPS data to Cloud but we do not have network so is this possible to send GPS data from nRF9160sip to ESP32 via UART communication
and after using...
Hi ...
how to send the particular message from client to specific server in mesh ? i am using mesh 3.1 version
i want to use 4 server and one client . client have to send...
Hi
We use the function "sd_ble_gatts_value_set()" for setting new values of a characteristic(not changing the length). This function takes between 120 and 260 us time to...
Hey,
I was wondering if I can write C++ code for the NRF9160:
Does the NRF9160 DK support C++?
Is SEGGER IDE compatible with it?
Is it recommended to use C++ in...
Hi:
I use the SDK 13.0 and nRF52 DK to develop software for the project. Based on BLE UART (NUS), the software do SAADC sample and transfer the data out in real time, The...