I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
Hello,
I have a peripheral based on SDK 9.0. I have tried to follow the peripheral proximity example to get bonding working with the app. The App is currently running in...
Hello,
Im new to the Nordic Ecosystem, and have been trying to set hardware uart with Nordic Thingy 52 with CP210x using the sdk13 uart example. I included the uart driver...
Hi Nordic,
I was porting Nordic freertos hrs example(13.0.0-1) to Nuttx system. I can do advertising, connection establishment and data transfer, but bonding failed. I...
Hi,
We are using development kit NRF51822 in our project ...so plz tell me which version of sdk do i need to use ..and also which version of keil do i need to use for this...
Hello,
I want to make a PWM signal that fires an interrupt at the end of the PWM period. I want to use two CC registers - one for the pulse width and one for the period...
Hi,
we developed design with nRF52840, but we have issues.
Propably we have solution for this issues, but we need test it and we need default hex file in nRF52840 for...
As it stands there is some confusion about licensing the DFU utility code in our systems we are concerned about licensing issues. We are compiling the python to an executable...
1.do I need to write a XX_client.c and XX_server.c myself ? is there a basic model that I can build on it ?
2.I need myself model to send a custom message, how to do that...
Experimental Dimming server example was working fine using SDK MESH3.0 in addition to SDK BT 15.2.
Following upgrade of the SDKs to MESH3.1 and BT15.3, the experimental...
Hi,
Does "ble_app_uart" project can print debug message from "UART" interface? How can I do this job?
PS. My UART Port is at P0.18 (TX) and P0.19(RX).
Thank you, ...
After turning on the power,
I did not connect anything on the board.
but it is about 2.7 volts out of the pin (p0.04).
It was almost zero volts before,
but the output...
In my design the nRF52 is connected to an STM32 host MCU. I connected the UART for data communication and the SWD and RESET pins for programming.
The nRF52 needs to be programmed...
Development Software:
nRF5 SDK v15.2.0
SEGGER Embedded Studio for ARM v3.50
SoftDevice S140 v6.1.0
Computer Platform:
Windows 10 Professional
Hardware:
nRF52840...
Hello ! I encountered a problem in sending and receiving data from one nrf51 card to another nrf52 card
i use this method in (ble_config.c) to send string data :
void...
Hi everyone,
I am developing a quick evaluation demo for a low-power sensor node which consists of the following steps:
- read a couple of GPIOs
- set advertising...