here I have a very strange problem. I m trying to send the data(1 byte) from slave to master,and I have to use the multilink demo because I will have 2 slave devices.
The...
I'd like to erase all the pages managed by FDS as part of a "Hard Reset" operation. fds.c has a hint of a "FRESH_INSTALL" directive (part of an enum defined in fds_internal_defs...
nrf51822
SDK v10
SD S110 v8
hello!
My pj is about ANCS+nus+hid mouse sevices.
If my borad had bonded with an iPhone,then download new hex from mdk ,and run.
...
Hello.
I would like to develop FW for the nRF52832, using Eclipse IDE + ARM GCC + Segger JLink OB.
I've seen on the segger webpage that the nRF52832 is a Cortex M4 processor...
When using app_timer through scheduler, a break and go will overflow the event queue if a timer is a repeat timer. The effect is that it's not possible to debug.
To work...
I need to be able to actively set the value being incremented in the Timer2 register on the nrf52 (what I believe would be it's main register). It seems that this might be...
The errata for the nRF52 indicates higher consumption in managing timers and GPIOTE. Does the BSP for SDK11 follow recommended practice to deal with these errata can I ask...
Hello,
I would like to know if there is a way that I could see the source code of the nRF Mesh Sniffer app for Android, just like the nRF mesh source code is available in...
Hi, I am currently using the nRF52832 MCU and have implemented hard fault handling as follows: I use the macro APP_ERROR_CHECK(err_code), which, in case of an error, calls...
Hi
I am trying to perform a full modem update on my nrf9160 DK board.
I started at v1.3.4 and successfully used the partial update method to go to 1.3.5
I then used...
Hi everybody, I'm looking to build a PWM generator with 2 outputs from 1-100Hz. Unfurtunately the current PWM API examples with Zephyr works only for 4-100Hz.
I've tried...
Hi,
I have just bought a PPK2 and (mistakenly on my part) assumed it must read the Voltage of the output as well (necessary for power measurements). I see now that it doesn...
I am using ncs sdk, my projects are under ~/zephyr-workspace. This is from an example project - blinkypwm. The clangd compiler shows the following erro: In included file:...
I try to simultaneous update (app + networkcore) with usb and external flash on my custombord And serial recovery, not DFU from app.
this is mcuboot config. I have set the...
i want to commission matter compatible smart switch into thread network.
but i'm getting internal error .
but other device like matter samples light_bulb (nrf52840dk)...
Dear Nordic Support Team,
I am currently using the nRF52840 development board and working on developing a dimmer switch. During the development process, I encountered a...
I just downloaded the latest version of nRF Command Line Tools: nrf-command-line-tools-10.24.2-x64.exe
My desktop is running Windows 10. The installation is successful....
Can you supply Ubuntu docker image to me to build matter project(ex: bulb)?
Pay attention to my Ubuntu server is offline, so it need to whole docker image, all I need to...
Hi,
I'm porting an application from nRF5 SDK (v16.0.0) to nRF Connect SDK (v2.9.0) to be able to work with the nRF54L15. While porting our ADC functionality, I noticed that...
I am working to convert from Thingy 91 to Thingy 91x. I have successfully used the modem_shell with RTT output and control and the overlay does not seem to work with SDK 2...
I'm having a lot of new trouble posting to devzone. I can not drag/drop files. It keeps suggesting "An error occurred. Please try again or contact your administrator." This...
Hello,
I have to handle two devices with one UART. Previously, I made it by suspending UART, changing its state between PINCTRL_STATE_DEFAULT and PINCTRL_STATE_SLEEP and...