Hi,
I am currently using 54L15-DK to create a radio test example, but there is a problem when I build the project: - sdk version: v2.9.0 - toolchain version: v2.9.1
...
Hello everyone,
We are developing products with nrf52840 and our default supply voltage is 1.8V.
Is it possible to program a custom 1.8V board with nRF52840DK?
We are...
Hi
I am using nRF52840 with SDK 15.3.
I have a project where I uses FatFS to write to a SD-card with SPI interface (SPIM3). This works very well.
I am now trying to...
Hi everyone,
I'm currently following the "WiFi Fundamentals" course provided by Nordic, and I'm encountering issues with this specific exercise (l5_e2):
To ensure I wasn...
Hi,
I am working on a project with nrf52832 and LIS3DH for a beacon.
I have added the low power feature into my application to go to standby mode in case of inactivity...
Dear Nordic:
I used V2.8.0 SDK to build light bulb, and I have commissioned bulb A(node id: 11) and bulb B (node id: 11) successfully!
Then I used below command to add...
Hi,I am using NRF54L15 DK in which I need to transmit audio data over BLE where that data will be used for only plotting in application,I am using sampling rate of 16000 and...
Hi,
I am trying the connect MIO Fuse heart rate band. It follows the standard specified by Bluetooth SIG i.e Heart rate profile UUID is 180D and the heart rate measurement...
I'm currently woking on doing my own DFU system, the system should work this way : the central gets a new version of the app via the internet network and it should update...
How to establish communication with a peripheral through I2C ?what are the functions needed to define address and write and read from the slave address
Hi,
I followed the instructions for importing the Thing:52 firmware into SES and managed to get the firmware compiled and loading, and the code reaches the main function...
Hi,
I'm following DFU quick start guide and I'm using mesh SDK v2.0.1, I have a problem in step 4 wheere I need to generate a hex version of device page, I did this :
...
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...