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...
Hello,
I want to capture 802.15.4 nRF packets with a python script using the pyshark library and an nRF52840 DK sniffer and an nRF52840 Dongle. the problem is that when...
Hi,
I've successfully integrated an out of tree driver using the out_of_tree_driver example in the application_development sample folder for Zephyr; it has built and ran...
Hello,
given that the Micro:bit V2 (Nrf52833 based) has been promoted in Webinars, I am surprised on the lack of enthousiasm in getting it to work properly under NCS/Zephyr...
Hi
I checked how AT%XOPNAME could be used to receive notifications about operator name updates. However I'm wondering about the notification syntax.
According to the specification...
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v5.0.0%2Fmd_examples_sdk_coexist_ble_app_uart_coexist_README.html&cp=8_2_3_3_1
In this...
Hi,
I developed some multi peripheral units. and also i developed some central units which are allowed to connect to the multi peripheral devices.
F.E: i got 2 multi peripheral...
dear all
I use nrf52840 to compile a library with floating-point operation. I configured it in my *. Conf
CONFIG_ FPU = y, but we can't find sqrtf, sinf, logf and so on...
For a customer I am developing a Zigbee coordinator / Gateway with the nRF52840. As software basis I use the “Zigbee cli example” from SDK V4.1.0.
So far, everything works...
I installed nRF Connect SDK v1.6.0 and SES Nordic Edition through the nRF Connect toolchain manager (Windows 10). I'm finding that I can't use the "open nRF Connect SDK Project...
Hello,
I'm trying to make the RF frequency of TX channel configurable.
I have noticed that anything higher than 0x50 is not acceptable for sd_ant_channel_radio_freq_set...
Hi,
I wanted to use the console on nRF52840DK in high-speed UART mode (921600bps) but it fails and I just saw the DK User Manual says:
Baud rate 921 600 is not supported...
I'm using the ble_nus_c NUS client code for a custom 1:1 data link between two embedded nodes, just pinging a few bytes of data back and forth every 3 seconds. Bonded connection...
Hi,
We are using nRF52840 SOC with our custom board . Due to some reason, the SWD data line( SWDIO pin ) shorted .
So now we are looking into how we can program nRF52840...
From SDK we can see that there is a lot of events about security. I've read some of them by comments and still a little confused about the difference of them.
Could anyone...