I am trying to use the scheduler, but I would like to know if it is possible to have events with different priorities... As an example:
Task A - Priority LOW
Task B -...
FIXED (see below)
Hi!
I'm developing software for nRF52 on nRF52 preview DK, which I got on the Global Tech Tour.
LED blinking (blinky) example is running OK, so I moved...
Hello everyone,
I am using the great platformio toolchain that supports the mbed framework so far. I am still a newbie to it however.
I want to be able to use both the...
Hello!
I have a device with nRF51288. And I need to fill technical specification with the following parametres: operation freq., channel bandwidth, modulation, number of...
Hello,
Does anyone have a suggestion for a production programmer for the nRF24LE1 One Time Programmable version? I have been able to program the units with the nRFGo Studio...
GOAL: To send one 20-byte data packet from an Android Galaxy S5 to nrf51822 and send three 20-byte packets from the nrf51822 to the S5 in a single connection interval of 10...
Hello, I have looked into the compatibility matrix and I couldn't find any clear answer about if the NRF Beacon Kit is compatible or not with the S130. Does anyone tried to...
Hallo,
I try to use app_timer on the dongle to raise an interrupt every 5 min.
The goal is to send the µC in power save mode and every 5 min, it shall wake up, measure...
In the NRF5 SDK 17.0.2 ble_nus_c.c are two calls to the evt_handler without setting event.conn_handle.
Please find attached a patch to fix this for on_hvx() and ble_nus_c_on_ble_evt...
Hi,
I'm trying to figure out what could make the current consumption difference between your blinky example with freertos and with the timer example ?
Here is my configuration...
Hello, this is my current setup: - nRF52840 acting as NUS peripheral, with properly configured coded phy (nRF SDK) - nRF5340 acting as NUS central, with properly configured...
Dear friend,
I am doing a test like this: 1. Connect the Bluetooth device with the nrf conncet app of the Android phone. 2. The notify (CCCD) is enabled. 3. Click "disconnect...
Hi,
we are using D- and D+ in our nRf52833 board, I want to use the CDC ACM USB class as Virtual COM port.
I found that there has a demo example in the \examples\peripheral...
Hi,
We have a problem that occurs when
1) the GPS is at bootup of nrf91: indoor when we start the GPS search, and it doesn't find anything or maybe just 1 satellite...
Hi,
Looked through PS v1.3 didn't see any reference, so probably the answer to my question is no.
But can you please confirm that for me - does nRF52833 support boundary...
Hello,
I am doing tests on nRF9160 DK and I observe that if I send more than 1024 bytes on a TCP or UDP socket, the bandwidth drops.
Here are some numbers :
for...
Hi there
I mount the 19pin connector on nrf5340dk board and connect to segger j-trace pro . The debugger function work well.
Later i modify the nrf9160 etm trace project...
Has anyone had success getting triggers on motion to work with the LIS2DH? I only have INT1 wired so I modified the drivers to work on INT1 as the spec document says it should...
I'm writing software for nRF52832 using nRF5 SDK v17.0.2
I'm using a timer to create a buzz/tone using timer 3. This works as expected.
I'm also using the SAADC to measure...
I'm learning how to use OTA DFU (via BLE) now. I have Python 2 and 3, pip installed in my Win10 laptop. When I install the nrfutil with PowerShell, I had some errors (see...
I've been using the nrf connect toolchain for a bit, and after some initial trouble it was working ok, but now its randomly giving this error whenever I try to build anything...