Hi I'm trying to load a custom board with nrf9160 with the Serial LTE Modem, and route the AT commands to the UART from a coprocessor (ESP32C3) I have followed the guide on...
Hello,
we have a working system on the nrf9161 that works without zephyr. We have our own secure firmware that successfully uses the cc310 after we start the actual application...
Keep hitting my head on this inconvenient workflow.
Edit build config
Select target custom board
Build config
All OK
Edit config again
Target board has been...
I have used the Programmer previously with success. I am attempting to program the Dongle (10059) with a slightly modified version of ble_nusc_usb_dongle. Although it claims...
Hello Team,
I have flashed the bap_unicast_server bluetooth sample on my nRF5340 Audio DK. No build or flash errors. When I connect to my phone it connects properly. I'm...
I'm working on a project involving a USB dongle based on the nRF52840 SDK-2.9.1, which needs to communicate with a sensor (also an nRF52840) and transmit data via USB to PC...
Hello Nordic team, For the ( POC), I configured ADC channel 1 and interfaced a potentiometer to pin P1.14. The ADC was set up accordingly to read raw value from the potentiometer...
I have a question about Nordic's implementation of FreeRTOS. In the FreeRTOSConfig.h the following is defined as:
/* The highest interrupt priority that can be used by...
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...