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 guys,
I am using the gcc setup to program my boards. However for flashing the softdevice I use nrfgoStudio. SO I downloaded the hex file and fashed the siftdevice. But...
How do you create hid information for a joystick and send it over BLE. Nordic doesn't seem to have
primitives for this (they have keyboard and mouse facilities). I'm working...
I use a PCA10001 board as peripheral role of heart rate service and it can be discovered by control panel. But as I download the experimental program of central role of hrs...
Hi all,
I am trying make some temperature sensor with Segger and nRF52 based on Mesh BLE v4.0.
Currently I am researching documentation and examples to pick best solution...
I'm trying to use the information from this devpost: https://devzone.nordicsemi.com/f/nordic-q-a/39629/how-to-send-data-to-all-node-over-mesh
However, my remaining questions...
I would like to see an example or documentation about how to set my nRF52 DK into various sleep modes. I know that calling "sd_power_system_off()" will turn the device into...
Hello how are you?
I don't speak English very well but I have a doubt about using mesh and nfc simultaneously.
I'm using the Nordic-Thingy52-mesh-demo example - (Nordic...
Hi, team
I am using nRF5_SDK_15.3.0_59ac345/examples/ble_peripheral/ble_app_ancs_c sample application. and i wnated to add extra notification attribute.
added BLE_ANCS_KEY1...
As I understand from documentation current limit for nRF PPK is 70mA. This is when PPK automatically sets measurement range from 1 o 70mA. My question is: Is there a way to...
1、Demo position:Nordic\nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\ble_app_uart\pca10056
2、I find when the code execute the function of timer_start_op_schedule,the CRITICAL_REGION_ENTER...
Hello,
Using this link ( https://devzone.nordicsemi.com/f/nordic-q-a/35675/how-to-use-static-passkey-for-a-no-display-no-output-peripheral ) I'm able to add passkey protection...
Hi,
i have found similar posts on the forum but could not find the answer. Therefore,I think it is necessary to raise this question again.
problem: platform:nRF52832 and...
Hello there,
I have been testing on nfc-uart example of SDK 13.3.0. I am trying to pass the buffer of 258 bytes to pointer "p_pdu" and its size of 258 to "pdu_lenght". ...
We would like to have that all communications, programming, and supply related TPs and SBs should be kept for debug purposes. Otherwise, we would like to remove all unnecessary...
We're working with the NRF5340 PDK, and it's a pretty big library change from the old SDK. So far I've been unable to find out where to configure the bluetooth PHY and link...
Hi everyone,
The task is as follows. I set up data transfer using notification. I transmit ~ 83 kB in ~ 10 sec. The connection interval parameters are as follows:
The...
Hi Guys,
I flashed the ble_app_uart example available in nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\ble_app_uart\pca10056\s140\ses location to NRF52840 DK board. In...