Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
Hi, my region does not support LTE-M or NB-IoT. I would like to prototype an asset tracker with GNSS only. To my understanding, i will be able to retrieve GNSS location data...
Hi, I recently I have implemented the Time Model for the nRF5 SDK for Mesh and happy to share my implementation here: https://github.com/hashing-cell/BLE_Mesh_Time_model ...
Hi
We have a project where 1 central shall be connected to 1-7 peripherals. The central sends a short start/stop message to the peripheral then the peripheral starts to...
I have enabled advertising fast and slow mode. But changing from fast to slow mode is almost at same time. How to configure for changing advertising mode slowly?
The following...
Hello,
I am using the 9160 to send MQTT messages which are received on AWS. I am provisioning the devices by creating a thing on AWS, getting the certificates, and loading...
I have a problem that my nRF52840 Central cannot discover one of the my nRF52840 Peripheral sensor services. With the phone I have no problem. Also other services are detected...
Hi team,
I am using NRF52833 DK with PCA10100 on it and s140 soft device version..
While I am merging the ble_app_uart example with ble_app_multiperipheral example, the...
Hi, I'm currently developing an automatic connection BLE system.
I'm using nRF52840 DK with nRF Connect SDK and S140 SoftDevice.
In fact, there exist already other...
Hi Nordic,
I would like to understand the philosophy behind the nRF9160 DK acting as a debugger. I recover my thinky:91 connecting the 10 pin flat cable from thingy:91...
I was using nrfjprog successfully about a year ago before this evaluation was suspended. When I now try it fails.
```
nrfjprog --log --program build/zephyr/merged.hex...
Hello,
I'm trying to writte a sensordriver for the nuvoton NAU7802 ADC in Zephyr using the drivers/sensor API. Here are the most important (I believe) parts of my code:...
Hello,
I've recently created a custom board based on the NRF52820 which is configured based on the datasheet.
I'm using an NRF52833 DK OB J-Link to program the device...
Hi,
I use the modified version of the USBD example(nRF5_SDK_17.1.0_ddde560\examples\peripheral\usbd) in nRF5 SDK from here . (My development kit is nRF52840DK.)
And I...