Hi,
I am wanting to talk to this external 1Mbit RAM chip through an SPI interface: https://www.microchip.com/en-us/product/23lc1024 with the nRF5340 device. Preferably,...
Hi
It seems that the default minium DTLS handshake timeout is about 1 second. That means, there is a retransmission if a response isn't received within this timeout. In...
Hello,
We are developing nRF5340 SoC and is currently using Thingy53 as our reference design, our NCS version is v3.0.2.
So far, we've been able to use dfu-util tool to...
Hi,
Due to pcb constrain, we need to use single button mode with PG/RESET routed to SHPHLD. In this mode long press for reset in the datasheet but nothing is said about...
Hello,
I am working with the DWM3001CDK (nRF52833 + DW3110) using SDK 17.1.0 . I have successfully compiled and flashed the DTM example.
I am trying to use nRF Connect...
this is my prj conf
# Bluetooth
CONFIG_BT =y
CONFIG_BT_BROADCASTER =y
CONFIG_BT_OBSERVER =n
CONFIG_BT_PERIPHERAL =y
CONFIG_BT_DEVICE_NAME = "Range extender"...
Hello,In normal condition, I use UART,pwm,spi an so on.Now I want to clear the configuration, and enter System ON mode.But I don't want to system reset.
How should I do...
I am currently using s120 to create a central device to scan for my peripherals. In addition I am trying to parse the Advertising Report data and send it via UART.
p_ble_evt...
I have use PAC10000 and RF51822 EVB ,when i run sniffer.exe,and I found nrf51822 ble,[0],
select "w " and show " Starting Wireshark",but always show " Starting Wireshark...
Hi All,
I need the slave node(S110) send advertising continuously and monitored by master node, so I set the advertising parameters as:
adv_params.type = BLE_GAP_ADV_TYPE_ADV_NONCONN_IND;...
hi all,
I use the Nordic BTLE SoC(nRF51) for develop product and now i have some issue for the the btle compatibility with other vendor btle.
Whether i use the dongle...
I would like to send the application, soft device and bootloader firmware versions
by means of the device information service.
How do I read the soft device firmware version...
I'm trying to write a test service on a PCA10001 that transmits a single scalar value that is computed from a few different sensor readings. I would like this service to send...
Hi everyone,
I have an interesting problem loading the S110 SoftDevice. First, loading version 6.0.0 onto the Evaluation Kit using nRFgo Studio works fine. However, loading...
hey,
I am new to eval kit and i am asking a very basic question, i want to send the RSSI from PCA10001 board to usb dongle PCA10000.i am looking the examples in sdk for this...
I'm seeing periodic disconnects with an iOS client application and the NRF_ERROR_SVC_HANDLER_MISSING which I gather may mean there is a compatibility problem with SDK and...
I try to use nrf51-ble-app-lbs with softdevice 7.0
I download ble-app-lbs at github.com/.../nrf51-ble-app-lbs
And change IROM1 start at 0x16000 lenth 0x29000.
...
Hi
wil it be possible for you to compile gzll_iar.a for SDK_v5.2.0.39364 ?
I have an aplication running whre I need gazell functionallity; and I have trouble converting...
When I would like to change advertising interval, should I execute sd_ble_gap_adv_stop & sd_ble_gap_adv_start again?
Is there any way to update its interval without stopping...
We will be using nRF51422 with S310 SoftDevice for our development.
ANT for mesh network implementation as that's what it does best, and BLE for interfacing with mobile devices...
Hi,
maybe i have a silly question, but i didn't programm timers before. I know how they work. But how is it possible that there are only three Timers in the 51822 and so...