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...
I am using running "ble_app_uart_c" example in my Central nrf52 DK board and ruuning "ble_app_uart" example in my peripheral nrf52 dk board..
IF I am sending ASCII values...
Hi,
I'm working on a multilink central device with SDK16, nRF52832.
I'm trying to connect the central to 2 peripherals with certain address. So I added 2 address filters...
Hi all,
I have a nRf52832 Buttonless DFU setup and application is BLE APP UART.
nRF52 SDK = 17.0.2
I need to send a hex file of STM32F4 through UART. Do you have any...
Hello
I'm using sdk17.0.2. And I'm using the ble_nus service with the addition of nrf_crypto (AES_CTR).
I originally used nrf52832 and pca10040 and the test went well...
I just got a new nrf9160DK rev 0.15.0. While plugged in to USB and the switch in the off position, my meter reports 4.95V and 0.016A. Why is this happening? My older rev 0...
From the product spec, the voltage accuracy is listed as -10, +5% from the programmed value. We're using 3.0 V. For our application I need some more specifics on this regulator...
Hi,
I'm building DFU secure_bootloader with oberon crypto library as mentioned here https://devzone.nordicsemi.com/nordic/short-range-guides/b/software-development-kit/posts...
Hi,
I'm developing an Android app using the nRF Mesh Library. I have a scenario in which a few phones need to be provisioners given that these will configure new nodes...
prj.conf of light demo:
Can you tell me where CONFIG_LOG is enabled? It is inconsistent with ncs1.5.0. When I enabled CONFIG_LOG_BACKEND_RTT, I was notified of an...
I am trying to program a PCA10059 USB dongle which requires it to go into DFU mode.
I have tried pressing the white button when it is plugged in, and I have tried holding...
I can't seem to find the answer here - sorry if it has already been answered. We were having an issue recently where the root cause ended up being that we were trying to do...
Hi Nordic team,
I noticed that SAADC driver is consuming most of the power in Sleep state. In my application, the processor is in SYSTEM OFF state for 80% of the time (runs...
Can i not simply update a file in the flash and upload it to the smart phone through the ble? There is also an object transfer service server example, for sending objects...
HI,
I am trying to port the existing BLE throughput example code to my custom board with nrf52840 with SDK v17.0.2 soft device is S140.
I want my custom board to work...