Hello,
I've been working on a project involving an IMU and bluetooth for a while, and had been using the IMU (LSM6DSO) on polling mode. Unfortunately, I found out that I...
Hi,
If anyone has time, I'd be grateful for a quick review of my board. It is my first board, I'm still learning, so I would like to know where am I making mistakes. It...
Hi,
when i try making a new connection with a new device using my for loop (reconnecting using the adresses that i stored in an array), i sometimes can get a warning which...
Hello!
I am working to design and build a custom PCB using the nRF7002 chip and came across this callout on the schematic diagram and wanted some clarification about it...
Hello,
I am trying to use an sdcard with the nrf54l15 DK board with the 2.9.1 sdk. However I encounter "<err> fatfs: Storage init ERROR! error: -134" when calling the disk_access_init...
I will attach my main.c and skd_conifg, maybe i'm overseeing something in code. Also i will attach schematics and pcb. I'm aware of RGB led consumption, in reality it's around...
I upgraded the SDK to 3.0.0. and now I have an issue:
"Actions/Flash" command fails with "Timed out waiting for RRAMC.READY.". "Actions/Erase and Flash" works.
I am on...
I have a star network that works faithfully in no ACK way, using only pipe0.
Now i want to use pipe 1 to transmit from one nRF24L01+ to the star center, with ACK this time...
Hi All,
I would need to get around 11Mbps data rate. I need around 5meters range. Is it possible to use multiple antennas and do a sort of MIMO.
Thanks,
Paul
Hi,
i am disabling ppi channel so that my adc should stop working(i am taking data from 3-axis accelerometer), this process i am doing by pressing button(bsp_event_handler...
Hi, I am currently working on a project, where I need to change my timer ticks whenever I receive a number from the UART app. The code for receiving data is complete, but...
I am looking for a solution to determine the IC revision information as well as the build code for the nRF52.
For the nRF51 series exists this compatibility matrix pdf...
Hi,all~
I got a question about pwm's timer. Here is my working environment: SDK 10.0, SD8.0, IC VERSION: qfabc0.
I use timer1 as clock of pwm. APP_PWM_INSTANCE(PWM1...
Hi Everyone!!!
I am interested in nrf52832. I was going through its product specification v1.2 available over here: link text
At page no: 1, in the section: Key Features...
I have a nrf51 Dongle handy and I'm wondering if it can be used as an ANT+ to USB gateway for running simulANT+ on my PC?
If this is possible, where can I find the dongle...
Hello, I have device with nrf51822-qfab and I need to run ble_app_template (use softdevice s110). What version of SoftDevice I must to use with SDK v6.1? About problem: It...
Hello, I find these structs:
ble_gatts_attr_md_t
ble_gatts_char_md_t
show up quite often in example projects. My qeustions are:
What are these? And when will I be...
I am using esb dpl in nrf5 sdk v11. I want to put a special packet in ack payload. but I think nrf_esb.c code can not do. the reason is that when on_radio_disabled_rx() is...
Hi,
I am developing a printed circuit board for myself using a NRF52 and I am unsure how to actually burn a bootloader program to the NRF52. Additionally, once the bootloader...
Hi All,
my device wakeup from system off casued from reset RWOFF, I read the register RESETSRC and byte E is 1.
maybe there is something about the configuration of gpio...
Hello,
I was reading about that 6LowPAN is being used in the IoT SDK.
I have a few questions about this.
Can the 6LoWPAN node communicate with another 6LoWPAN node...
Hi,
I am working nRF51822 communication. I am using nRF peripherals examples in SDK 11.0 series.
I would like to know the sleep mode examples in communication like after...