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...
what can be the starting Point for Bachelor Thesis involving BLE 5.0 devices to be deploy in mesh Network. How the challanges in the Thesis can be address and set as a Goal...
Note: This is related to the following issues:
- https://devzone.nordicsemi.com/f/nordic-q-a/63255/nrf9160-getting-stuck-after-cell-change
- https://devzone.nordicsemi...
I am using as template the MQTT sample app from NRF Connect 1.3.0, for which I want to create my own application modules, I have added the .c files to src, but I am having...
Hello,
We are using the Serial port library with two UARTEs. It defines two instances of the serial port interface: one for receiving data, and one for sending data. After...
Subject pretty much explains the problem. One can just get power from a USB interface, but if I plug our nRF52840 into such an interface, it does not appear to boot into its...
I am trying to use serialization to connect an STM32F4 to an ISP1705. My goal is too connect to other BLE devices and read some measurements. I have tried a few of the examples...
I'm using an example project of the secure serial bootloader (pca10056_uart_debug) and changed some configuration for my custom board. I added RTT debugging and changed uart...
Hi,
One of our projects will use either a LFXO or the LFRC depending on the accuracy.
The product will be exposed to temperature differences ranging from approx. 0 ...
Hello!
I handle mpu6050 sensor in SDK v14. Output of sensor values was successful. And I'm going to use this value to get the angle of the sensor.
The code below is to...
I am using NRF Connect 3.5.0 to program PCA10059 but receive the following error on some dongles when using JLINK programmer
Error while probing devices: Error occured when...
Hi there,
I purchased the nRF52 DK, and I am going to study how to use basic tools.
However, there is a problem with recognition between the computer and the nRF52...
Hello! When I start the s132 device, it freezes from time to time. In debug mode, it does not exit the saadc_init () function;
I connected "hardfault.h" and "hardfault_genhf...
Hi,
I am using nRF52832 , and sdk 15.2 version. I am trying the start the advertisement using timer , once it is connected it should send the data , and should disconnect...
Hello, I am a student who started studying zigbee with nRF52840. I want to study zigbee samples (light bulb, switch, coordinator) in nrf5 sdk. First of all, I checked that...
hi
im use nrf52840 as a gazell device which run the demo \nRF5_SDK_16.0.0_98a08e2\examples\proprietary_rf\gzll\gzp_desktop_emulator\pca10056 ,and use nrf24lu1p
(\nrfready_desktop_2_v3...
Hi, I am following the below link for creating custom services/characteristics. https://github.com/bjornspockeli/nRF52-Bluetooth-Course Now I am adding the second characteristic...
I noticed that the NRF52840 MCU offers an 2K icache that looks great and we are kind hoping to be able to take advantage for some of the algorithm we are running. But looking...