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 am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Code is based on Nordic UART Service Client sample on nRF Connect SDK v1.8.0
I am trying to create several client connections for different servers. The code is incomplete...
Hi Nordic team
I tried SDK Connect v1.8.0 ble_peripheral_lbs_coex sample.
It found advertising signal was very weak. The distance between PCA10112 and my phone was 1 meter...
I use PPI for ADC and GPIO pulling. When I connect and then disconnect - nrf52840 not advertise until reset the SoC.
I can connect after reset. But when I disconect then...
I am used to using Segger, but am switching to west for various reasons. The main reason is to create a CI/CD pipeline.
I built a sample project with west, didn't see any...
Hello,
I am new to embedded/BLE development so forgive me for my ignorance on some of these topics. I am creating a fairly simple BLE Peripheral Server device that has a...
I have built and run the application: Asset Tracker v2 using Segger IDE with nRF Connect SDK 1.8.0 , and my nRF9160DK device communicates with the AWS IoT Core topics.
I...
Hello Team,
I have interfaced Oled with NRF52805 on i2C.
I have used SDK 15.1.0. and ble_app_uart example [s112].
My problem :
I have made some customized functions...
Hi everyone,
I'm using SEGGER Studio for development. I wrote a code for accessing Flash memory by modifying flshawrite example in SDK.
Now I want to copy all dependencies...
hi,
How can I access flash memory of nRF52840 while using softdevice ? I just want to read and update two integer values? is there any simple way to do this?
Thank you...
Hi all:
I want to dynamically change device_name at peripheral_hids_mouse,
I perform two tests, but they are all not successful.
(1)
add below command into prj.conf...
Hello,
I am attempting to configure a Raspberry Pi as an OpenThread router, using the nRF52840DK for the RCP. Everything built fine. When the Raspberry Pi boots the avahi...
Hello,
I want to measure the frequency of 32.768k X'tal accurately.
I was able to output an external 32.768k X'tal to GPIO on a different CPU. Is there such a way with...
Hi Nordic people,
I've been working with the s140 for a long time now, having applications with our own central and peripheral device, but so far, the only way to make sure...
I followed the instructions to downgrade the desktop application and add the URL for the older tools. Installed the 3.7 compatible BLE app and get the error below.
I finally got a working i2c code base but it seems that the nrf9160 has internal pullups on the i2C bus me trying to combine this with a TXS0108 causes weird issues. I suspect...