What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
Hi,
I've implemented a buzzer service with the following code:
m_top is 1880 such that I get a C note/tone at the buzzer.
I also use the following evt handler function...
To the kind attention of Nordic support team,
using Nordic ble sniffer, I can see these notifications, and there is sometime this bad MIC packet.
Our connection is not...
Hi, I am calling sd_ble_gatts_hvx() api every 100 milli second. but BLE_GATTS_EVT_HVN_TX_COMPLETE event is coming a little late. Initially, for few seconds, this is not observable...
can you please help me to connect without error
example code ble peripheral i try all examples but get same error, i use sdk v15.3 and segger embedde studio v 6.32
Hello! We are trying to sign our data using ECDSA ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/crypto/ecdsa/README.html ) . We are comparing the...
I am developing a time sensitive application using multiple peripherals that are sending sensor data to a central using softdevice 15.0.
Every connection interval I should...
Hi,
I have an environment variable with newlines and that is messed up by the VS Code extension. It seems that the extension tries to parse and rewrite the whole environment...
We're evaluating options regarding pre-certified modules. Usually modules are certified using a specific SoftDevice. The module we liked to use is FCC (and more) certified...
Hi Nordic team,
I’m testing neighbor cell measurements with 9160DK and see completely different results with 2 SIM cards:
Google Fi SIM (T-mobile): 1 neighbor in most...
Hi, We are using NCS v2.0.2 on nRF52840. I have a question: what is the best practice to re-configure uart/gpio at runtime? What we need: 1, Configure 2 IOs as UART TX/RX...
Is there a way of visually verifying if you're programming an external board with the nRF52840DK? Sometimes I'm not sure if the pins are wired up correctly, in which case...
Toolchain Manager reports "VS code not detected..." when I try to "Open VS Code".
This problem started after I upgraded Toolchain Manager to v1.1.3.
The log file follows...
The 15nH inductor specified in your example designs Taiyo Yuden's HK100515NJ-T is not available. A recommend replacement is Johanson L-07C15NJV6T (Digi-Key). Is this part...
Dear Community, Where can I find/download the very cool VScode color theme ? I mean the one that is visible on Nordic's screenshots on the website: https://nrfconnect.github...
Hi,
I am trying to create 2 elements with the same vendor model implemented.
My vendor model enables to switch on a pwm_led at a particular power during a given time....