Good day,
I tried to build the standard Nordic application: Blinky for the nrf52840dk/nrf52840 board from the following directory on my PC: c:\ncs\v2.9.1\zephyr\samples...
Hi,
I have an issue with VS code. The connected devices does not show my jlink debugger nor the DK. However, nrf connect desktop programmer shows them.
Toolchain: v2.6...
Hi,
I'm developing custom firmware on the appcore and netcore. The netcore runs BLE controller, as well another custom IPC service to communicate between the appcore and...
Hi everyone,
I’m working on a project involving the nRF7002DK, where I’m trying to combine two separately working applications:
A TinyML CIFAR-10 image classification...
Hi,
we are looking into incorporating a NRF52 module into our control units, but to allow extending the antenna position away from the case through male-female SMA cables...
I opened up the nRF Connect for Desktop application and noticed a new version for the SDK , 3.0.0. I also noticed that the application is being deprecated.
Inside of Visual...
Hi,
I am trying to use nfc_t4t_lib and I have some issues because processing incoming data takes some time (around 100 ms) and therefore sending the response occurs late...
Hi,
I want to change the device name before advertising. But it looks like I cannot open the adv pipe.
I have set writeable device name both from air and from application...
Hello
I try make a firmware update with nrf toolbox for iOS and i have a popup with "Please enable Service Changed Indication in your firmware".
In code, I have an error...
I need to connect to a LIN bus and Bluetooth on the same device. I'd like to use the ARM processor on the nRF51822 based module (PTR5518) to handle the LIN bus messages. LIN...
Hi,
After looking around it seems like the I2C example that used to be in the older SDK is currently not available anymore. I was wondering if it was replaced with anything...
currently, i am designing a wearable device using nrf52 as core soc. i just found that the nrf52 has two internal regulators, ldo and dcdc converter. in my case, the input...
I'm using a nRF51822 with 256KB flash and 16KB RAM, SoftDevice v5.2.1, uVision 4.71.2.0
I can compile and run the heart rate sensor, and it will become detected by mastercontrolpanel...
Hi,
I changed the chip from 16K RAM to 32K RAM. But seems the soft device report the below error when I use more then 16K address.
Error! Line: 0290, File: src\host_core...
Hello,
I'm interested to port a scatternet tree protocol but I'm not sure about that Gazell can support all.
My mandatory items are :
Each node can send or receive...
When trying to merge the Bootloader, Application, Softdevice 8.0 together I keep getting the error
"ERROR: The hex files cannot be merged since there are conflicts"
(happens...
I'm using keil nrf example ble_app_uart_s110_pca10028. I need to convert it for NRF51822_xaa.
I was able to create a new target and edit target settings for the NRF51822_xxaa...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
This post is not a question but a result of my analysis and so a answer to the above problem.
I tried both the Simple Uart Example from the Sdk 6.0.0 (Uart without interrupt...
Hello,
did someone made Altium footprint for J-Link Needle Adapter or managed to find it?
www.segger.com/.../J-Link_Needle_Adapter.pdf
I am planning to make PCB using...
Thanks to this post we can find USB port number of all segger devices connected.
But, as commented:
If I have both the dongle and the dev
kit (plugged to the PC...
Hi all
We use an external 32MHz crystal for the nRF51822 and set the register NRF_CLOCK->XTALFREQ to 0xFFFFFF00 according the reference manual V3.0, chapter 13.3. Afterwards...