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...
Hi, I am trying to perform an OTA DFU of SD + BL on nRF52840, upgrading the SoftDevice from 6.1.1 to 7.0.1.
I have been able to do a DFU of application only, and it works...
Hello everyone. I have the following issue: I would like to connect some Nordic Thingy:52 nRF6936 devices in a mesh network, using the application nRF Mesh . In theory, the...
Hi,
We are in the development stage of a project using NRF9160. We would like to know which one is the stable version of NRF connect SDK. In the , git we can see tags like...
I have a non-secure app targeted at the nRF9160-DK platform and use SPM as the secure app. I can apply a device tree overlay to SPM to enable peripherals from the non-secure...
Hi,
We are creating an application that requires LTE connectivity, GPS and communicating to a server using HTTPS. We used the HTPPS client example as a starting point and...
Hi,
I'm quite new to the nRF environment and am trying to run one of the nRF5 SDK examples (ble_peripheral -> ble_app_uart -> pca10056 -> s140) on a custom bord with BT840...
Hello everyone, I have a problem I am trying to merge to project using I2c and Uart, So I copy the code from the uart example in the sdk.
I can read on the debug terminal...
Good afternoon, I am trying migrate from ARM compilar 5 to 6 some examples of the SDK 16, but i have some problems with it. I was wondering if a version 6 compatible sdk would...
Hi
I am using the provided example ble_app_queued_writes to send 256 bytes in each call.
It is taking around 13 seconds to transfer 3136 bytes:
12 calls of 256 and one...
Hi,
My project is currently using NRF52832 with Mesh 4.1
After update from SDK15.0.0 to SDK17.0.0, everything just works fine except my button.
I am using P0.18 for...
Hi,
currently we are developing a firmware for 52840 based on the nRF5 v.16 SDK with Softdevice 7.0.1 on a custom board. We are able to connect and bond up to 5 devices...
Hey all,
I have a custom board running nRF52832 with Softdevice S132 v6.1.0 and SDK15.2. My application requires me to start advertising without any manufacturer data...
Hi
in our device, HFXO is running permanently. There is an external LFXO running permanently as well.
Now I'm wondering what would be the additional current draw if we...
Hi community !
I create a model to send a string over mesh and it's working well ! The only thing which is strange is when my string is 9 bytes long (or under), the message...