Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
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:
I reference rate meter program:
“nRF5_SDK_11.0.0_89a8197\examples\ble_peripheral\ble_app_hrs\pca10040\s132_with_dfu”.
After function "device_manager_init",I handle...
HI,
I am now trying to use nrf51_iot_sdk_0.8.0_f1f6187. And I have run example application in nrf51 iot sdk on nrf51-dk board. It works fine.
Now I want to develop on...
I want to send a service changed indicate after upgrading app by dfu.I know dfu already so that,but i don't know that how dfu do that.
there is service_change_indicate...
I used to able to get the blinky example in SDK11 to work. But for some unknown reason I couldn't scan my device using Nordic master control panel. The LED1 will be turned...
Can the nRF52 output the 32.768kHz clock on a GPIO. If so, do I need the 32.768kHz xtal, or can I output the generated clock from the 32MHz xtal? I need this clock to sync...
Hi
Yesterday I downloaded the new SDK12 and checked what changes could be relevant for my ongoing/next projects.
One remarkable thing was the fact that almost any peer...
Hello,
I'm trying to upgrade the application on my board via OTA DFU but it seems to fail if the app file is greater than 64KB:
DFU fails with my app which is 70kB and...
Hello!
I want to connect the MCP9808 with the nrf52832. Therefor I use i2C.
My example on the nrf52832 is the:
<nRF5_SDK_v11_0_0 folder>\examples\ble_peripheral\experimental_ble_app_eddystone...
Hi , I am using nRF51822 as a ble_peripheral to send the sensor data to the phone. I already add a characteristic with the property of notify , and it could work when using...
Hello,
I've been working with the SPI Slave on a nRF51-DK for several days. I am using the nRF51-DK (PCA10028), S130 v1.0.0 and SDK v10.0.0. First, I set up a RX and TX...
D:\nRF51822\mergehex.exe --merge D:\nRF51822\s110_nrf51822_7.0.0_softdevice.hex _build\ble_app_hrs_s110_xxaa.hex --output hrs.hex
I am doing it.But one of the files to...
hi i am working on nRF51822 chip, trying to flash code using keil IDE through STLink debugger. which i have attached image . while flashing the code it is showing Flash is...
I have a peripheral that pairs to a central and establishes a connection (without bonding) without any trouble. When I disconnect the central (e.g. cutting power to the central...