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...
Hello,
I am unable to access my SRJ profile with email id [email protected] due to two factor authentication. i do not get anything in the google authentication app...
Hi,
as discussed in different issue on DevZone . We have discovered that send command freezes the program in the CoAP client sample. The Nordic employee Hakon has confirmed...
Hello,
This is related to a previous post , but now with new information and a more specific issue to resolve.
We have product in the field based on RF Digital's Simblee...
HI
I used nrf51822- EK board.
BLE HID MOUSE - SDK 8.0
`
How to send left button or right button data?
How to modify below method?
static void mouse_click_send...
Hi everyone,
I'm working on a custom bootloader for nrf52840-based board. The bootloader needs to support DFU from an external SPI Flash and also BLE. I was working on...
Hi everyone,
I am trying to use the nrfx_uarte driver. I did the following:
(a) setup driver
(b) setup the event handler
(c) finally tried to send some testing...
I noticed a lot of the early SDK's 11, 12, 13 examples that had the service changed characteristic enabled. I'm using SDK 16 and it seems that most examples don't enable the...
I'm building an LTE device that only needs the GPS, LTE, motion, and button.
I'm trying as the first step to disable all the sensors that are not needed so that I don't...
Hi Nordic When the BLE is connecting, the fs_event_handler hasn't any callback after doing nrf_fstorage_erase or nrf_fstorage_write.
It seems like the storage (nrf_fstorage_is_busy...
Hi,
I noticed that there were changes in some of the priorities in SDK config - these defines were changed from 7 to 6.
NRFX_CLOCK_CONFIG_IRQ_PRIORITY
NRFX_GPIOTE_CONFIG_IRQ_PRIORITY...
Hi Nordic Support,
I am currently developing an IoT application (battery powered, cellular device with a few sensors connected). I have spent the past year building the...
I've read a lot in different posts about this but still fails to wrap my head around this.
We have a device using GATT with a few services, each with a few characteristics...
I am investigating Bluetooth mesh examples, which you presented, and I faced with incomprehension with initialization of struct bt_mesh_elem . Can you explain the meaning...
Does Nordic have an examples for implementing symmetric encryption at the BLE application level? I'm trying to understand how best to start because the Bluetooth LE security...
I have a setup where nRF91 and nRF52 on nRF9160 DK have to exchange ASCII strings over UART. nRF91 runs Zephyr and nRF52 - nRF SDK for Mesh.
When nRF52 is unprovisioned...
We are using mesh SDK v3.2.0, nRF SDK 15.3, nRF52840 DK and SES as our IDE.
We had a mesh network with around 5 devices and after a while 2 of them just stopped sending...