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 see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I recently purchased a Thingy91 and have been following the start up guide but have been running into an issue with the thingy91 being recognized over USB. I was able to connect...
Hi Nordic,
I am developing a distance measurement application between the nrf52840 and nrf52833 unit for the long distance mode.
for the nrf52840 as center which running...
HI
I'm using SPI connecting to mutiple max31856(two now) on nrf52DK and SDK15.3
so I control my ss pin to pull low by myself
chip select by changing spi_pin like some...
a data array, length is 2048,use function "sd_ble_gattc_write", a error occurred, length less than 240, no error.
do {。。 err_code = write_configure(m_center_handle,14...
Hi all,
I'm using NRF SDK v17.0.2 and IEEE 802.15.4 stack library. I want to implement sleeping device. I think I should use sys_sleep_request_ms function to make the device...
Hello, Is it possible to use the USB Pins for Uart? no USB Protrocoll Would be nice if i can use the USB socket for UART with my other projects so i dont have to create a...
Hi,
There are new softdevices (v7.0.1) out for the nrf52832 and nrf52840 but, I don't see any mention of them on Nordic's infocentre. Are they compatible with SDK 16.0...
OS in development environment :Windows10 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
Hi,
I have been working on DFU ble update with nrf52840 DK.
Using the onboard buttons I'm able to go to DFU mode where as for our custom board there's no buttons and I...
I am developing a firmware for the nRF52805 SoC with a nRF52 DK. I want to implement the DFU support on the same. The secure bootloader example in examples\dfu\secure_bootloader...
Hi everybody,
I'm trying to update a device (a PineTime device with a nrf52832). The firmware is using legacy DFU. I already have a DFU package, so, I only need to perform...
Hi,
I running a code that written on C and compiled with IAR for few years on nRF52832. Now i have a task to implement a new algorithm on embbeded but it was written with...
Hello, I'm flash download nrf52840 use st-link.
my softdevice version is s140, nrf5 sdk version is 13.0.0.
I want to flash download project, But I have an error.
...
Hello all Thank you for the many helpful posts I have encountered on this forum while continuing to discover the nRF5 SDK.
I have been trying out different examples for...