Hi
Are there any examples of a custom board for nRF54L15?
I have a project built/running on the nRF54L15 DK.
I now want to create a custom board for the nRF54L15.
...
Hi, i am learning with thingy 91 x and nrf9151dk. I made the online courses and succesfully conect to the cloud with the nrf desktop quick start in both devices. Now, i would...
Hello,
I am working with a custom board that has the nRF52840 (via the ISP1807-LR-RS module). This board has the SIT1552AI-JE-DCC-32.768E MEMS TCXO. This TCXO chip has a...
It would be extremely useful to get the HCI Traces (BLE) of my nRF54L15 boards. Documentations: Embedded HCI Tracing For simplicity's sake, here is my setup: - nRF54L15DK...
Hello there,
I'm designing a set of devices composed of a remote and 2 peripheral. The remote's job is to be connected to the 2 peripherals as a central and occasionnaly...
Hello, I’m testing a PID controller for a quadcopter. When I compile the application with the optimize for speed then flash, I notice that the PID response is slower than...
Hi,
I have a couple of questions regarding reading the nRF5340 Temperature Sensor. This is a follow-up to the following DevZone ticket: https://devzone.nordicsemi.com/f...
Hello,
I try to add battery service in ble_app_uart , but it has some problem.
The Problem is that I can see the Battery service on the phone , but it doesn't change...
Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
Hi,
I want to test my PN532 module recently ordered from iteadstudio.com . .i have keil ide and tool chain and nRF5_SDK_11.0.0_89a8197 with adafruit_tag_reader example but...
I want to use the CMSIS-DAP provided here github.com/.../CMSIS-DAP
with the ble nano MK20D board. I don't need to make any changes to the bootloader. Just the firmware that...
Here: email.1and1.co.uk/.../Part_1.html
Bluetooth low energy (formerly Bluetooth Smart)
Shouldn't that be the other way round; ie " Bluetooth Smart (formerly Bluetooth...
hi, i gonna make a single wireless communication between nRF51822 chip and smartphone(nRF Toolbox) .
i can download some refernece layout of nRF51822 chip but there isn...
To adding more 128 bit UUIDs, more services, and more characteristic.
vs_uuid_count is the number of 128 bit UUIDs.
But I figured out the attr_tab_size only by increasing...
Hi there!
I want to send a float from nRF51822 to MCP App. I use this code:
float m_temperature = 26.3f;
uint8_array_t temperature_data_array;
temperature_data_array...
Hi everyone,
I was wondering if there are any issues turning on and off the ANT transmitting channel during run-time of nRF51422 with this:
err_code = sd_ant_channel_close...
I want to use master spi mode ,but when I build the file,it is always error.I operate like this ,First I open the project in ble_peripheral\ble_app_hrs\pca10040\s132\arm5_no_packs...
"Hi Guys, my nRF8001 BLE is working perfectly, But recently i was performing regression testing to check BLE connection, their i faced one issue after 10 minutes from nRF8001...
I am using SDK11 on a nRF52 board. I had some success in DFU, but also had issues.
Was able to upload the bootloader successfully using Master control panel. But it always...
I use the nRF52832 IC of WLCSP package.
In addition, it sets as follows:
{.source = NRF_CLOCK_LF_SRC_RC, \
.rc_ctiv = 16, \
.rc_temp_ctiv = 2, \
.xtal_accuracy...
Hi all,
I have a firmware in which I want to use BLE and ANT communication (with Softdevice S310) to send and receive commands from other Nordic devices or smartphones...