hi dear nordic employee:
I tried to build the project ble_app_hrs_c(pca10040) by keil5
but I get an error :
._build\nrf52832_xxaa.sct(7): error: L6236E: No section...
Hi,
I am a bit confused about power consumption when using app_uart_fifo. To save power I put MCU to sleep in between each sent and received byte by using __WFE and __SEV...
Hi! I am building an android app for my project. I am using Proximity , UART and DFU from nrfToolbox app. I have 3 buttons on my home screen dedicated for each of them. I...
Dear Nordic employee:
1、 what do I have?
I have a thingy52 develop kit(nrf52832)
2、what is my purpose?
the quality of thingy52 audio demo is not good(iphone7)...
Hello Nordic,
My development environment:
SDK>> NRF51822_SDK10, SoftDevice>> S130
Example>> ble_app_uart
I am looking forward to your reply!
Thanks.
Best Regards...
Dear friends,
according to "nRFConnect_BLE_User_Guide_v2.0", to set up a local device,i should complete the following steps:
Connect a development kit or dongle to...
Hi
I have add some function call like sd_ble_enable in mesh example, I test to get
then I set the address and all sd_ble_cfg_set is ok
but when I call "sd_ble_enable...
Hi everyone,
I want to measure the total execution time of saadc_sample() & saadc_callback() functions. I am using the application timer and I have inserted the app_timer_cnt_get...
Hi everybody, I am a beginner and I need your advice to start to modify the example of Radio Receiver/Transmitter. Ultimately my goal is to measure the time between the reception...
Error message from KEIL CMSIS D/L :
Update available for ARM::CMSIS (installed: 5.6.0, available: 5.7.0) Update available for ARM::CMSIS-Driver (installed: 2.5.0, available...
I have developed an bootloader operating with external flash for image storage. For the use case it is not acceptable to put the device into an inoperable (no-application...
Hello,
I've been looking at this post devzone.nordicsemi.com/.../ in regards to characteristic lengths.
I'm still not clear on the matter. Currently I have initialized...
Hi, I'm confused how to do fota of mcuboot on the nrf9160.
The source code is public on github in this branch: https://github.com/ExploratoryEngineering/nrf9160-telenor...
I just installed NRF Connect on an Archlinux via the AUR , but I cannot install any app. I even upgraded the package to 3.3.3, but I always get:
Error
Unable to...
Environment: nrf9160DK v0.8.2 nRF Connect SDK v1.2.0 Modem firmware: v1.2.0 Toolchain: gcc-arm-none-eabi-9-2019-q4-major-win32 I started with the nrf mqtt_simple sample and...
Hi,
I have bought TMP117 with NRF52832 from Nordic, a wristband becon module. I am new to this boards. I want to create my own Android app. I want to know how to do this...
Helllo,
i'm using a custom shield with the Thingy:52.
I need to control some TWI chips, but these chips (ADG728) have only one register.
I have done a specific driver...
In the nRF5 SDK v15.0.0 there is an example for beacon. (in my case ble_app_beacon_pca10040_s132)
This example works fine and acts as a non-connectable unidirected beacon...
Hi, I'm trying to add Characteristic User Description 0x2901 and CCCD 0x2902 to a characteristic. It seems 0x2902 always comes before 0x2901 in attribute table. Is there any...
Hello,
As per your sugesstion opened a new ticket in reference to existing ticket,
https://devzone.nordicsemi.com/f/nordic-q-a/60891/unable-to-read-the-128-bit-uuid-with...
Hi,
I'm using nrf52-pca10040 and sdk-15.3, I tested an eeprom chip following twi_scanner example, using no block nrf_drv_twi_xfer way, which works well, then I put it in...