After I get a Disconnected() event, I want to start scanning again, therefore try to call StartDeviceDiscovery() again.
IsDeviceDiscoveryOngoing was checked before.
The...
Hi, I wanted to ask a question regarding sending data.
I currently have external memory that will send out serial data (SPI) to the nordic microcontroller. I have saved...
Recently, I try to programme nRF51822 DK communicating with nRF2401e1 DK,unfortunately,which does not success. With setting radio configuration: TXPower,frequency channel...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
I decided to move to 16 SDK, but I have problems with TWI. Whenever I try to read data from sensor, I get only 0 as the output. I use sensors ICM-20600.
When I try to read...
Summary: nrfx_nvmc_word_write() and similar functions can't write to UICR.
(Note that we are not using the full SDK, only nrfx)
We have used the API provided by hal/nrf_nvmc...
I am trying to compile the Thingy-52 project in SES. There seem to be multiple missing files in the project:
nordic_common.h
thingee_ble_handler.c
thingee_config_flash...
I want to implement Alexa gadget at nrf52832 / nrf52840.
Ref following Amazon information for the EIR part
https://developer.amazon.com/docs/alexa-gadgets-toolkit/gadget...
I was wondering if there are any (legal) alternatives to using SEGGER. After an gigantic (3 days) struggle with a official SEGGER programmer I still cant connect to my custom...
Hi,
I have a problem of 52832's SPI interface. Please find following description:
1. My test code is come from "spi" example code, by modify the SPI ping setting (please...
I have a nRF52840 development kit (rev 2.0, received last week) that I'm using to develop software that'll ultimately be on a dongle. It's not especially complex - I receive...
Hi
Dear Mr/Miss
I recently start with Nordic BLE family products NRF51x so I'm newbie to this and my questions maybe are so easy for you.
I have no development board...
Google open-sources the firmware needed to build hardware security keys
Google open-sourced today OpenSK, a Rust-based project to aid hardware vendors build hardware security...
Hi Nordic Team,
In my BLE project the central device is connected with multiple peripheral devices which are advertising, please share logic to count the number of active...
Are there any out-of-the-box firmwares that can turn a nRF52840 dongle into a generic bluetooth adapter (e.g. for connecting speakers, game controllers, etc) for windows?
I'm using nRF52832 SDK board with softdevice s132_nrf52_5.0.0. The error appears when I try to load it to the board, right on line 1247 where it initializes the NUS service...
I see that a Serial LTE Modem sample application is in progress in the master branch...
I tried master in the commit: a955d411
Once on that commit I did update (west update...
I can't get flashlog/crashlog to work properly. The symptoms are that when NRF_LOG_BACKEND_FLASH_START_PAGE is set to 0 (i.e logs are written to address right after the application...
I have a nRF528420 [on Skylab module SKB501] and have wired up a custom connection to USB. I'm able to program NRF52 with both softdevice S140 and BLE Peripheral ble_app_uart...