We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hello,
In a previous post I asked about scanning and connecting based on specific advertised data. After some testing I realized that my two nrf dks only connect sometimes...
Hello; We want to use the GPS peripheral of nRF9160. Qorvo QM14501SR LNA is used in your evaluation board. QM14501SR is expensive for our project. Can we use LNA without band...
Hi,
i am working on nrf52832 . i am facing advertising issue with custom board. controller advertise only when i touch 32.786kHz crystals or two capacitors with my finger...
Hi,
I use example projects Thread: CoAP Client and Thread: CoAP Server . I can send and receive data over CoAP. My purpose is to use CoAP, CoAPS and UDP tohether. If client...
nrf_ringbuf has a bug which happens when mixing nrf_ringbuf_cpy_put() with nrf_ringbuf_alloc() and nrf_ringbuf_put(). After copying data with nrf_ringbuf_cpy_put() a later...
Hello,
at the moment we are trying to realize a low power delay with the usage of the APP_TIMER.
We need a low power delay over 10 seconds.
This is our attempt:
...
Hello,
we are developing an application with a nRF52832 on a custom board. The application works fine. The application on the nRF52832 consumes 2.2mA @ 2.5V.
The other...
Hello,
Our Project
at the moment we are developing an application with a BMD-350, which contains a nRF52832 chip.
The BMD-350 is on a custom PCB with another microcontroller...
Hi,
I am trying to prgram the nRF52840 DK board (revision 2.0.1) within a virual machine (VirtualBox running Linux Mint). I have installed the SDK and the nrf command line...
I'm not even exactly sure how to describe this problem, so please bear with me. I have a setup with two nRF52840s, one of them (call it B) functions as a peripheral server...
I have two devices, both nRF52840, one as Client, one as Server. There are a few services defined with a few characteristics in each. Two of the services have values like...
I have now had two units exhibit nearly the exact same behavior, and it seems odd to me for them to be so similar. I'm wondering if anyone else has seen similar. I have a...
Hey all,
I have a USB CDC ACM application that works great when it starts, but I'm not able to get it running without the debugger. This is SDK 17.0.2, there is a SoftDevice...