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 purchase nRF51822 Bluetooth Smart Beacon kit.
How to load the new program into this board.
I downloaded nRF51822 Bluetooth Smart Beacon kit firmware files...
Hi,
is there a simple way to enable serial logging instead of rtt in a mesh application for nrf52840DK, as example in the light switch server or client mesh applications...
On our custom board it can happen that an ASSERT triggers (suspect UART error due to EMC injection) on the connectivity chip, this meas that the application controller is...
OS in development environment :Windows7 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex?-M4F 32 bit processor...
Hi,
I have an app that uses freeRTOS
My app runs OK , however when I am debugging it in segger studio with my SWD connector, it crashes with no reason
If I check the...
Hi All,
(Segger IDE SES Ide version = 4.10)
Various posts have attempted this, some claiming success with the following tools command :-
"$(LINTDIR)\bin\pclp64...
I'm in the process of trying to port my SDK 14 project to SDK 15.2. I've made a pretty good amount of progress, but I have two issues that I can't seem to figure out.
The...
How do I find where else in the program pin 6 is being used and disable its other functionalities in the BLE_UART example?
I am trying to read data from a sensor via SPI...
Hi, I am a novice and need help to get stated with Segger and the nrf52DK. I have installed the latest SDK 15.2.0.
I have manage to run couple of exemple with no or only...
Hi,
I am using nRF52832 chip with SDK15 and S132 softdevice.
I want to change manufacturing data dynamically in advertising frame. I would like to know step for that with...
Hi all!
I've read that nRF9160 DK comes with modem configured as LTE-M.
At the moment in Spain, only have NB-IoT coverage so... how should we do to setup the nRF9160 as...
Hi,
I would like to obtain printf and NRF_LOG separately from two TX ports.
I made a test application of serial output based on blinky.
P0.06:TX (and P0.08:RX) were...
I'm working on the project where data from nRF52840 need to be send to Android over wire. The customer does not want to use BLE.
I can connect nRF52840-DK development board...
I am first time using Nordic development board 52840. I want transmit zigbee frame from application processor to network processor via UART. Please check below communication...
Hi, i use SDK 15.0.0 ble_app_uart_pca10056_s140 nrf52840
I set BLE parameters like this:
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(7.5, UNIT_1_25_MS)
#define MAX_CONN_INTERVAL...