I read this older post ( devzone.nordicsemi.com/.../) and have a similar issue but with enough differences that I felt it was worth a new question.
I have an STM32 MCU...
I am having an issue with running the initial blinky example that came with the nRF51 PCA10028 SDK in the Eclipse IDE . I will include screenshots of the issue. I believe...
I use nRF51-DK and nRF51-Dongle for a BLE sniffer.
Always the sniffer fails and marked with an error "Encrypted packet decrypted incorrectly (bad MIC)".
It can not be...
Hi,
I'm using long write in one characteristic but if I try to configure this characteritic with write authorization (attr_md.wr_auth = 1) it doesn't work. I need to send...
Hi, I disassembled an Acer Mouse and saw a chip named "NRF A 3152c 1517UH". Can anyone identify the chip or provide me with the data sheet for it.
Regards,
Steve
After i asked this question , i changed to use SDK 8.0.0 hrs "s110_for_dfu",
As the same step to try,
i downloaded softdevice(s110) & bootloader(for 8.0.0)
then opened...
Hello All,
I am trying to create multiple threads for an individual tasks. But when I am creating new thread my program is not working and it's going into some infinite...
I'm using nfr52 with softdevice s132.
I want quickly perform flash write during power loss.
When I realize write using fs_store() I obtain time more than 5 msec.
How can...
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...