I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
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...