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, is it possible to reset the battery evaluation using SW without restarting the resources? Unfortunately, I sometimes have to take power directly from the battery, so...
Hello.
Previously, npm1100ic was used. In the npm1100, D+ and D- pins were in ic for usb communication. I don't think there is one in the npm1300. In this case, unlike npm1100...
I am running CoAP client with DTLS enabled on an nRF9161dk.
I poll socket using this code:
I am able to receive data (POLLIN), but when server closes session and sends...
Hi, I am using a module named MS12SF1 (nrf5340 + nrf7002). I was trying to write the Mac address for one time programming by using radio_test sample code. Before doing this...
Hi devzone, I am trying to use the Edge Impulse integration on a Seeed Studio Xiao BLE Sense (nrf52840 based). When I manually download the zip file from Edge Impulse and...
Hi,
I have a project which has been working fine but since adding some date/time functionality, when I enable MCU_BOOT, I get linker errors that I can't seem to get to the...
Hi all,
I'm developing a multilink system with 52840 dongle as central and 8 52832 devices as peripherals, which is similar to previous project in thread part I & Part II...
Hello,
As mentioned in the title, I am trying to use 4 pairs of I2C on nRF5340. Each of the four I2C pairs will be connected to a TCA9548A (I2C MUX), but that is not important...
I want to try out remote mesh provisioning.
I have added a mesh device with Remote Provisioning Server model to my mesh network with nRF Mesh app as the provisioner.
But...
Hello,
I've been trying to setup the nRF connect & power profiler on some of my co-worker, but downloading the pc-nrfconnect addon was not possible via nRF connect, so I...
i used my j-link to flash to my thingy91 nrf52 and nrf91.
now i want to flash a new program using the usb, but nrf programmer doesnt recognize a device when i use a USB...
Hi, I'm trying to send 64-byte reports for INPUT and OUTPUT: 1 byte for report ID and 63 bytes of data. However, the HID service code doesn't seem to handle incoming OUTPUT...
Getting error: board.h and other header no such file or directory. with nRF5_SDK_15.0.0_a53641a and nrf5sdkformeshv500src in the same path.
What could it be?
The evaluation...
I'm writing my own lightweight bootloader for nRF5340 (which may or may not turn out to be a good idea). I have something similar that I'm using successfully on nRF52832 based...