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...
Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
In an earlier post ( devzone.nordicsemi.com/.../ ), Nordic indicated that a new version of the BDS plugin would probably be available when SDK 14 was released.
Do you have...
Hello,
Are there any examples of decoding sound stream using bv32fp? I try to play with thingy firmware and I'm able to easily change the codec, but I can not find a way...
I ran into the issue where the clock definitions were defined in both the "board_pcaXXX.h" file and the sdk_config.h.
e.g.
NRF_SDH_CLOCK_LF_XTAL_ACCURACY
NRF_SDH_CLOCK_LF_SRC...
the signal flow is as follow:
TLV320AIC23B(as ADC)——》nRF52832(TX)——》nRF52832(Rx)——TLV320AIC23B(as DAC)
TLV320 works in master mode and nRF52832 works in slave mode. 48kHz...
Hi all,
I would like to know how to cross compile the pc-ble-driver-py for arm target.
Do you please have a prooceding tutorial for this activity?
Thanks in advance...
Hello everyone,
I have both the NRF52840 and NRF52832 dev kits. I was wondering if Nordic has released a packet sniffer to use with Bluetooth 5.0.
Is it firmware/software...
Hi,
i am using ble_app_hrs_c_pca10056_s140(nRF52840) and i want to stop execution of my program and based on button press return i want to continue my program.
i am unable...
Hi!
When I scan for BLE devices using "nrf UART 2.0" application I get a list of all available BLE devices. While running that application a bluetooth is activated on smartphone...
I'm having a few issues getting my application to run. I'm using Eclipse/gcc configured to use managed makefiles, following the tutorial here: bitknitting.wordpress.com/....
Hi
As we know, the mesh network is contained of a number of nodes, so, if we want to get the message of the nodes on the network , i think the node which is connected with...
Hi everyone,
I'm totally newbie, and was following the tutorial devzone.nordicsemi.com/.../ . (I have two board, PCA10028 with a nRF51 and PCA10040 with a nRF52)
and...
Hi,
I have a question about scan window and interval [I'm using nrf51822aa with s130 2.0.1... I performing some tests and I find a use case: If I set both of them (scan...
Hi!
I've found out that, according to this specification
www.bluetooth.com/.../16-bit-uuids-for-members
16bit uuids can be bought by companies.
But, on the other hand...
Hi,
I have an application with an accelerometer. This one communicate in I2C (TWI ). The accelerometer send a "data ready" signal every 20ms. I'm using the GPIOTE module...