Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
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...
I am researching a way to send audio from a Microphone on an APP in iOS or Android and came across the Thingy:52. Is it possible to get some guidance on the App side to transmit...
I would like to use an analog microphone to generate a voice signal, measure it by an ADC, and then transmit the sound to the host. This is the cheapest solution, but I'm...
Hello,
I'm trying DFU from here . It works successfully with nRF52833 DK Board before Appendix 1.
The question is how to combine all which it is bootloader + sd +...
Hello all, I have question about ppi.
Like code shown above, I'm using ppi.
Here, MUX_INPUT_2 and MUX_INPUT_3 are name of pin.
I'm changing their state: from low to...