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...
Hi,
Recently, I've found a reset issue with my device by ble_nus_data_send error when ble is working.
But the error code is 0x3401(Please, refer the picture). What does...
I'm working on augmenting an existing product that is based in the nRF52832. We've been using a handful of timers for some time without apparent issue. I added another timer...
Hi,
We are using the modem firmware V1.2 and source code ncs v1.2.0. Problem: we are using the TLS connected socket to amazon cloud and after about 12 minutes of doing:...
Hello,
I'm a beginner in NRF52832 module.
I want to test saadc + bluetooth communication.
So, I searched
https://github.com/NordicPlayground/nRF52-ADC-examples
this...
Hi,
Is there any way we can measure performance on nrf5340?
We have an IRQ event handler for ISR and we see that whenever the event handler is invoked, main function...
Hello,
i have a strange issue with my analog input. Every few seconds (not the same database) my signal is getting pulled low.
But i dont know why. The external signal...
I been having an issue using the ZB_ZCL_REGISTER_DEVICE_CB to know when the ZC writes to an attribute that is of type 0x42 String type. It seems that the callback id changes...
Hello,
Whenever we reset our custom board with the USB cable plugged in and powered, the NRF_POWER->USBREGSTATUS has a value of 1. It will not go to a value of 3 ( OUTPUTRDY...
Hello
I meet a build problem, could any one help me solve this?
Mesh build enviorment: ubuntu + cmake
build command: cmake --build /home/yuguorong/work/nordicMesh/build...
Dear community,
I am using the nRF52840 dongle with the connectivity FW and set the max number of connections to 10 in the connectivity firmware (of course the RAM area...
Hello! I have a few questions and concerns.
1) There are two UARTs on nrf52833. UART0 and UART1. How do I get them to work properly? For UART1, work is available only through...
hi ,
thank for your browse,when i develop my keyborad,there is a problem in the use of usb.
this is my board hw:
and use pca10056 kd,and program the hex of road...
Hello, everyone!
I have arduino nano 33 ble board. I understand that this board contains nrf52840 and can be used in nrf sdk. I will connect the debugger pin and J-link...
Hello!
I am using an saadc examole to get sensor value using AIN3 and sending it on ble but now i want to make it interrupt base example can someone help me out how to do...