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...
Board: nrf52840dongle
sdk-nrf: v2.9.1
the dongle is central device, and I am using bt_scan_filter_add and connect_if_match = true to connect to my peripheral device...
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...
I try to turn off the system with sd_power_system_off()
// Go to system-off mode (this function will not return; wakeup will cause a reset).
err_code = sd_power_system_off...
Based on 'ble_app_template' in nRF5_SDK_12.2.0 (S132), I develop a program with nRF52832.
The problem is that the program will restart after reaching APP_ADV_TIMEOUT_IN_SECONDS...
Hi,
I have a few questions about using floating point in nRF5 chips. As discussed here , nRF51 has no FPU but we can simply use "float" in Keil and have the operations...
My device as a slave, if the surrounding environment is not good, the unknown master device connected to my slave device caused the real master device to be unable to scan...
Dear Nordic family,
I tried programming MDBT40 (purchased from Raytac ) with the same code which worked with nRF51822 Bluetooth Low Energy BLE 4 and 2.4GHz Wireless Communication...
I'm trying to implement a simple RTC timer into my project, and it seems like the app_timer module is the best way to do that, especially when using the Softdevice. I added...
Hello,
we are facing the following issue when using Android and trying to rebond with a previously bonded S110 peripheral:
Bonding the Android device with the S110 based...
We are looking to store a unique name and number in each device as it is provisioned from the factory, and are considering using the UICR. We are using something close to...
when i use the ble_adverting_start(BLE_ADV_MODE_FAST) it return error code : 8 it is from then APP_ERROR_CHECK(err_code) it can system abnormal. the error is from sd_ble_gap_adv_start...
I use PCA 10040 as a Central, and PCA 10028 as a peripheral. I want the central to connect and pair and bond with the peripheral.
I use S130 for PCA10028, s132 for PCA10040...
I have an application which uses the S132 softdevice and communicates with a DAC over I2C. The twi is in non-blocking mode. Furthermore, there is a significant delay between...
Hi All,
I'm busy exploring the ble_peripheral_uart example and ran into a couple of issues I don't fully understand. Upon flashing the S140 SoftDevice and application program...
Hello All
I am using Soft device 130 and SDK version 12.2.0 ..i am planing to make SPI camera Interface .
I referring SDK online document..there is no any API for slave...