Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
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...