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...
HI,
I'm currently working with two chips RF24L01+.
Each chip switch in sending role to receiving role several times. By default, I set them in sending role and I whait...
I use sdk15.2 and nrf52832.
I copy i2s examples to nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\ ble_app_hrs ,and nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\ ble_app_hrs_freertos...
Hey all,
So I'm new to the Nordic world and I am having some trouble programming the SoftDevices API. After I compile my code, I get the S112 hex file and try to use this...
Hi Nordic,
I am working on a NRF52 DK with the example code ble_app_interactive. I am using the NRF52 DK as a central and trying to connect to a peripheral hearing aid....
Hi guys. Why the Android Mesh app can not receive the the publish data from the 0xffff address?
As we do below:
step 1 : we use 2xP10040 development kit and an android...
Hey guys,
I'm working on a project and want to build up on the Nordic BLE UART example (mobile device app and node firmware). As far as I know the pairing between the node...
hi all,
I have added the dfu service in one of example of sdk_11 ble_scanner_hrs I followed all help available on this forum and made sucessfuly compiled code but it stopped...
Here is a thing that I want to develop.
As my understanding, if I want to connect with PC I must use the HID example to achieve the event.
However, is it possible that...
I programmed an nRF52 (PCA10040) with the ble_app_beacon sample app and can see it advertising. However the nRF Beacon Android app does not detect it. nRF Beacon seems designed...
Hi,
I have a nrf52840 DK (pca10056) and a nrf52840 Dongle (pca10059).
I am using the following SDK versions:
nRF5_SDK_15.2.0_9412b96
nRF5_SDK_for_Thread_and_Zigbee_2...
HW: nrf52840
SW: nRF5_SDK_15.2.0_9412b96
Hi,
I would like to learn how allocate Flash, RAM and SRAM setting and how do I find out the total RAM/ROM my application...
Hi,
HW:customized nRF52840 board
SW: nRF5_SDK_15.2.0_9412b96
Application: modified blinky_rtc_freertos example (PWM led + freeRTOS task)
Q1) How to verify my application...
Hi,
I am try to try an IMU sensor (mpu60x0) via GPIO but it's giving me 0.6 Volts at output. I have configured the GPIO for High Drive (GPIO_PIN_CNF_DRIVE_H0H1)
Also I...