Hi,
The situation:
I was able to successfully receive known packets from a device running gzp_device_dynamic_pairing, from, the host running the gzp_host_dynamic_pairing...
Hi everyone
nrf51822,softdevice s130 2.0.0
now i used softdevice s130 establish two connection as a central with two s110 peripheral device,at the same time i establish...
Hello , I want use nrf24lu as "Hos" and nrf51822 as 'Device'.
I need some info about nrf24xx whith gazell .but I can't find info bout those param like:
typedef enum...
When you download win driver (from www.nordicsemi.com/.../72324929 for instance). There's only a win32 dll/lib provided.
However, modern development are often made on 64bits...
hello, Nrf24LU (Rx) , nRF51822(Tx).
The Nrf24LU Can only receive one packet。
if I use this function twice , like this:
The Nrf24LU can receive Continuous.
I guess The...
Hi,
I use SDK v10, S110 v8 and dfu_dual_bank_ble_s100_pca10028. My application has dfu support.
I reset to bootloader from application after writing 0x0104 to dfu control...
Just do
NRF_POWER->SYSTEMOFF = 1;
in main()
and found if it's boot by powerup
the current is 10.4uA~10.5uA
and if a re-flash the hex, the current is 1.4~1.5uA
...
Hi,
Everyone,
I am using NRF51422 chip for my custom board. with transmission interval set to 2000ms and Tx power to -20 dBm, I transmit 32 Bytes BLE data and Scan and...
I use the softdevice which is s130.The code is from the demo:
static void nus_data_handler(ble_nus_t * p_nus, uint8_t * p_data, uint16_t length)
{
for (uint32_t i =...
Hi,
i'm using SPI to transfer data divided into packets of 24 bit from NRF51 to a DAC. The function that allows to send data is:
spi_master_send_recv(SPI_MASTER_1, data_vector_tx...
I'm having trouble starting my application after power cycling after flashing it with the DFU app.
I started nRFgo Studio. Erased the chip. Programmed the SoftDevice (s130_nrf51_2...
I was just wondering if anyone has any experience with or thoughs about using Zephyr ( www.zephyrproject.org/) or Mynewt ( http://mynewt.apache.org/) that they would like...
Hello all,
i am struggling with the example code of the Enhanced ShockBurst Protocoll in SDK 11. I cannot really see the structure of the code, to which time which event...
Hi all, in the forum I can read about people having issues with wrong CRC in the bootloader, but with SDK11; I have the opposite problem. It is always 0 and is always accepted...
main.c Hi,
I am having an issue with I2C transaction in my program.
There are two sensors(Touch and Temp) connected to the I2C bus. Touch sensor is working well when...
According to the official tutorial must before the MCU is powered on hold button 4 to enter DFU mode, detected that I how to achieve a certain GPIO port high level into DFU...
Hi,
I am designing a system that will include an nRF905 transceiver. How accurate should the nRF905 oscillator frequency be for each receiver/transmitter in order to ensure...
Hi all.
Knows anyone someone who use this module with power amplifier ??
Rf module nRF24L01+PA+LNA . I test it .. but still have same distance like module with no PA .....
I'm working on designing a very small footprint PCB with the 52832. Not much ground plane (PCB area is 25x30 mm). What would be the general recommendation for a small chip...
Now we use the SDK V11 I2S sample program to collect data of digital microphone. We want to get the frequency of the sound and the dB value size.I don't know how to calculate...