Hi there,
Currently, I'm working on a solution where I need to design a software UART through emulated GPIO pins for nrf52833.
The requirements are that, solution would...
Hello,
I'm trying to upload code to an external board using an NRF52dk, and am having an error in vscode as shown below.
My issue seems to be very similar to the one...
Hi, We have an application where we need to predict drift between two nRF52833 systems in low power mode running from LFRC (low frequency RC oscillator). Section 5.4.4.4 of...
Hello,
I work on a thingy52 since few weeks with a nrf52832 SoC. When i'm turning it on and connecting it to my computer, there is no led turn on and it is not detected...
I am working with the unicast samples where one board is configured as a server and the other as client. Initially i had trouble installing the SDK, but it seems to be working...
I am developing a Github CI pipeline to automatically compile, sign, and upload firmware images for a nRF52840 device.
Because I don't have direct control over the machine...
Issue with debug on the PDK eng_rev_B PCA10156
Segger does not recognize the chip and debug fails across multiple sample applications
debug message results:
JLinkGDBServerCL...
Mesh core is aware of the total length of DFU package. Why Application hasn't this data?
DFU packet DFU start has data field Firmware length (see here ) Mesh data structure...
Hi,
as my project moves forward I've switched to development of central board. In addition to space restrictions the board is promising to be a resource hog. A 2500+ mAh...
Hi,
I am using SDK13 and have noticed some critical issue with peer manager while bonding. The problem is that after performing dfu of my device (which was bonded with two...
Hello, I'm developing application starting from blinky example extracted from nRF5_SDK_15.3.0_59ac345 SDK. I see (using nRF Connect) that the connection result as "unencrypted...
This thread in zephyr community has left me confused about the features supported. lists.zephyrproject.org/.../31926113 .
Can you please confirm I can advertise and make...
when i try to debug with the segger develoment envrionment using a segger j link
i get the following log and a generic error
this is straightout of the box code no...
Hi ,
I am working on a NFC project which has below requirements , could you please help check if we have any existed example I can test ?
1. Support standarded ISO/IEC...
I'm looking for a nodified 'Wireless UART example" that I can use for a range test.
https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/wireless_uart_15_4...
Hello,
I have problems using nrFgo Studio with my J-link programmer. The "nrf5x Programming" section is greyed out when the j-link is connected to the PC and the MCU....
I am working on a client to collect data from a continuous glucose monitor. I see that the CGM Service has been part of the SDK for some time. But there is no matching client...
Hello
I have nRF52840-DK and also a nRF52840 Dongle with me and i have installed SEGGER Embedded Studio with "nRF5_SDK_for_Thread_and_Zigbee_v3.0.0_d310e71" SDK downloaded...
Hi--
On dev kit PCA100056, SoftDevice s140, SDK 15.3, in project ble_app_uart_pca10056_s140, we are trying to operate the UART TX/RX characteristic with outgoing payloads...
Hi All,
I'm very new to this Bluetooth mesh technology. Currently I'm referring to client/server switch example.
Without making any changes in the firmware I compiled...