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...
I am using nrf52832 and I am trying to interface OLED with it. I am attaching the code below and i referred that code from https://github.com/devdprj/olednrf here,
i made...
Hi All.
I have a DK52 project where a peripheral advertises and connects to a central nRF52840 ok. I based it on the multilink_central demo, so have the LED button service...
Hello!
I went through the example project "Experimental: ATT_MTU Throughput Example" provided in SDK v15.2.0 and found that there is a configuration bit in BLE_COMMON_OPTS...
When I connect to my device with an iPhone, using the nRF Connect app, I am experiencing an immediate disconnect. The part does not have time to start pairing. I have shared...
【Question】:I want to use timer+ppi+SPI(with DMA) write DAC, but now something is wrong, when timer trigger the SPI to write DAC through PPI, it can call the "spi_event_handler...
Hi,
I use UARTE peripheral when i communicate wih PC.
This code works. Send 4 bytes.
bno_tx_buf[0]=0xAA; bno_tx_buf[1]=0x01; bno_tx_buf[2]=0x00; bno_tx_buf[3]=0x01;...
After Updating my project to the Newest SDK for Thread 2.0 today I am having problems linking Problems.
My Project uses the Channel Monitor and changes the max children...
Hi all!
I'm quite new in working with BLE device and in working with MCU also so If my question look a bit silly, please dont laugh at me
I am using a nrf52832 as both...
I've just added a 4th Peripheral-role link to my project, and the RAM requirement for the SoftDevice increased by over 3kB. I'm trying to figure out whether I can reduce this...
Hello, I am trying to develop an application using the ADC of the nrf52832. For this, I have included the "nrfx_adc.h" library into my main code. When I try compiling the...
Hi, probably a simple answer to this but am struggling to find a decent answer on the web.
There is a function (below) and I would like to watch the p_adv_report. However...
BACKGROUND:
So I've got minimal experience with low-level development/low-level coding/digital hardware, being more of an antennas person before, but have been given a task...
Hi All.
I am using the nRF52840 development board, and can't get UART logging to work. I have checked all the settings in sdk_config with no joy.
I have hyperterminal...
Hi Nordic:
I'd like to ask a mesh specification question, there is some terms relative to retransmit: "4.2.2.6 publish retransmit count", "4.2.19.1 network transmit count...