Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
I am a new comer to the nRF8001.
I am using Redbear Blendmicro (nRF8001) for my project.
I have wrote a apps to scan my Blendmicro(s) and acquire their RSSI value...
I use direct input AIN2 pin battery 3.3v, the other pins are not connected to anything, I did not enter into ADC_IRQHandler,may ask about what the problem it
this is my...
Has anything changed with the Bluetooth LE in iOS 8? I have an ANCS library for Arduino ( https://github.com/robotastic/ANCS-Library ) that was working fine with iOS 7. I...
I'm trying to program nrf51822 via st-link and open ocd.
Here command:
openocd-0.8.0.exe -f interface/stlink-v2.cfg -f target/nrf51_stlink.tcl -c "program address".
...
dear all:
I have 2 kind of board that are PCA10006 and PCA10028,
but I find out the IoT example can't be run on PCA1006,
what are different between PCA10006 and PCA10028...
I have added the DFU service to our own project. Normal application updates work perfectly and even the update of bootloader and softdevice is fine.
In a new case we had...
I'm still newbie of BLE developer, and designing a BLE device based on nrf51822 (whose service uuid is partially used for identification of serial number).
Like nordic's...
We want to design our own custom USB Dongle for connecting our sensor board to a PC. Sensor board has a nRF51 chip using Gazell protocol to transmit sensor data and also softdevice...
I am using keil compiler. The nRF51822 stack succesfuly compiled and also i am created the hex.I don't have j-link programmer but i will try to download using Ulink2 can u...
I meet a trouble like this:
My colleague used " nRF51822 QFAAC0 1322AW " to make a product. The KEIL program "based on s110_nrf51822_5.2.1_softdevice.hex and nRF51 SDK...
When nrf51822 with 32KB RAM will available? If it is going to be delayed is it possible to get samples? (I like to try IOT SDK and with my PCA10001 the heap overflows.)
...
If I don't call nrf_gzll_set_base_address_0(...) or nrf_gzll_set_base_address_1(...) what address will it use?
Also, what is the default number of send attempts?
Hi, I purchased and received the pca100028/nRF51-DK on Friday (12/19).
I've upgraded to Keil 5.12, loaded the 7.10 sdk pack, loaded the radio_test_pca100028 example ( I...
Hi
The datasheet for nRF24le1 seems to describe two ways to find out if the TX buffer is full.
Register map 07, STATUS, bit 0, TX_FULL
Register map 17...