Hi, I'm trying to use BLE OTA with an external memory due to my application is too big to do it only with the internal memory. When I use OTA config with internal memory,...
I use NCS2.5.0,and I noticed that there are two files(bluetooth.h and scan.h) can help to set scan parameters.Is there any difference betwen these two files?Can I call the...
I have a project where we did not populate the external oscillator for our custom board which has an nrf5340 on it. I did most of my BLE testing on the nrf5340 devkit and...
Hi there,
We have an Icarus IoT board, which uses an nRF9160 SiP. I am trying to get the nRF Cloud Multi Service sample to work. I am getting the following errors:
mqtt_connect...
I have a custom board that uses nrf52832 and I would like to add FOTA support using Bluetooth.
When I build the code using the nrf Connect inside VS code, it creates a DFU...
Hi
I'd like to be able to stay in mcuboot after a reset if requested by the application (feature mention here https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/services...
Hi!
I started working on low power modes on the nRF54H20. The first goal is to put the device to sleep and wake it up using a GPIO button from the DK.
I reviewed the power...
Hi,
I am trying to test an external nor flash(as SPI slave) with the mKit dev board (as SPI master).
I was looking at the SPI examples and a bit confused about them...
Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
Dear all,
we're at the pre-production stage, I would like to ask here in the forum the suggestion and/or your experience with fabs in Europe.
What we are looking for...
I use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
Hi all
I’m trying to use the OTA DFU with nrf51422 SDK 6.0 and softdevice s310 V1.0.0. I were supposed to use the nrf tool application for android, but I can’t make it...
Hi
I added some random data under scanned Response as manufacture specific data .Iam using NRF_sniffer & wire shark to view the advertising packets.But in wireshark i couldnt...
Hi All,
We am trying to check and interface Nordic's EMK with custom board running android kitkat.
Problem is we cannot access internet/play store from custom board...
Hi,
I'm using nRF51 BLE driver on PC to simulate BLE peripheral using PCA10000 v2.2 dongle.
I need to add some functionality to the default connectivity app. So I compiled...
Hi, and thanks for reading this.
I attached additional LED to nRF51822 p0.24
however I can not find how to handle it .
if I want to use this function
nrf_gpio_pin_set...
Hey.
Hope this was not asked before. At least I did not find it.
I'm trying the ble_app_hrs_c on s120. Got it to build with gcc (d'oh) and got the serial logging to...
I want to make a robot that can track the direction of the transmitter that is controlling it, for example to aim a camera at the transmitter. The robot vehicle will be controlled...
Hi!
I use nrf51-pwm-library ( github.com/.../) to control brightness of LED RGB light source and it works ok till I don't want to adjust brightness slowly (dimming function...
Hi!
Maybe I'm doing something wrong (very possible), but for example, when I want to store array of 3 uint8_t values I use:
uint8_t dataToStore[3];
dataToStore[0] ...
Device: nRF51822 Rev G0
SDK: v5.2.0
Code: raw.githubusercontent.com/.../twi_hw_master.c
Basically, the TWI driver which uses PPI channels (sd_ppi_*) works perfectly...