I thought this should be very simple but it has not turned out that way. I have started with the pc-ble-driver heart rate monitor (peripheral) example. I was able to take...
Hi,
I building a gas meter monitor ( peripheral ) that transmit meter reading to the Central.
The gas meter will be sending to the Central it's ID and meter value ( uint64_t...
The International Conference on Embedded Wireless Systems and Networks will host also this year a dependability competition to benchmark the performance of state-of-the-art...
Hi,
I find the CSCS example program reading zero at low cadence levels below around 50 rpm.
Using ble_peripheral example ble_app_cscs loaded into the PCA10040 board or...
I had manged to deploy and configure mesh networks on Nordic Thingy devices based on these 2 examples separately. 1. Generic OnOff models https://github.com/NordicPlayground...
I am running an appliction with S132 soft device, build on top of SDK 12.0.0. Problem is that the application sometimes stops running for ten seconds, or even more, when Bluetooth...
Hi all,
may be you can advice me on a solution.
I need to be able to wake up a system when one of the pins shows more than 1v and I also need to wake up system when...
Hi,
I'm using ble_app_multilink_central to connect different device.In the example, it can connect to the lbs service. If I want it connect the uart service,such as ble_app_uart...
Hi Nordic,
we need to modify bootloader code base on your dfu example. Now We meet a problem that we can't program it by clicking icon "Load" on keil comile project. report...
I am having problem to download SDK NRF51 12.0 example firmware onto Redbearlab BLE Nano nrf51822. The compilation and build is fine. It is shown as
Erased Failed!
Error...
I have a custom board with an nRF51822, running the ble_app_hrs from the 12.1.0 SDK with softdevice s130, using the internal RC clock in a custom_board.h as follows:
#define...
I'm learning about the nRF52 series and so far love everything I see, especially the SDK. But I just got to the point where I'd like to generate precisely timed output, and...
Hello Nordic Team,
As I'm worrying about the max payload lengh that I can notify using soft device s130.1.0.0 on nrf51822 (256 Kb Flash/ 16KB RAM, SDK10), I thought about...
Hi,
I'm porting our project from sdk10 to sdk12 with SD S132 V3.0.0. I cannot find a way to reset the device in app and boot in bootloader in order to do a OTA update....
I have a working custom DFU bootloader based on the official bootloader from the SDK 8.1.0.
Updating the normal application code works without any problem.
Now I want to...
Hello all,
I try to trigger two events with two different periods, the first at 200ms, the second at 300ms. When I set the same period for the compared value, it works...
Hello,
I am tring to do a Bootloader update OTA using the bootlader DFU Dual Bank. Application update OTA is working fine while it is not the case for Bootloader update...
Hi,
I can't get my head around the cipher and auth used by SD132 in BLE (nrf52832,SDK12).
Could someone please explain which HW blocks and SW libs are used for encryption...
Hi, I'm trying to create a custom PCB that uses nRF52832-QFAA and a Meandered trace antenna.
The PCB's environments are 4 layered, FR4, 1.6mm thick, and green PSR ink....
Have built the HTS example and flashed to the PCA10040 board.
Using the iOS app HTM (within nRF Toolbox):
connect.
get notification from the Battery Service
...