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...
Nordic \ nRF5_SDK_12 nrf52832 using 2.0 _f012efa \ examples \ peripheral \ pwm_driver, pwm_driver example
Want to set up two road PWM phase is different, for example, the...
Hello all,
I'm practicing creating my own service following instruction from this link: https://github.com/bjornspockeli/custom_ble_service_example
Now I stuck at part...
Hi everyone,
I have configured two UARTES , one using the app_uart library and another using nrf_serial library.
I am using SDK15.0 alongwith s140 softdevice with bluetooth...
Hi There,
What are the difference between system off, ram retention, RTC wakeup vs system on with ram retention, RTC wakeup vs FreeRTOS tickless with RTC wakeup? And what...
Hi team,
I noticed a very interesting incorrect pin description in the latest product specification of v1.2 for nRF52810, QFN32.
Above picture shows we have 2 p0...
I'm using the PCA10056 with an SD card connected via P1.12-P1.15. When I use the FatFs example of SDK12 PCA10028 it works fine. but when I use the FatFs example of SDK15.0...
Hello,
I've got the nrF52840 and would like to create a simple application to send temperature to my laptop. Then the next step would be to create some mesh network with...
Hello,
I am working on Custom BLE HID Keyboard. I am currently trying to understand working of program given by nordic in SDK-10.0.0. THere is one problem which I am facing...
Hi,
I've tried to implement the DFU_buttonless example to my development board. I programmed the bootloader and the settings-page. The bootloader detects the application...
I'm currently in the prototyping phase of getting two nDK52840 boards talking to each other. I currently have one board flashed with the central role, and another board flashed...
Hello.
What do I need to run this example called uart?
As far as I understand this should be simple echo program meaning what comes in goes out but I can not see anything...
I want to use nRF52-DK for receiving data over UART and send it over BLE link so I loaded the ble_app_uart but hard fault occurs immediately in these circumstances - 1. If...
UART works fine as long it is configured on port 0:
But if it is configured to port 1, it does not work:
and compiler reports a warning in serial_uart.c, serial_uart_init...
I would like to test how our solutions react to a ble jammer.
is there any sample for the pca10040 dk to generate suchjam noise ? Or maybe you could guide me on how i can...
I thought I would be able to do the following, but when FDS_ERR_NO_SPACE_IN_QUEUES occurs m_fds_no_space_in_queue never becomes false. Is there any way I can wait for space...