I was trying out the led_strip example in the zephyr samples on my nrf52dk/nrf52832 board with a single external WS2812B neopixel led connected at P0.23 , using the WS2812B...
I kept getting the compile error when trying to build `sample/subsys/fs/fs_sample` ( github.com/.../fs_sample) to `nrf52840dk/nrf52840`.
```
C:/ncs/v2.8.0/zephyr/drivers...
Hello,
I am working on the Raytac MDBT50Q-RX dongle which has the nrf52840 chip embedded. I am having issues programming it using the debug pins on the module, using the...
Hello,
I've been trying to get the nRF Desktop Dongle/HID Forwarder to work, ie. I program a nrf52840DK as a HID forwarder, it connects to my bluetooth keyboard, and then...
Updating from NCS2.6 to 2.8, the access to my QPSI Flash chip got broken (mx25r64, connected and configured using QPSI exactly as per the nrf5340DK board)
DTS entry:
...
Hi,i I am testing the sample(ncs\v2.7.0\zephyr\samples\drivers\spi_bitbang) at a 52840DK board, with overlay setup like these:
spibb0: spibb0 {
compatible = "zephyr...
We are using the nRF5340 with the nRF7002 Wi-Fi module on our custom board. Our application periodically sends data to a server. During continuous testing, we encountered...
I get FDS_SUCCESS after I do fds_write(&desc, &m_dummy_record).
But when I do rc_read = fds_record_find(FILE_ID, REC_KEY, &desc, &tok); I get an error code rc_read = FDS_ERR_NOT_FOUND;...
Hi all,
I am trying to develop an Android app to connect to a nrf52832 running the ble_app_uart example. Previously I was using the Android-nRF-UART codes as a starting...
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...
I'm having a frustrating time trying to enable UARTE1 to stream fast ADC results to a terminal.
I believe I have edited sdk_config.h correctly, but looking at nrf_serial...
In continue to https://devzone.nordicsemi.com/support/233777 We tested the demo for some days, it works. But last week it stoped on open socket with error -47. At the same...
HI,
I have successfully installed Wireshark and nRF Sniffer on a Windows 64-bit machine. Now I am trying to duplicate the process on a windows 32-bit machine without any...
I want to flash in dfu sample.
*nrf_dfu_flash_erase *nrf_dfu_flash_store Called nrf_dfu_flash_init (true) to execute the above function. Since true is set in the argument...
Hi,
In order to be absolutely sure, can you confirm me that the nRF9160 module can be configured with following interfaces running simultaneously, all with dedicated GPIO...
OS in development environment :Windows7 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
Device : nRF52840
Softdevice : s140_nRF_6.1.0
SDK : nRF5_SDK_15.2.0
Hi guys, I'm facing some trouble to put my rtc working properly. I made a code based on the rtc example...
Hi, I am developing 3 devices, two of these devices should act as nodes and send data from their respective IMU sensors to the 3rd device(central device).
I have been looking...
Hi all,
My name is Szabolcs Vass. We are developing a project with nRF9160 SiP on our custom board. We want to send some measurements periodically to an MQTT server. After...
I have realized the cutdown function with the examples. But now I want to reflesh the number I have published, which means that I first publish a number, then I want to publish...
Hi,
We are using nrf51422 in our project and SDK we are using is 12.3 and soft device is S130. In our project we need Bluetooth device should be connected to upto 3 devices...
Hi
I did DFU with button, i can enter and load zip pack over nrfToolbox mobile.
I tried butonlessDFU, i copied services "experimental_ble_app_buttonless_dfu" and with...