Hi All,
Sorry to ask this question, I just learned a little about cmake.
Now I wanted to add a few src files based on the light switch example in SES. Do I have to create...
Hi,
I have tried to use central_uart example on SDK v1.91 using nRF52832. I modified the central_uart file to send hardcoded value rather data from uart. It seems there...
Hi Nordic ,
My product is working fine but i'm focusing on improving consumption at maximum because it is working on small battery ( evoluated tpms application)
It uses...
This is my first time developing for Nordic processors. I am using Zephyr 3.0.99 with the nrf52810 on a ublox BMD-330 eval board. I connected a W25X20CL 2M-bit chip via the...
Hi,
I am testing NFC read/ write examples . in nRF 5 SDK 17.1.0
I am trying to write the tag using PN532 using the adafruit tag reader example but i receive error like...
Hi everyone,
I'm wondering on which plateform / app and how is it possible to read and retrieve the data sent from a nRF52833 Slave to a Mobile Phone (Master) ?
We have...
I followed your step by step guide available on your site for installing the SDK and Toolchain. My system are Fedora 36 with VS Code IDE, but the system detects the errors...
Hi, I'm running a DFU ble_app_buttonless_dfu on nRF52833. Unfornately, my board is not supported it use pca10100. SDK 16 only supports pca10056 and 10040. I have used pca10056...
Hi! I've been struggling with a bug on a nrf51822 product I'm working on. It features some I2C devices, a screen and a couple of sensors. The mcu gets a watchdog reset due...
I have nRF52832 with factory reseted FW.
I need to make 52832 enter bootloader mode without pressing button. By just RPI4 PIN control program.
Planning PIN connection...
Hello Community!
I have an nRF52840 DK and the Segger Embedded Studio. I have Open nRF Connect SDK Project... and chosen serial_lte_modem. I build the solution modifying...
New design and I have a weird behaviour on the low voltage output of the internal LDO for CPU .
I have monitored DEC1 voltage on scope
Thats all the supply pins...
i am working with s140 on nRF-52840 and i send the data with sd_ble_gatts_hvx() and notification on custom service but the length of transmitted data always = 501 even if...
Hi All
I have been successfully using a jlink flasher for quite a few years now but after upgrading the segger drivers as i have always done ever couple of months i now...
I'm attempting to check out the bootloader under the nRF Connect SDK 2.0.0. This is critical for us to be able to move off of nRF5. I am starting with the smp_srv sample,...
I would need some help undestanding zephyr bootloader compatibility and west sign options. The issue I have is as follows:
I have an old project based on Zephyr RTOS v2...
Hello Devzone,
Working with nRF9160 SICA B1A system in package, and Nordic's ncs v1.6.1 (Zephyr RTOS 2.6.0) I recently observe that a device tree board setting i2c instance...
i have a problem while i am using my phone to connect to custom service i mange to send and receive the data correctly but when i used nRF-connect for desktop the value of...
I have read the other threads regarding this, but doesn't appear to work.
I have noticed on my nRF52840 DK that P20 has a different pinout
So I have tried an assortment...
I have to implement a connection from my central device to another device with a specific name.
When I use the ble_app_blinky_c example everything works fine, BUT my central...