Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Hi,
i just renamed main.c to main.cpp.
In file included from ../../../main.cpp:57:0:
../../../../../../components/libraries/experimental_cli/nrf_cli.h:597:1: error: expected...
Hi,
I'm using BLE on nrf52832 and softdevice s132. It seems that when I send too many packets (around 45), the ble crashes. Is there a way to increase that number or at...
Hi,
I am trying to build a thread network using a border router nRF52840 with a Raspi3B+ and 2 others end-devices nRF52840 connected on a CPU Ubuntu 16.04 LTS.
I have...
Hello everyone~
As the SDK 12.3.0 hasn't be updated for a long time and the nRF51822 can't use a newer SDK, there are some difficulty about using SES with nRF51822. I...
Hi, I'm using nRF51801QCAB for our BLE communication develop. I was used SDK9.0.0 before,it is worked well,but SDK9.0.0 does not support numeric comparision when bonding....
I want to add USBD function in other projects, but there is an error:“..\..\..\..\..\..\components\libraries\usbd\class\hid\generic\app_usbd_hid_generic.c(257): error: #20...
Hi,
Furhter to this post , I still getting unexplained behavior.
I use timeslot api to generate a burst of 10 hard-real time-pulses 29000us apart.
For the first 9 pulses...
I am using the nRF51422 device with the SDK 11. When building the ble_app_proximity using Keil uVision I am met with the following error: " Code size of this image exceeds...
I've downloaded both v15.2.0 and v15.3.0 documentation packages and the pages that reference svg images do not render in Chrome (for example ./nrf5/iot_intro.html). When I...
I am using the nRF52840 dongle to gather data via peripherals and send it via a serial port similarly as the cli example, for that I'm using the nrf_cli_fprintf() function...
Hi all.
I want develop device with nRF9160. goal - to get smallest size with chip antenna.
I not so good in RF design, so usually I using recommendation from datasheets...
Hello,
We have an nRF9160 DK and have successfully set-up the tools necessary to re-flash and write firmware for the DK using Zephyr and SEGGER Embedded Studio. We are planning...
Hi
I have tried to pull down the updates for the Zephyr project to for the mqtt_simple example. when I do a git checkout master and a git pull all goes fine. but when I...