Hello,
I have a BLE peripheral device that becomes the server once a connection is established. The BLE services and characteristics are all custom, I will include the defines...
Hello,
I am working on developing a BLE peripheral FW (Reader) with NRF52840 using nRF Connect SDK 2.0.0. The Reader has two MCU, one is BLE MCU and other is the main...
Hello, I am developing a custom board based on nRF52832 that should spend most of it's time in SystemOFF mode. Eventually, it will wake up on an GPIO event caused by the external...
This ticket is related to an old unanswered case ( Openthread otUdpSend transmit finish ). I need to send a large UDP message in chunks and therefore need to be able to tell...
Hi,
I am working on setting up multiple ADC channels in the device tree. My starting point is here , which seemed to be an unofficial ADC example that many ADC-related...
Im building a wireless sensor network for farming applications and the issue I face is that when I supply the nrf52840dk from the external supply pins (P21) I get like 25μA...
We have a device that works correctly on iOS, Android, mac, but disconnects on some Windows machines. We use nRF5 SDK 17.1.0 and s132 7.2.0. The disconnect occurs after the...
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...