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...
I want use the NRF52832's NFC Tag in a bracelet. I need to know when the battery of the bracelect
is out, can the NRF52832's NFC Tag still be readable? Like the UID of the...
Hi
I add code in nrf5_SDK_for_Mesh_v0.10.0-Alpha_src, and when it run the follow code
and the ret_code is 4, I get information from the follow code
it is NRF_ERROR_NO_MEM...
Hi everyone !
I'm working with nRF 52840. I've downloaded softDevice s140 using Keil. Afterwards, I selected the target to nRF52840_xxaa and then build the project of Heart...
Not sure I understand the sentence. Do you guys mean "enabled"?
PSEL.SCK, PSEL.MOSI and PSEL.MISO must
only be configured when the SPI master
is disabled.
infocenter...
Lately I've been getting randomly occuring hardfault in my code during heavy BLE traffic and Sensor data collection times. From the hardfault_implementation.c loop I see the...
Hi,
Is there a size limit for the vendor specific service UUID? It looks like it should be 16 bits but I can't set more than 4 bits in my code.
I am using the uart central...
Hi everyone,
I wanted to know if it's possible to change the length of a characteristic's value after it has been put in the attribute table. Reading some other answers...
I found two bugs in the SPI master driver and I'm posting the solution here to benefit anyone else that may run into these bugs. I apologize if these bugs are old news. I...
I'm working on porting our connectivity application from SDK11/SD132v2.0.0 to SDK14/SD132v5.0.0.
Currently, though most Android phones I've tried can connect, the Moto...
Hi, I am working with the Mesh SDK 0.10.1. Everything compiles and runs fine. However I wasn't getting any RTT logs. I found that if I put a while loop before the first call...
Hi,
I would like to integrate BLE serialization with a nrf52832 and S132 soft device in a STM32 project.
I tried to identify which parts of the heart rate sensor example...
Hello,
I'm trying to flash my nrf52 DK but it's not detected by nrfgo studio.
here are the version of the softwares i'm using :
SDK : 14
JLink : 6.20g
Command...
Hello NorDev. community,
I have two sensors operating on nrf51822. I control them manually by mechanical switches at the moment.
I would like to change this sensor control...
hello everone
1、I tried the thingy52 sound demo ,but quality of the sound is bad, It is because the limit of the transfer speed?
2、I want transfer the sound by ble,how...