Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
Dear Nordic Experts, This one's a tough nut to crack:
The firmware is based on nRF5 SDK for Mesh 5.0.0 with nRF5 SDK 17.0.2 and Softdevice s132 7.3.0. It runs on a nRF52832...
Hello,
I am working on ble characteristics tutorial. (F00D, BEEF example)
I flashed the program and tried to scan my nrf52 DK on my Android phone.
Some parts of my Android...
I am designing with nrf52832 and experiencing some connection issues at 0C. The system gets disconnected every few seconds with 32k crystal, but no issue with RC oscillator...
Hi,
We want to upgrade our product from SDK9 to SDK12.
I already check the below questions.
devzone.nordicsemi.com/.../
devzone.nordicsemi.com/.../
devzone.nordicsemi...
Hello!
I have
uint32_t adc_value (from external ADC converter)
And try to send it value through ble. My code:
main.c:
....
for (;;)
{
Weighing();
power_manage...
This is somewhat a long story.
I have an app that I've written in mbed compiler (online version). I would like to have DFU.
At the moment, it seems like mbed OS5 does not...
Hi Nordic, I come from this question: devzone.nordicsemi.com/.../
So, my doubt is: what events are triggered in a slave channel while it is not communicating to a master...
good time dear Engineers!
Please explain how to use correctly HANDLE RANGE in functions of discovering.
I use CENTRAL with up to 8 possible connections to PERIPH, so pls...
Folks,
Have a very puzzling problem (which means I must have done something really silly :-)
Built a prototype in which the nRF52 section is a clone of the one in the...
Hi,
My team has created a custom board with NRF 52 and were able to flash the blinky sample successfully. The LED connected to P.20 is glowing on the custom board after...
Hello! I need to start a sequence of 26 pulses after getting low level signal on gpiote pin.
I can do it in gpiote event handler but I need it most of the time so I want...
I've been developing an application using the NRF52 DK and everything has been going as planned. I then made my own PCB which would take these modules by Rigado. The BMD-300...
Hi,
I am creating an application based on ble_app_hrs_c (central role). I have a few questions on this.
o I do not understand whitelist_load(). It first gets a list...
Good morning Nordic team,
I was measuring the nRF52832 chip in DC/DC mode. Everything went just as expected.
Now I was looking at the current consumption when the radio...
Hi guys. I have a EVK_NINA_B1 board which is based on nrf52832 and SDK12. I am trying to run the ble_peripheral/ble_app_uart/ from examples. I can send message through "nrf...