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...
Hello,
I've a process, let's call it P1, that sends I2C instructions for a LED driver (it's like an infinite loop of I2C instructions for registers management that have...
Hi all,
I want to make touch button by my NRF52832 board . I am trying Csense_drv example but The value of change is constant when I log on UART . LED flashes continuously...
Hi Team,
I am working with Nrf24L01 chip with ATMEGA328(ATMEL C code) i made separate TX and RX module it works fine. But i want TX and RX in same module i done coding but...
Hi.
I am using SDK15 and want to control keyboard and mouse using HID with nRF52840.
I used the HID example to verify that the keyboard and mouse work when the button...
Tools in use, etc:
nRF5_SDK_for_Thread_and_Zigbee_v1.0.0
RaspPi_OT_Border_Router_Demo_v1.0.0-1.alpha
NCP example located in <InstallFolder>/examples/thread/ncp/uart...
I use nrf52832 qfaa b017351o ,some ic can run sdk11 dfu demo but some ic can't. Demo location .\nRF5_SDK_11.0.0_89a8197\examples\dfu\bootloader\pca10040\dual_bank_ble_s132...
Hello,
We have a custom board based on nRF52832, built an application base on SDK V15/ble_app_uart
It works fine with Android: we can send string over BLE but it doen...
Hi everyone,
I changed the example ble_app_beacon from sdk 15.0.0 sd132 to be able to scan beacon besides transmit. It works well to scan beacons and I can get their UUID...
I am using SDK15 and S140 and nRF52840 as central. I plan on deploying a lot of temperature sensors each of which will
have a nRF52840 acting as a peripheral also using...
Hello Community,
I am looking for a code example of the DFU part application of the nrfutil library in C.
Please someone can give me a fair example of the function
def...
Hi,
we would like to add a level of encryption above BLE. So first establish a secure connection via BLE and then exchanging message to establish a session with a second...
Hi - I have a Nordic Thingy 52 which I have successfully configured through IFTTT to turn on a smart plug. The out-of-the-box IFTTT formula for this smart plug only gives...
I am emulating a nRF52810 on a nRF52832 DevKit on the SDK v15. I have TWI and ADC (3 channels) assigned and both of them work just fine individually. When I put them together...
Hi,
I have recently ported from SDK12 to SDK14.2. We have a custom android app which connects to nRF52832. The correct sequence of events in BLE should be
- Fast advertisement...