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...
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,...
Hello All,
I wanted to sniff ZigBee Packets using Wireshark SW, I am following the below link for the setup,
https://docs.nordicsemi.com/bundle/ug_sniffer_802154/page...
Hi everyone,
I am getting this build error while I am trying to call a function from gpio.h in my custom code
Looking at my includes I see this
This is a really...
I am developing an application that uses NCS2.8.0.
For FW updates, the nRF52833 USB ACM bootloader is enabled.
However, there are some problem.
My device has a battery...
I am trying to use Eclipse+GCC for my projects. I found a similar issue as stated in the following post:
devzone.nordicsemi.com/.../nan-29-nrf51-sdk-no-project-files
...
I am having trouble getting up and running with the development kit (without the starter kit).
My setup is as follows:
The PCB antenna module is hooked up to the JTAG...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
Hello,
When the Ant stack want to transmit a packet while the BLE stack is using the radio, an event called EVENT_CHANNEL _COLLISION will be returned, is that...
Hello,
when the device NRF8001 starts Advertise, it sends out only one packet and unexpectedly terminates with a fatal hardware error in "ll_ctrl.s0.c" line 572. This happens...
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] =...