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...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
I had some issues with Errata so I tried to build a simple BLE app like Blinky.
The errata functions all compile as return false. For example, nrf52_errata_108
What...
I would like help in understanding the limitations of the NVRAM. The documentation for the nRF52840 and the nRF52832 are different. This is what the nRF52840 reads:
Do...
Hello all,
I am new to BLE mesh programming. I want to develop a multiple sensor client-server model where sensor data (eg. temperature values) from multiples nodes in a...
Setup:
- MESH SDK 4.1.0
- nrf52832.
Consider the following scenario:
- 3 nodes (A/B/C) are provisioned on the same network.
- I'm using a custom model with reliable...
Hi Team,
nRF52840 boards are getting fail continuously not able detect by Host computer.And the boards are no more useful and all boards are brand new only One day we have...
Hi,
I am trying to enable Bootstrap support.
Therefore I set "CONFIG_LWM2M_RD_CLIENT_SUPPORT_BOOTSTRAP=y" in prj.conf.
I also set "CONFIG_APP_LWM2M_SERVER" and the port...
I have built boot-loader hex file from SDK 12.1.0 secure DFU project, without any changes except for public_key.c file.
I am referring to steps mentioned under
Combine...
Dear all,
Hi, I'm Eric.
I m studying spi communication used nRF52832 base on SDK 14.2/example/spi.
That examsignal is below picture 1.
But I want to delay between...
Hi--
I noticed something rather peculiar on the built hex from segger that is programmed onto my nrf52832 chip (firmware image).
The hex looked as expected, until i got...
My ble_peripheral is bonded to ble_central, How do I upgrade at this time ? If you still use the mobile phone APP to upgrade, you need to erase the binding information, and...
Hello,
I encountered a problem when installing nRF_connect on a new computer. As shown in the picture, the attribute "middleware" of null could not be read. Opening all...
I am using as template the MQTT sample app from NRF Connect 1.3.0, for which I want to create my own application modules, I have added the .c files to src, but I am having...
Hello,
We are using the Serial port library with two UARTEs. It defines two instances of the serial port interface: one for receiving data, and one for sending data. After...
Subject pretty much explains the problem. One can just get power from a USB interface, but if I plug our nRF52840 into such an interface, it does not appear to boot into its...
I am trying to use serialization to connect an STM32F4 to an ISP1705. My goal is too connect to other BLE devices and read some measurements. I have tried a few of the examples...