Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
I'm trying to use the nRF5340-PDK SPIM at 16MHz, which requires me to use SPIM4 and dedicated SPIM4 pins
P0.08 - SCK for SPIM4
P0.09 - MOSI for SPIM4
P0.10 - MISO for...
Hello! I have implemented a OTA cluster basing on the example: https://infocenter.nordicsemi.com/topic/sdk_tz_v4.1.0/zigbee_example_ota_client.html
I use almost exactly...
Dear Amazing Community,
We are currently investigating any uA being consumed by our nrf52833.
We are using the PPK to track them and we believe that during normal operations...
I developed a custom RF mesh to USB serial bridge. Right after boot, I receive all serial messages, but once the host closes the serial port and open it again, nothing comes...
I use BSD socket to send and receive messages to a TCP server over LTE network.
When I send multiple messages by using send() (with flags = 0) function, I get an EINPROGRESS...
I am curious if anyone can point me to an example of working with the SRP functionality in the CryptoCell.
I see the headers for it at nrfxlib/crypto/nrf_cc310_mbedcrypto...
Hi,
I try to create an MQTT AGPS tracker.
I'm using a nrf9160dk with the 1.3.0v.
I use two threads, one for GPS (A-GPS) and one other to send value to MQTT (witch starts...
Hi,
I am using nRF52832 along with Softdevice 6.0.0, SDK 15.0.0, Chip Revision 2 (QFAA-EX0).
To set the transmit power for advertisement, I am using sd_ble_gap_tx_power_set...
We are planing to use nrf52840 sdk in our project.we want to use mesh stack for that.
our product is sensor:
-deployed in oil field.
- send data 8 times a day.
-payload...
Hi,
I'm developing on nRF51422 board and I'm currently adding BLE security just work feature based on SDK12.3.0 using softdevice s130_2.0.1(nRF is used as BLE peripheral...
Hi
Past week (on a Windows 10 pc) I've installed the nrf connect sdk (nrfconnectsetup331ia32), and yesterday offered me an update (nrfconnectsetup340ia32); since I've not...
Hi, I encountered the problem of losing data in uart serial port when using ble_app_uart_pca10040_s132 example.
sdk 16.0.0, s132, 7.0.1, nrf52832,
APP_ADV_DURATION=0,...
I want to connect two nrf52840 device and raspberry pi. When connecting to a single device, it works fine. However, when connecting with two devices, an error occurs and stops...
Hello all,
I am interested in using the Secure Serial Bootloader to program my NRF52832 over UART from an external MCU. I am aware of the SDK example and creating DFU...
I have a system that will have multiple ways of doing DFU. BLE, as normal, UART under special circumstances, and a "no transport" way. In the latter I will have transported...