I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Hi,
What cellular connectivity, the provider's DNS, and backend cloud services, invariably connecting over MQTT is transient and the internal blocking timeout of mqtt_client_tls_connect...
I'm using Zephyr on a nRF52840 and I'd like to use the QSPI with the Fat Filesystem. I added the following Config statements to prj.conf:
The nrfx QSPI driver and file...
Hello,
I am wondering where to change the baud rate for the UART in the NRFConnect SDK using zephyr. I am working with the peripheral_uart example.
Thanks,
RJ
Hello,
i just migrated from nRF51 to nRF52. I tried to implement my custom service. I followed the tutorial from this site: https://github.com/bjornspockeli/custom_ble_service_example...
Hello,
in our application we have two devices. A nrf52840DK as central and a BMD-300-EVAL (contains a nRF52832 chip) as peripheral. We need a timer/counter that generates...
Hi,
I had used nRF Connect Programmer to flash nRF Sniffer firmware on my nRF52840 Dongle, but after that, when I tried to flash the firmware again, I found that there was...
Hi,
I want to add new peer to peer manager using pm_peer_new().
pm_peer_id_t p1 = 0;
pm_peer_new(&p1,&bond_info,NULL);
there are no peers, so trying to add as peer_id...
Bought 2 nRF5340 DK kits from Mouser. Followed the setup instructions and fell at the first hurdle. Attached NF antenna, connected to USB and switched on.
Nothing. Green...
Hello,
I am currently working on a project that requires data to be sent over Bluetooth. I currently have an NRF52832 Development board and have been trying examples and...
Is there any difference in terms of RF performance between different hardware versions of nRF52840? Can someone point me to the relevant documentation?
Thank you
I am working on the nRF52840 DK board SAADC module with nRF5_SDK_17.0.0 SDK, and I am unable to get the output on RTT.\
I am working on the pre-prepared program from the...
Click DFU after connect. Navigate to folder. Click .zip update file. Click OK. File name does NOT appear in chosen text box, box remains empty. Works correctly on English...
Hi everybody, I'm trying to set up my 52840 DK to scan for BLE_GAP_PHY_CODED advertising packets from 52840 Dongle. I think I was able to program the dongle, because it doesn...
Hello,
I've been tasked with adding radio test functionality to our manufacturing support firmware. I reviewed the comments here on devzone and studied the radio_test...