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 am currently trying to perform DFU update over BLE, I am working on SDK v11.0, and Softdevice S130 v2.0.0. My traget is an nRF51822-QFACA1.
When I enter in bootloader...
Hello everybody,
I'm designing an app to track the position of the smartphone using six beacons and, in order to do that, I made some measures both indoors and outdoors...
Is there any example combining the Serial and Over the Air DFU for the SDK13?
Or the posiblity to combining the two features into a single bootloader?
What steps should...
Iprogram the bootloader.hex to 0x78000 with jlink.Then in my application program,I set the NRF_UICR->NRFFW[0] register as belew:
static void write_uicr_customer_register...
When power on,run app first at 0x1f000,then reset and run to boot loader at 0x78000,how to set UICR registers to make this come true?I try to set the NRF_UICR->NRFFW[0] in...
Hello,
I want to build a system which will use 2 nrf8001 to communicate. 1 nrf8001 will act as a client by continuously transmitting its UUID and another one will act as...
I am working on RTLS project. I want to perform DFU in beacons but not getting proper information .I went through ( devzone.nordicsemi.com/.../) but i think it i for SDK 13...
I have a hex string like this 58FF1CE5.This is corresponding to One date time 16/09/1955 .(ie in MM/dd/yyyy).How can i do this in ObjectiveC, I am getting this date in didDiscovercharacterstivc...
After some search I found that accepted values for tx power are -40, -30, -20, -16, -12, -8, -4, 0, and 4 dBm.
So my questions are
once I set the tx power using ...
I will code 1 to 2, however, was not successful
code1 :
u8 IICwriteBytes(u8 dev, u8 reg, u8 length, u8* data){
u8 count = 0;
IIC_Start();
IIC_Send_Byte(dev);...
Hello Nordic Team,
I would like to know if it is possible to do a DFU of my SDK10 based application ( s130_nrf51_1.0.0_softdevice + SDK10 Bootloader ) on an nRF51822 (32...
Hello to everyone in this community,
I am new with NordicSemi chips and I have the Development kit 52832. I opened the example folder from the SDK 13, SPI slave and i saw...
Hii all,
I am working on a project where I need to store data to persistent storage and retrieve back when the board is restart. but now we are migrated to simultaneous...
hi, our company has developed bluetooth device based on nrf51822 chip with softdevice s130 8.0.0. Also, our company is sensitive to certification costs because it is a small...