Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
Hi,
I am trying to send stream of data over BLE. I am using nRF52 development kit and in that ble_app_uart code is running. I want to send continuous data to the UART and...
I am using PPK 1.1.0 to compute current draw on a custom hardware.
If I upload ble_app_hrs example on the nRF52-DK and measure it directly, I obtain average reading as 550...
Dear all,
sorry for asking a very beginner's question but I'm really a beginner and want to understand what I'm doing :)
What I have:
nrf52 DK
nrf SDK11.0.0...
Hello,
we are using the USB CDC ACM Example to set up a USB connection between the computer and the nRF-Chip.
By pressing Press Button 1 a bunch of test data will be sent...
Hi!
Is there any programming guide for establishing mesh network? I want to develop from scratch but i can't find any document for programming to mesh network. I seen Light...
Hi
I am able to successfully compile my C++ code on Raspberry Pi3 however while running an executable file. I am getting below error.
pi@raspberrypi:~/RF24/librf24-rpi...
Hello,
I would like to send an int32 value every 500ms and use for this the same procedure as it is shown in the heart-rate-example. The code for sending is:
// Send value...
Hello Nordic Devzone fellowes
I tried DFU with NRF 52 DK board with 'PC-BLE-DRIVER-JS' dfu.js test code
When the firmware .zip file is 128 KB the speed of transftering...
Hi, Everyone
I am developing based on ble_app_uart at nrf52832 (softdevice s132)
I modified the program slightly.
- After the connection is confirmed
- Send 100 bytes...
Hi Devzone:
I have build up a environment that are
1. a thingy52 with mesh-briadge
2. a thingy52 with mesh-node, which is control by segger-debugger, and it shows
...
Hi everyone,
On my actual configuration I can connect one smartwatch to the nRF51422, and re-connect it later if the communication have been interrupt.
However when I...
Hi Everyone,
I've looked around at the Nordic documentation before asking this question but can't find any good example. I am looking for an example to create a repetitive...
hi
I need to set a pin high when i make a connection to the device .so i set to output direction in main.c file.i have include gpio.h and nrf_delay.h file in main file ...
I'm using the nRF52382 with SDK 14.0 and softdevice s132 5.0.0, and I need to send up to hundreds or thousands of kilobytes to an Android phone over BLE. I need to optimize...
I have a custom beacon with:
nRF5_SDK_12.3.0_d7731ad
I am using:
\examples\ble_peripheral\ble_app_beacon
With:
\pca10040\s132
When I change the value:
int8_t tx_power...