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...
Is it possible to update from 6.1.1
To 7.0.1?
New softdevice does not fit if linker file FLASH address starts at 0x26000, that's why increase to 0x27000. ...
We are using UART peripheral from nrf52840. It communicates with a modem over the serial, but after receiving a random number of bytes, we get frame errors(the uart driver...
I am working on a custom board with the nRF9160 SiP. It comes with pre-programmed modem firmware. Header pins for UART1 and UART2 are provided on the custom board. Is it possible...
This is a strange one. I had a custom PCB that included an MDBT42Q module. After I learned how to program it, it worked fine. I made a slight revision to the PCB, and this...
I'm implementing a function which enters sleep mode and wakes up by interrupt like below..
Is this correct way to enter sleep mode? Do you know any other better ways...
Window10 nrf tag: 1.2.0 SES v4.4.2a
I'm attempting to code a one-shot mqtt function, but it fails in v1.2.0 whiile it succeeded in v1.1.0. I coded the below main.c by modifying...
Hello ,
I was working on BLE mesh implementation, It would be helpful if there is information regarding current consumption of different mesh nodes ( low power node, friend...
Dear team:
1.So how can I increase transmission withou improving TX power As for the transmission distance of nRF52832, apart from improving the TX power, what is the better...
Hello,
There is a particular task I'd like to accomplish, and I have been looking into the nRF52840 to do it. In a nutshell, I want to build a bi-directional relay for USB...
Hi,
i downloaded new SDK14 with example, after i upload hex from example in ble_peripheral/ble_app_hrs
I use s132 / nrf52
program stuck here :
ret_code_t nrf_sdh_enable_request...
Linker script `nrf_common.ld` in nRF5 SDK v16 defines __etext to point to the end of the .text section. It needs to be 4-byte aligned according to comments in `gcc_startup_xxxx...
Hello,
In order to try and implement passkeys, I've implemented my program inside of the glucose app example. The project compiles + runs and crashes sometimes randomly...
Hello everyone, just a quick question.
When routing on the nrf52832 WLCSP package, I noticed that the only inner pin "required" for use is the pin to enable DC/DC (Pin B6...
Hey guys,
I want to create an accurate timer without interrupts. My timer has to be very accurate because I have to send HIGH and LOW signals for 1us. I have read this pos...
Hello.
Currently I am trying to merge the peripheral example ble_uart and saadc examle. My little project is to send potentiometer values over ble.
As of now I have copied...