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...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hello!
Last time I've described issue with connection problems in large thread network https://devzone.nordicsemi.com/f/nordic-q-a/29867/thread-mesh-network-capacity-problem...
Hi,
I have encountered a 404 error:
<<<
HTTP ERROR: 404
Problem accessing /help/pdf/nwp_017.pdf. Reason:
ProxyServlet: /help/pdf/nwp_017.pdf
Powered by Jetty...
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...