Hello, I have been trying to install nRF Connect SDK v2.9.0 for 2 days. I am currently using Linux Mint 22 Cinnamon and git version 2.43.0. When I try to install it via toolchain...
I want to automatically reconnect to my peripheral (nrf5340 DK) from my central (phone) when there is an accidental disconnect (out of range) which I am simulating by resetting...
I'm having a lot of new trouble posting to devzone. I can not drag/drop files. It keeps suggesting "An error occurred. Please try again or contact your administrator." This...
Hello!
I threw away the Sparkfun board and replaced it with a nRF9151DK board; I'm hoping to get it work now, after trying for a year.
I'm using SDK 2.6.1 and 2.8.0; the...
example Matter_light_switch in vs code
version using nrf connect sdk -> v2.8.0
manage tool-chain version v2.8.0
nrf52840dk
getting error while building code
...
Hello,
I have a few questions about the nRF9151 DECT NR+ modem.
I see that from the docs that the max TX power is 19dBm, so it's a Class III device as defined in section...
Hi,
I am using nrf52840 to develop a product. I use NCS sdk v2.5.0.
I developed a project based on the [Bluetooth: Central HIDS] example in the NCS SDK. This example enables...
Hi,
Can the value of NRF_RTC1->COUNTER be read safely from the main loop without first stopping the RTC or temporarily disabling the RTC1 interrupt etc? (nRF51822 or nRF51922...
I used the nRF51822 Evaluation kit and flashed the BLE_proximity example on to the PCA100001 board.
In the master control panel the USB dongle measured -46 dBm(Nordic_prox...
Hi all,
what if I want a sensor network in my house with BLE. Can I just install, for example, 16 nodes in my house and connect to all of them with one iPhone? Or would...
Hello,
I am currently using nRF24L01P with TI CC2591 in my RF module product.
I have a doubt that need your help to clarify.
Does the antenna impedance given in the...
We've been trying to user the AES hardware module in ECB mode.
To do that we used the sd_ecb_block_encrypt function.
Is this hardware accelerated? Based on power consumption...
Hello,
I would like to know if I could interface the nRF51822 with an Arduino Mega Board. Could you give me some advices to do that?
Thanks for your help
Hi,
i need to use a watchdog in my application. I read that i can use the build in one, but i thing my configuration or the usage of the watchdog is wrong.
here is my config...
Hi guys,
I am getting started with your nRF51822 dev Kit. I got the nRFGo Starter Kit (nRF6310 Rev 1.4 mother board) as well. Most of the examples work as expected. But...
Hello,
I'm trying to do a millisecond counter using app_timer but the callback is never called. I think I have missunderstood how it works.
I've tried using the app_timer...
Hi,
Im trying to send 20 packages of 30bytes each as fast as possible, so I created the following loop:
for( pack=0; pack<20; pack++)
{
w_tx_payload_noack(30, MegaBuffer...
Hi all,
I have a custom board with the Nrf51822 BLE chip and it works in broadcasting mode without connection only. Basically it sends the advertising data on an established...
Hi
I have some problems about using your Master Emulator API. I want to write a dynamic link library with C++, but I don’t know how to invoke the MasterEmulator.dll.
The...
I'd like to use LPCOMP. I'd like to get rid of the 12K pulldown on SWDIO.
I can tell from PCN-082 that QFAA CA and C0, as well as QFAB AA and A0, will let me do that. ...