I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
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...