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've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
Hi,
While creating a DFU package using nrfutil with dfu genpkg command, it is showing following warning.
=============================================================...
Hello,
Following this post , you provide a mechanism to synchronize RTC or Timer between 2 nRF52. the available code allows a Timer synchronization, but in our case, we...
Hello,
I want to buy a nRF91 DK from digi-key, however I saw some errata on the matching network for the GPS antenna for nRF9160 DK v0.7.0 and v0.8.2.
Does the version...
Hello All,
I am working on nRF52810 development board. I use segger studio in windows 7. for reference i use nRF52 15.2.0 SDK. Right now I am trying to do blinking led which...
Hello! I am currently developing with nrf52832 SDK14.2, I used the Buttonless Secure DFU routine in the SDK to implement the DFU upgrade. In the project, after linking with...
hi guys,
i'm trying to send data between two boards (nrf52840) in real time. every time the input pin toggle there is a message to send to the central board.
i did this...
Hi,
I just tried to use the following code on the nrf9160DK with zephyr version 0.3.0:
errVal =setsockopt(at_socket_fd, NRF_SOL_SOCKET, NRF_SO_RCVTIMEO, (const char*)&sock_timeout...
Hi,
we're developing a project on nRF52840, and need to directly use the CC310 API.
The input parameters of the function CRYS_ECDSA_Sign feature CRYS_ECDSA_SignUserContext_t...
hi....
i am using nrf52382 and segger 15.2 version , i want my peripheral to send the data only if it reaches the certain limit (threshold value) on that case it should...
Hi i am working on nRF52840 Dongle , I could not find ble_app_interactive application for nrf52840 dongle,
i am trying to implement the same code with some modification...
Hello
I am using 3 nRF52840 DK for proxy light switch example. Using this I want to relay the ON/OFF signal from 1 server to other.
To test the relay mode working, I need...
Hi All
I would like to work with some BT 5.0 modules from Rigado and Murata.
Rigado: BMD-XXX
Murata: WSM-BL241-ADA-008
However, I need to work with them using AT CommandsI...
Hello.
I wrote a simple beacon application which advertises with uuid, major, minor and name. Now what I saw in sample beacon I found somewhere is that nrf connect properly...
Hello!I am using NRF52832. The antenna is aca-5036-a2-cc-s produced by INPAQ, but the bluetooth cannot be found.Whether the adaptive antenna can be provided and the technical...
Hi Every one,
I am trying to use two uart's communications concurrently in nrf51422, in my code i am running timer of one second.
Every one second in timer routine trying...