Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
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...