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, I am Product Manager working for Medical Device Manufacturing company based out of Ireland.
we are in search for a development house / developer who will support us...
Hello,
I am doing a project using nRF51822, s130 and SDK 11. I have modified the example ble_ap_hrs_rscs_relay.
My problem comes when I try to update a notification...
Hi,
I am porting our application from SDK10 nrf51 to SDK12 nrf52. The application takes use of a serial console accessible over UART.
I notice the new logger module...
Hi all,
i am V11 sdk.
Task:
i want to send and receive data without connecting the nordic_uart example
i.e ble_uart eg is send and receiving the data when we press...
Hi all,
i am using V11 SDk,
my task:
One board should broadcast continusuly.
if there is any neighbour is broadcasting ....then that will capture those data too...
Hi,
I am working on adc module of nrf51,through adc i am taking data and storing it in array.now i have to crossexamine this adc data with the prestored data and have to...
We are trying to complete Bluetooth qualification on our Cycling Power Service (CPS) against the Bluetooth Test Specification (Document Number CPS.TS.1.1.1).
We fail the...
We have been working on a project that requires the following separate segments be programmed to the board:
softdevice hex file
app hex file
UICR hex file
...
Hello,
I'm currently porting all my C++ code from SD130 SDK10 to SD132 SDK12 and I also upgrading from device_manger to peer_manager.
I've noticed that in peer_manager_types...
Hello,
It seems that NRF_LOG_BACKEND_SERIAL_UART_BAUDRATE has wrong documentation. In sdk_config.h it says:
// <o> NRF_LOG_BACKEND_SERIAL_UART_BAUDRATE - Default Baudrate...
Dear Nordic Team,
Thanks for support.
I want to know the possible for nrf52832 act as a sniffer. If it is possible means i want to latest sniffer hex code.
Dear Nordic Team,
Thanks for support.
I have tested Current Time Profile sample application whenever connect with nRF connect APP the debug widows shows always "Current...
Good morning all,
We have a circuit based on 51822 chip.
We are currently trying to monitor some value from 0v to 24v from the analog inputs.
It's working, however...
I recently saw that SDK12.0 provides a Bootloader Cryptography module. I'm not certain after reading the documentation that this module can support my use case:
infocenter...
Hi,all. i want to use nrf51822 to generate a 3.3M hz wave,but i don't know how to do this.Can this chip reach so high frequency?Can someone help me? Thanks !
I'm trying to implement context switching from handler mode to thread mode using PendSV. I set the PendSV pending bit inside an ISR with SCB->ICSR = SCB->ICSR | SCB_ICSR_PENDSVSET_Msk...