Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
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...