Hi, could you please tell me if my assumptions below correct?
Measuring a (ratiometric to VCC) analog signal and selecting VDD_1_2_PS as the reference selecting AIN_NO_PS...
When I initialize the SoftDevice with SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false); // Sets up Crystal Source to 20ppm 32.7628kHz
The project I based...
I am trying to make a product with NRF8002B. I finally have the product prototyped. The user will connect to the device, beep, light up, and track. It will always stay on...
Please,
It seems that "Flow Control" signal is not available on nRF24AP2-USB.
EVENT_TRANSFER_TX_START event message appears only one time after the first data packets...
I am looking for cheapest (up to few hundred USD) and simplest Arduino basic solution to track real-time RFID tags distance (also direction if possible) without additional...
Hi all,
I am new to Nordic semiconductor but I could be interessed by nRF9E5. To check if it could fit my requierement, I would like to know if it possible to configure...
Hi there,I am using the PWM library in github github.com/.../nrf51-pwm-library . After I do this in my project and I check the pin output with Oscilloscope but didn't see...
I have a product that was released a few months ago and is operating in-the-field. Recently we discovered a bug and need to fix it. We are unable to do a DFU because:
...
Hello,
DEVICE_MANAGER_APP_CONTEXT_SIZE should be less than 256 bytes in size.
However, it seems to work properly (not fully tested) whith a size of 800 bytes, and no more...
Hi all,
I want to make sampling from microphone at 16KHz. So I want to first disable softdevice, do all measurements. An after that enable softdevice to transmit data. Will...
Hi,
Recently, I am playing around with the NRF51 dongle and trying to make it work as a BLE master.
However, when I run the sample code(e.g. advertising, multi-link .etc...
Hello, i am seeing a strange behaviour of pstorage module and i don't understand what is happening. I have read links below:
pstorage-problem-on-power-off
saving-data...
Hi,
I haven't been able to find a clear answer to this.
With the ESB protocol, a payload can be stored in the PRX TX FIFO to be sent back to the PTX as part of the ACK...
I have some nrf51422s beacons and wondering if they can send and receive data. So I want it to keep transmitting its id and signal strength but if somebody is reading the...
I am trying to implement the ANT+ Environment Profile using the nRF51 DK and I was wondering if anyone had done this and could point me in the right direction to start. I...
how to synchronize multiple NRF52 them?
Should I use a router? What route do you recommend for development?
Otherwise many people tell me that the Bluetooth has a very...
Hi all,
I create 4 timer in APP, and there seem only one timer (work in single shot mode) can not trigger by right ticks.
I add some log and find that:
First I...
Noticed in ant_parameters.h
#define MAX_ANT_CHANNELS ((uint8_t)15)
First question: is this correct for nRF51?
Second question: is nRF51 going to support 15 channels...
Sorry for the newbie question -- I am new to programming microcontrollers.
I would like to know if it is possible to program the nRF24LU1+ to behave like a USB host? I...
Hi!
Is this correct scenario to minimize battery usage for radio tag transmitting 8 byte packets at 3 Hz?:
setup:
turn LFCLKSRC on with CLOCK_LFCLKSRC_SRC_Xtal...