Almost all of our carrier frequencies have the offset of 118KHz. How can I tune it in the software beside changing the capacitor?
I have gone through and
Hello. Using the Zigbee messaging cluster, we are writing code for data exchange between ZR and ZED. (Based on the Zigbee example light_bulb/light_switch/light_coordinator...
Hello, I've tried to implement rtt logging in my own project but the control block cannot be found. So I tried the saadc example and that did not work either, I tried to use...
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...
Hi,
I have a custom implemented DFU that I used in many nRF52832 designs.
This one in particular fails when I am calling nrf_fstorage_erase. I am trying to erase 40...
Dear all,
I am trying to work with FOTA. I am able to run successfully the http_application_update.
But now, I want the device to download a custom firmware that I...
Hi all,
I am trying to set up UART communication on the nrf9160. I am using the nrf9160 DK and zephyr.
I have selected device UART_1 and after I cal functions device get_binding...
Hi,
I am trying to implement OTA updates on iOS. Where can I find out what error 10 means?
Below is the log of events from my app. Please don't hesitate with questions...
Hello guys,
I have nRF52840-based BL654 SoC module on my custom board and I develop the firmware in SDK 15.0.0 environment with s140 SoftDevice.
Among other things, I...
One little example At the bottom of file nrf5SDKforMeshv310/bin/ospace/examples/dfu/dfu_nrf52840_xxAA_s140_6.1.0.hex
We can make it more human-readable by utility from...
Hello,
I'm trying to make custom board based on Thingy 52.
First problem that I get I want to change gpio's order according to my needs.
I can't not find where in the...
Since the manual for the nRF9160 DK doesn't have a full schematic, I'm not sure what sort of power supply decoupling the nRF9160 needs. What are recommended bypass caps, if...
Hello,
I've modified(added custom libraries) an existing example project from the SDK(v 15.3), and I'm trying to build and flash it.
The project compiles fine, but throws...
Hi,
I am using nrf52840 with an ADC that senses data and sends it via bluetooth. I want it to sense data, store it in the memory and then send it via BLE and then start...
Hello,
The current project I am troubleshooting includes an NRF51822 chip. The project includes a boot loader, application hex, and soft device S110 V7.3.0. It was noticed...
When trying to install the nRF Connect app (3.1.0) on a windows 7 machine, it hung up and froze during the Jlink install. After using system restore to go back before that...
Hello we are using SDK 15.3 and SD s140 v6.1.1, we use the cryptocell to do some AES encryption as well as MAC and ECDH.
We noticed that our application was running quite...
Hi,
I'd like to test how long it takes to get a gps signal and send the nmea string via udp. Therefore I took the example 'udp_gps'.
As far as I know the program starts...