uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Hi,
I am having problems adding the MAX6675 device.
I using this code
and this prj.conf file.
and this overlay file
and try to build using the command line...
The JLINK driver is not working on my laptop although I see it; not sure why. When I plug in the USB a board LED flashes and I can change LEDs 1/2/3/4 with pushbuttons 1/2...
I've been getting Timeouts during provisioning with "Requesting Composition Data" when provisioning via iPhone using the nRF Mesh app and nrf52840.
I've had problems getting...
Hi Nordic,
I am trying to make the OTA part for the nrf52840 to be possible. My nrf52840 is connecting to the server through the 4G module, I am trying to receiving all...
I modified the ble_app_uart example to run on the PCA10059 by altering the flash_start, size, ram_start and size linker settings. I also selected two GPIO for the uart pins...
Good afternnon, my company is utilizing a board with a nrf52 chip + softdevice, we would like to start unit testing our framework and just overall use cases.
After researching...
I am building a Zigbee network of devices where the devices are moving around quite a bit. This means the routes from nodes to the gateway need to be repaired often. I know...
Hi ,
We are going to update our mesh software via DFU, follow the step of mesh 5.0 SDK DFU guide. we success build bootlader , data page, and dfu demo app ( Set NRF_SDH_CLOCK_LF_SRC...
I'm attempting to download the network core image using the procedure described in "Programming the network sample from SES". My app prj.conf file includes the following statements...
Hi all,
Just have a few Asset tracker questions if anyone knows the answer:
1) If using the nRF Cloud, and a custom env_sensor, what's the maximum length databuf that...
I have an NCS project compiling and running for nRF52840 (nrf52840-DK) and am attempting to transition this project to nRF5340 (nRF5340-DK). (Prior to this, I tested the nRF5340...
I've just received a new NRF5340-DK and am trying to compile and test the 'peripheral_uart' sample.
I'm using SDK 1.50.
When I loaded it into Segger via "Open NRF connect...
I have a problem with nRF5340 :
when building with west build -bnrf5340dk_nrf5340_cpuappns -p so I have a clean build and flash after that with west flash everything is...
I have an nRF52840 acting as a SPI slave to another processor. If I put the nRF52840 into a deep sleep mode, how can we wake it back up over SPI? I typically have only seen...
Hi Team,
SDK- nRF5_SDK_17.0.2_d674dde
SD - s112_nrf52_7.2.0
chip - nRF52810
I would like to reduce the power consumption during systemON by disabling unused...