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...
Hi all,
I added ble central multilink example with ble_app_uart_c code, i am able to compile code successfully, but not able to run this code on board due to this error...
Hi!
I am developing a project where an NRF52840 DK is receiving data from the environment using BLE. I can observe the received data using NRF_LOG_xxx() command in my...
I'm trying to use the PA/LNA control feature in S112. However I only want this to be enabled when under specific conditions/configurations at runtime. So I need a way for...
There are 6 channels per the SDK (nRF5_SDK_15.3.0_59ac345) and the product spec for nRF52840 but I cannot seem to get channels 4&5 to do a compare or capture. Using Keil's...
Anybody got any hints at how to get Zephyr to work on the nrf52840 PCA10059 dongle?
After many struggles, I was finally able to compile Zephyr's sample/bluetooth/hci_usb...
Hi there,
I am trying to get I2C communication up and running with the nRF52832 (specifically configuring the nRF52832 as a master to communicate with 3 slave devices),...
Hello everyone,
I am developing a temperature and gas sensor for indoor environment monitoring. Due to the limitation of the bluetooth transmission range, I hope to add...
Hello, I am developping on a nrf52840-DK board and try to debug using a Black Magic probe. Software is based on softdevice, GCC build chain and Visual Studio Code with Cortex...
I've been wrestling with this DK for some time now, but today I tried to get the LTE Link Monitor app to run and see what outputs I could get. I ran everything the same as...
Hi,
I am having issues, getting the uart backend logging working on a nrf52840 dongle. I'm testing the logging on the standard blinky example that came with the sdk (15...
Hi,
Upgrading from nrfConnect for Desktop from v 2.6 to v 2.7 and higher and its associated apps seems to hang on Linux (ubuntu 16.04). 'strace' suggests that the problem...
I have a design which mainly needs to be a peripheral, however I was told that I need to use the multi-pheripheral example as I may need the device to switch to a central...
I'm attempting to get Eclipse and the GNU Arm toolchain installed on my Windows 10 system. I'm following the instructions at...
https://devzone.nordicsemi.com/tutorials...
Hi All
I am a newbie with the nRF52 series SoC's and my end goal is to make a solar powered weather station.
I have a very crude nRF52832 dev board that I program with...