Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
app : nrf tools on git hub
s130: sdk v11
s110: sdk v8.1.0
example : nrf_ble_uart.
after modify, it happen, is there some definition shoud modify in app?
by the war,the...
Hi......
the board advertising correct,and it work normal (connect,send and receive data),bug it's name can not display in app scan menu. the definition is "liu",but displaying...
HI,
with the new version of the bluetooth website, i can not find the link to overview the profile,service,characteristic and something else related to it.
thank you.
I've developed my BLE application that is based on nRF518822 and softdevice S110 v.8.0.0.
I've defined 6 services (4 with 2 characteritics each and 2 with 1 characteristic...
I can get right value when I chose QDEC_SAMPLEPER_SAMPLEPER_512us in slow application ,but in my application my max data rate is more than 2k, so the QDEC value is less than...
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...