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,
Are there any conditions where the sd_ble_gap_disconnect() will not immediately terminate the link?
My Setup: Nrf52, SDK 13.0.0, own board, based from HRM code...
Hi!
I want to start scan in central mode after one connect has established and I received success evt PM_EVT_CONN_SEC_SUCCEEDED:
In a SDK13 I can make same, but at SDK15...
Hello!
On the firmware for a certain product, we are using the scheduler module to manage the access to the peripherals (SPI, TWI, Timer, ...), and have also enabled its...
I implemented manufacturer specific advertising to transmit important data without having to connect to the ble peripheral. These data can change over time so I need to be...
I measured the power consumption on NRF52840 DK with project peripheral blinky (SDK15.0.0). The average current is 704uA and the base current is 680uA when connecting to another...
I have a test suite connecting to a nRF52832dk using RTT. This one test writes random data to the UICR config area, resets the chip, then reads back the config.
When running...
Hell ,
I am planing to use nRF52810 for one of my mesh application,now query is
How much power consumption its will take when RF is disable and listening only external...
I am about to buy 5 pcs of nRF52840 DK Development kit for nRF52840 SoC to use for Long Range. How can I ensure the development kits are mounted with chip revision C or later...
Hi Team,
I have read in nordic documents that BLE 5.0 will have 1.4 Mbps of through put.
But when i am testing the through put example with my nrf52832 board, i am only...
Hello. I'm using the example of the light_switch_server project. I need to configure a server (light bulb) driven by 3 clients (buttons), how can I do? I tried this way, but...
Hello Nordic,
I have to transmit data from the nRF Chip(now i'm testing nRF52832 DK Board) to a PC on UART serial.
Each beacon has transmitted advertising and scanRSP...
Based on the nRF24L01P Product Specification 1.0, after 24L01+ enters into Standby-II state, the only 2 ways to leave this state are 1, set PWR_UP to 0, 2; 2, Feed data into...
I've picked up the DK after a break. Installed the toolchain on my new laptop and was ready to throw the 'blinky' example from the SDK on to it to get started. It did not...