app : nrf tools on git hub
s130: sdk v11
s110: sdk v8.1.0
example : nrf_ble_uart.
after modify, it happen, is there some definition shoud modify in app?
by the war,the...
Hi......
the board advertising correct,and it work normal (connect,send and receive data),bug it's name can not display in app scan menu. the definition is "liu",but displaying...
HI,
with the new version of the bluetooth website, i can not find the link to overview the profile,service,characteristic and something else related to it.
thank you.
I've developed my BLE application that is based on nRF518822 and softdevice S110 v.8.0.0.
I've defined 6 services (4 with 2 characteritics each and 2 with 1 characteristic...
I can get right value when I chose QDEC_SAMPLEPER_SAMPLEPER_512us in slow application ,but in my application my max data rate is more than 2k, so the QDEC value is less than...
nrf51822 SDK 9.0
iphone 6plus System version IOS9.2
When the phone receives the QQ message "static void notif_print(ble_ancs_c_evt_notif_t * p_notif);" can execute.
but...
Hi..... This is Venkatesh. I am using nRF52-DK Evaluation kit. This is my first question posting here. It is pleasure to have an account to share my knowledge and get the...
I am use sample "Bluetooth: Peripheral HR" as the base app
and added these settings to `prj.conf` on both central and peripheral sides
but I still got the...
Hello everyone, currently I am writing a program to read the SCD41(I2C) sensor and then use BLE to transmit information. With a separate program in twi_sensor, I see that...
Hello nRF team. Is there any different bewteen passing AT command and directly calling the Modem lbraries APIs(from nRF Connect SDK v2.5.2) to control the modem? For example...
Currently our product shipped with SD132 7.0.1, and bootloader/dfu compiled with SDK 16.0.0
We are testing update the bootloader on production devices, and want know how...
Hi Team, I am trying to do DTM test in NRF 52840 using Zephyr- os .The DTM code is working fine on my dev kit ( NRF 52832).I compiled DTM code for NRF 52840 and changed the...
Hi,
I have a problem with sending over NB-IoT to a cloud service. I have found that the helt of my messages only arrive in the AWS cloud and it seems like the modem also...
Hi Support Team
We use ncs to develop nRF52840 application and want to know how many low power mode do ncs have and how to enter these low power mode.We want the nRF52840...
Hello,
We are searching for a board that supports Angle of Arrival(AOA) and Angle of Departure (AOD) for conducted mode radio testing.We need a board euipped with an antenna...
Dear Nordic team
I have the following code for testing the SPIM function of nRF52832.
NRF_SPIM1->EVENTS_END = 0U; NRF_SPIM1->ENABLE = 0; NRF_SPIM1->ENABLE = (SPIM_ENABLE_ENABLE_Enabled...
Hi Nordic .
We are developing an application with nRF5340. In this application, we need to use the SPI Slave feature. According to the documentation, there isn't a clear...
Hi everybody I'm using sample bluetooth peripheral with sdk v2.6.1 and toolchain v2.6.1 to load with nrf5340 but it doesn't seem to build, I see the library has changed from...
Hi,
I am looking into adding BLE OTA firmware update functionality and started by exploring the example provided in Nordic SDK (SDK v16.0.0) while following the documentation...
i'm trying to get an interrupt using sensor lis2dw12 , i have connected my int1 pin of sensor to my gpio 0.10. whenever data is ready it should give me an interrupt this is...
hello Nordic
i am working with ncs v2.5.0 (with nrf52840 and nrf52832)
i am using the fs_mgmt.c for upload/download files from lfs.
till now used it only on one side...