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...
Hello,
Currently working with Segger 4.42 and SDK 15.0
I've searched around the devzone on doing a passkey connection between my server and central.
I've used the ble_app_gls...
Hi, I'm having trouble pairing with Android devices using the SDK's ble_app_gls example, when I try to pairing with any andoid device it throws the following error "couldn...
I Modify my code for 7 buttons from 7 gpios. But my code has a issue at sdk_config.h. The define of GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS is 9. When I built the code and download...
Hi all,
The nRF52832 spec. document specifies that the current consumed in System OFF / No RAM retention / Wake on LPCOMP mode is 1.9uA. However, if I measure the current...
Hi,
A couple of months ago, the Bluetooth SIG published a specification for LE Audio : a new codec and method to send audio data through BLE 5 connection.
Is there an...
Hello,
Few questions about NUS and NUS C please.
Is there any way to know how many TX are pending ?
Are TX notify or indicate ? How to change it please ?
Thank yo...
Hello,
Based on aws_fota sample, I want to replace the line with poll with something that not blocks (because I have another things to manage in my loop). Do someone have...
Hi,
I am evaluating nRF52840 DK as a peripheral with 300ms interval with no timeout (continuous advertising with APP_ADV_DURATION set to 0 ).
I understood that while APP_ADV_DURATION...
I am developing for an nRF52810 target application.
I am using IAR 8.42 with a PE Micro debugger. If I debug a project (call it project A), the linker ROM space starts at...
Hi,
I tried the SDK_DIR\examples\dfu\secure_bootloader\pca10040_s132_ble example from nRF5_SDK_16.0.0 with my custom board with nrf52832 mcu.
I followed this guide:
...
To the kind attention of Nordic support team,
I 'm working on a custom project so that nRF52840 can operate in two different mutual exclusive running modes. A USB operational...
I'm starting a new project that ports an existing (non-Nordic) application to a system based on an nRF52840. My current solution is based on FreeRTOS, so I'm looking at the...
Hello,
We are experiencing 2 different but related app_timer failure conditions.
app_timer_create() returns NRF_ERROR_INVALID_STATE
app_timer_start() does not return...
Hello,
I am using nrf52840 microcontroller and segger embedded studio for making firmware. I made my own project and I am having trouble configuring nrf logging which i...
Hi,
i am working on a Bluetooth application with the nRF52832.
When I try to connect a Pixel 3 (Android 10) via nRF Connect app which is available on store, I am unable...