Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
HI,Therd:
I used the mesh sdk 5.0.0(BLE SDK 17.0.2), and run the example light_switch_server_nrf52832_xxAA_s132_7_2_0.emProject. when i use the nRF Mesh app on the phone...
Hi,
I am evaluating nRF53 for ZigBee in a Linux application that implements a MQTT-SN Gateway. I am interested in learning about Linux board can connect to the nRF53 (USB...
using nRF5 SDK 17.1.0
Segger
I need some understanding of the QDEC. if I connect a motor that has a A/B output at a 5KHZ rate.
what is the maximum rate at which the...
Hi,
We are trying to change the name of our BLE device of our solution with being always different for each device. The device name would be like a serial number that is...
SDK: 7.0.2
CHIP: nRF52840
I'm faced with strange dfu behavior.
The dfu SD+BL+APP (softdevice 6.1.1 -> 7.2.0) is working fine which was flashed by j-link.
However...
Hi,my project is going on with nrf5340dk,i use the codec tlv320aic3109 to record audio data.i have the linux driver about this IC,but i haven't familar linux driver.could...
Hi,
I am trying to utilize the nRF Thread Topology Monitor with the CLI example from nRF Connect SDK, but it does not seem to work. " Error - No response from Thread CLI...
Hi,
Want to know more about NV memory interface
Do we have implementation in Nordic SDK for to keep the data stored into the memory
Please share the code path if we...
Hi,
Yesterday I received the nRF5340-DK. I started following the 'Get started' procedure on the product page. The LEDs start pulsating and pressing the buttons lights up...
Hi,
I have some issue in developing APP for devices based on NRF51822. They have been developed in 2016 with an old bootloader, when there was no use of zip pack. We usually...
My project uses nRF52832 and I'm at the point of the project where I'm trying to minimize power consumption.
To assist in this, I created a very small main() that goes through...
Dear Support,
I have tried to find the correct info to integrate the DFU functionality of the nRFConnect app on the phone into our own mobile app. We want to be able to...
Hello
I am using the NRF9160 and I can see that modem RF transmitions cause some EMI issues
I would like, for a period of few seconds each time to stop modem transmitions...
Hi, dear Nordic team,
We've already purchased a few thousands of BC805M BLE modules (nRF52805) for our upcoming mass production. During R&D, according to datasheet, we...
I need to use Delay of few Micro/ Milli / Seconds without pushing the MCU in sleep i.e. without using k_msleep() etc. Is there any library for this purpose in Zephyr ?