Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
Hello everyone,
i encounter a problem on building my application that uses BLE and a I2C ssensor. If I build only the application without a Bootloader there is no problem...
ISSUE: The spi driver does not seem to send/receive data and returns a (-5) error IO-ERROR
QUESTION: What is the details of the error?
The "spi_transceiver" should perform...
Hi,
I am facing following compiling issue while integrating the buttonless DFU to ble_app_uart code.
I have done whatever this case has instructed. Still i am getting...
I have set APP_ADV_INTERVAL to 100ms. Now when my device is rum=nning i want to manually change it say to 1000ms/300ms.Kindly assist how can this be done for ble_app_beacon...
I would like to use the flash in legacy way. My application collects data in small chunks and I would like to store it in a continuous area.
The recommended flash manager...
I succeeded in implementing the desired function using the NRF52832 development board.
I had to modify the project to include the NUS function of NRF52810. However, it has...
Hello, in zephir/include/drivers/can.h, in can_set_bitrate there is an error - you define local struct can_timing timing, but timing.sjw member wasn't initialized nor later...
In a previous post Related post it was mentioned that the below posted code would allow for a transmission of 20 bytes. However when I try to run this code I see a reported...
Hi everyone,
So I am having this weird behavior when i try to use the PWM with pin(1,9). In my case, i want to do pwm with a number of pin most of them are in port 0 like...
Hi support team,
We're planing to implement the scenario like this. In the mesh network, there are a few LPN nodes (i.e., 10 nodes) and one server node(non-low power node...
Hi,
Just need a quick checking on this.
Currently we using nRF5 SDK, after production, is it possible we OTA update the firmware which using nRF Connect SDK?
This...
Hi,
I tried to build and programm this DTM example from this SDK example: ncs\v1.6.1\nrf\samples\bluetooth\direct_test_mode
I got this following error. Do you know where...
Hi,
With the NRF Connect / NCS SDK, I can build the asset_tracker and serial_lte_modem without issue.
I want to make my own project, so I copied asset_tracker entirely...
Again I am asking a question I should not because I cannot find it documented.
I get a pairing request from the central. I need to respond with sd_ble_gap_sec_params_reply...