I have a Zephyr application running on a NRF9160 using the Golioth SDK. I updated from their SDK from v17 to v18 and started getting undefined reference linker errors. I’ve...
We have a product that needs to support two different customers with two different SIM. One of the SIM requires the following four extra lines in the prj.conf in order to...
What is the reason for the two 1u/10V 0201 size capacitors in the reference design? I understand you possess much more sophisticated equipment and expertise than I do, but...
I am trying to set up an try a solution for channel sounding. I have a custom pcb that has the me54bs01 from minewsemi with the nrf54l15 and i am trying to test the example...
To create a release, we create an extended HEX by adding to the HEX file configuration data that will be located in non-volatile memory on flash. At startup, this configuration...
Hi everyone,
I'm new to Nordic development and currently working with a custom board based on the BC40C module (using an nRF5340). I’m facing an issue with the Bluetooth...
Dear Sir, I need 2 interrupt handle on 2 PIN, I have set 2 GPIOTE event: #define PIN_INT1_ACC 4 // INPUT Interrupt INT1 from ACC #define PIN_INTB_ECG 8 // INPUT Interrupt...
Hi, I have a set up consisting of an nRF52840 and Raspberry Pi communicating over IPSP following the zephyr OS sample docs.zephyrproject.org/.../README.html My application...
Hi,
I've been using XMONITOR command to check some radio parameters. ATM, I am checking those once/minute, right before requesting power save mode from modem. After updating...
Hello,
I wondering if I use the nrf5_SDK_for_Mesh_v4.2.0_src light switch example and modify it to suit my needs.
Q1. I want set up a proxy node using nRF52832 so that...
Hi,
in https://devzone.nordicsemi.com/f/nordic-q-a/24115/io-pin-signal-during-reset it is mentioned that the pins of the nRF52832 get set to input _during_ a reset.
...
This is my RTC init function. Whenever I start advertising in fast-advertising mode, and timeout for fast advertising expires, the RTC2 timer stops running and COUNTER resets...
Hello,
I am trying to make a simple power optimized BLE peripheral device based on nRF52840.
Here is the chart from the Power Profiler
The device advertises once in...
Hello,
I am trying to use "west" command in Eclipse but I am not able to do it.
I was able to do that in Visual Studio though.
I found this link https://devzone.nordicsemi...
Hi,
We are trying to configure the WDT and are running into issues. The plan was have a timeout of 30 seconds when running and then 24 hours when sleeping. Note we are...
While developing the power supply for edge cases of NRF9160-SIBA we encountered problems with both the continuous and peak current consumption, mostly during startup. We are...
I have a question on stack guard that I tried to enable on nRF52840 and hope you can give me some pointer to verify it is functioning properly.
Basically, I call nrf_stack_guard_init...
Hello i am making an application using hid over gatt. i changed original keyboard usb description with fido description for test, however, i don't get any event through. I...
the link i given below tells, how to make a haptic glove using arduino mega
https://hackaday.io/project/160405-diy-haptic-glove-for-vr
i want to do it with nrf52840 DK...
Hi everyone,
I'm working on programming nRF52833. I want to my nRF52833 is able to broadcast advertising and also scanning (In another word, my device plays peripheral role...
Hi
I have upgraded from an early version of SLM to the latest version in nRF Connect SDK ver. 1.3.1
the SLM application is running on a custom board with a nRF52840. Using...