Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
When I open the Light Bulb project in Segger Embedded Studio I see a bewildering list of project items. I pick the first project, 'zephyr/merged.hex' and right click to set...
SDK: 4.1.0
CHIP: 52840
Hi, I have developed sleepy zed. It lost the connection with the network after joining in 1~3 days.
It assumes that the zed couldn't get the...
Hi, guys.
I'm using nRF52 DK (PCA10040). After I used Zadig (Driver setup for J-link), I cannot build and run my previous code to the nRF52 DK anymore (see the first 3 images...
Hi
I am using nrf52840 boards and by using the coexist program I am able to send and receive messages through mesh while using the ble services.
I followed the instruction...
I use NRF52DK as central device I also use a SDK that is ble_app_uart_c code for my project. and i would like to take my peripheral devices whice are phone or PC their RSSI...
Hello - we're using "nRF Connect" from the Apple App Store for the development of our project.
First, thank you for making this tool available and free for everyone to use...
I am using nrf52840 via NRF Connect and Zephyr configured to use the Nordic SoftDevice BLE controller.
My use case is for a central to sample a rapidly changing real-time...
As a beginner,I’m sorry for asking such a stupid question,but it has annoyed me for a long time.
I built and downloaded the program to my DK,and I used PuTTY to connect...
Hello,
I've designed a pcb using the 52840 chip which is essentially identical to the dongle design. My intent was to use the firmware that comes pre-installed with the...
Is there a set of prj.conf settings that I can use to redirect the AT command interface to the RTT debugger? Would be nice not to have to hook up a serial connection.
Hi All,
as the title say I'd like to know if is the Wake on GPIO available for nRF52840_dongle and what is the I OFF_RAMOFF_GPIO ?
My application should behave more or...
Hello. I'm developing a project using nRF52840. I've been working with the nRF52840Dev Board and I have a BLE project that runs there. I'm developing in Segger IDE and using...
When building a product which has multiple models but the firmware is essentially the same, perhaps with a few different parameters, I want to use the same code base and have...
I am implementing a system that needs to read all 8 adc channels at a set interval and wish to use the asynch mode to do this as it gives the lowest power consumption.
Using...