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...
Hi,
There is much talking about the "large data transfer" over BLE, the l2cap channel being the best option for the moment.
However, does anyone know the datarate achievable...
NRF24AP2 with MSp430F149 . ASYNC 9600 N 8 1
step 1 : reset NRF24AP2 with reset pin , and received a pulsing signal through RTS pin
step 2: send a char (0x4A) to NRF24AP2...
Hi,
yesterday, I met the same situation as here . But now, I can't even see one log, even after I annotated the code related twi and just remained some “NRF_LOG_INFO()”...
Hi,
I am using SDK 17.0.2 for a simple scanner project, where nordic SoC is communicating with main MCU via SPI. The code starts normally on nRF52832, but on nRF52833, it...
Hi,
I am running the example ble_app_att_mtu_throughput with the nRF5 SDK on two nRF52840-DK dev kits. I have flashed both dev kits with S140 soft devices prior to flashing...
We are finalizing a product that has a BL652 (nRF52832) in the main unit and a BL651 (nRF52810) in a remote control unit. We are trying to get our regulatory radio testing...
When I changed HFCLK from "64 MHz internal oscillator (HFINT)" to "64 MHz crystal oscillator (HFXO)", the power consumption when executing sd_app_evt_wait() became larger...
Hi,
We've created a FW image targeting a PCA10056 which consists of our application FW, the example secure DFU bootloader over USB, and the softdevice. Everything works...
I have the ws2812 example working with ncs v1.5 on board actinius_icarus_som
However, when I combine it with other code such as for a custom SPI device and udp comms it...
Hello,
I contact to you because a customer is interested on the RF System, part number nRF5340-QKAA-R, and they asked the following below;
"
Customer wondering if you...
I added FOTA_DOWNLOAD and MCU_BOOT to my project.Then I want to use http to download a file, and an EBADMSG error occurs at this time.
I reproduced this problem in the download_test...
We have an I2S implementation that I based on the example code, but using the nrfx driver. Audio plays fine, but after I call nrfx_i2s_stop, I first see that no next buffers...
I didn't change anything and compile the source file from github. But my thingy52 keeps flashing and stays in DFU mode after new app hexfile was burned in
https://github...
Hi.
I use ble_app_hrs example.
Environment is follows.
- PCA100040 , nRF52 DK
- nRF SDK v17.0.2
- Galaxy Note10 mobile Phone
Bonding process is always fail...
Hello,
I am developing with reference to "Light switch example".
And once the nodes are provisioned, the device acting as a provisioner is powered off in a warehouse...
Hi,
I'm using SDK 17.02 and using the ble_app_buttonless_dfu as a template, but merged in the code from ble_hid_keyboard for the whitelist. EDIT: also need to add that I...