Hello,
I'm just starting with the Power Profile Kit 2. I've read all available documentation but I didn't find any information about the switch SW1 called 'POWER'. There...
Hello,
We are developing a Cellular IoT device based on nRF9160 SiP. Essentially it is a battery powered temperature and humiduty sensor, that sends the measurement data...
Hi,
This is a followup on https://devzone.nordicsemi.com/f/nordic-q-a/119259/synchronisation-between-tx-and-rx-in-connectionless-direction-finding
We now have a synchronised...
Hello, I'm having problems trying to make the MODBUS RTU Client code work on my board.
I'm devoloping with nrf Connect SDK v2.1.0, using Visual Studio Code.
The board...
While collecting 2-byte samples via SPI4 (with a 32 MHz clock) using PPI and timers—one triggering transfers at 400 kHz and another handling an interrupt every 512 samples...
I am having issues using a keypad to wakeup an nrf52840 and am unclear on if the GPIO sample is relevant if using a kbd_matrix device definition. I would like to use "sys_poweroff...
Hi,
I'm using an nRF52810 on a custom board and I'm using softdevice s112_nrf52_7.2.0_softdevice.hex.
I want to write some information (just 4 bytes) to flash memory,...
Hi,
I'm trying to install Master Control Panel v.3.5.0 on Win7 64bit but I get the "Master Control Panel Setup Wizard Ended Prematurely" message. I have .NET Framework...
It would be very convenient to increase the output power of nRF51422/822/922 with at least 3-6 dB in order to get enough range. I'm currently not using nRF51422 for ANT, only...
with 1.16.0.3031 I cannot recover but I still can recover in Linux using a tweaked Makefile.posix
I don't remember this problem with previous version. Hence it must be...
I have tried to configure the nRF24A2 chipset in the asynchronous transmission mode by setting the bits in the extended field assignment. Unfortunately for some reason, it...
Hi,
I want to use 51822 to communication with 24l01,the 24l01 module is transmit temperature data, the 51822 is used to read the data from the 24l01.I set the parameters...
Hi,
I recently started on the nRF51822 Evaluation Kit and got the blinky code/example running. I then tried getting the Heart Rate application going but noticed when I...
Hi,
I want to use the nrf51822 to communicate withe the old module of 24l01p, in the module of 24l01p, the Address is
addrofch[0] = 0xe7;
addrofch[1] = 0x7e;
addrofch...
Hello,
I've been trying to get my TWI device working in conjunction with the BLE stack (i.e. s110 softdevice is enabled) on a nRF51822.
I found another thread with an...
Hi,
I want to use the 51822 to receive data that from the module of 24l01.the Address is
addrofch[0] = 0xe7;
addrofch[1] = 0x7e;
addrofch[2] = 0xe3;
addrofch[3] =...
Hi,
Can any one tell me, what will be the current taken by internal flash of Nordic for
write and read operation and what will be the max time nordic will take to write...
Can someone familiar with the nRF51822 timer infrastructure confirm for me what the maximum achievable PWM frequency is, assuming 8-bit resolution? I've been weeding through...
We got the new sdk and ported the "Alert Notification Profile" to the EVM board. It can communicate with the the Master Control Panel. We want to know whether it can communicate...