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, We are working with integrating LoRa to our nRF52840 with BLE and FreeRTOS. To be sure that LoRa worked as expected, we configured and tested LoRa on nRF52840 dk and observed...
Hello,
I'm using nrf52840 and i would like to ask if it possible to use the I2C bus without external pullups. I mean, i would like to avoid using external pullups
is there...
I am using a NRF52840 DK with a SoftDevice S140 6.1.1. I have also flashed the secure ble bootloader on the device.
I have been using the nrfprog command line tools within...
Hello,
Got the MQTT_SIMPLE to work and the sensor samples from zephyr also, however, how can i mix the 2 to have the mqttsimple with some gpio and i2c sensor ? how will...
Hi
I have installed every requirement for the device. I want to know how to run the blinky example on the device. I can not find the SDK which has the example plus can I...
Hello, I'm currently developing a PS2 code to read the inputs of a mouse and transmit it over BLE, nrf_delay_us() is giving me a fatal error every time according to debug...
Hi,
I am trying to implement Generic HID that can transmit/receive data like CDC using the generic HID example source of nRF52820 SDK 17.0.2.
But I can't do both sending...
Hello everyone,
I'm a fresher of nRF52833. I'm facing a problem like this:
I want to read some information in Terminal but In my product I only have USB I/Os (D+ D-)....
Hi,
I'm trying to use the nRF91 as a Modem for an Arduino. Is there some example on how to use the AT commands of the serial_lte_modem sample to send a HTTP (or at least...
I built an application for the nrf51822 on top of SDK12.3, to which I added the buttonless DFU based on the "experimental_ble_app_buttonless_dfu" example.
As a boot loader...
Hi,
I want to increase the amount of BLE MIDI packages I am sending. Softdevice 132 nrf52832
MIDI data is sent by notifications and updates of the characteristic value...
Hi,
I want to use uart async on the nrf9160, I get the following linking errors at build time:
here is my prj.conf
If it's defined CONFIG_UART_INTERRUPT_DRIVEN...
Hello,
I have a question regarding the nRF5340 microcontroller or similar. Usually, when programming UART, I2C or SPI bare metal, one is using interrupts, register and buffers...
Hi Team,
We are working on project where we are trying to encrypt the advertisement data (non-connectable) using our own defined keys.
currently I have been through the...