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...
Do the values for current consumption given for the scenarios in Section 5.2.1 of the nRF52833 PS include the current for any peripherals required? E.g. the PS quotes 2.6uA...
Hi!
I am trying to merge the basic/button sample with the mqtt-simple sample.
I added to the prj.conf of mqtt-simple sample.
My main.c looks like this:
After merging...
Hello!
Iam trying to get the spi function to work properly on my thingy 52 device.
My problem is that the transfer wont stop when it should in my opinion, i have analyzed...
Situation: SES, SDK 16, nRF52832
I'm developing a pre-production test program without BLE. I'm using APP_TIMER_V2 and noticed that the timer events do not not happen even...
We have a custom board with nrf9160, ncs 1.2.0 and modem fw 1.1.1. We experience strange behaviour with the GPS: As an example,on units with 30 min fix intervals, we experience...
I added the commissioning part from the nfc_meshcop example to the mqttsn_sleepy_subscriber example. I tested the nfc_meshcop exaple and worked, so the border router part...
Hi,
I have developed a project of mine based on the nRF52840 DK and now I want to place
the nRF52840 chip on my custom 2 layer PCB board but I think that it might be very...
We still have some Problems to use the Supl client Library, to test it we use the normal GPS example and seems like the connection is available with NB-Iot settings. We are...
I have a product which uses the nRF52840 SoC that will also have NFC functionality. The housing of the PCB is sort of forcing a custom design for the NFC Antenna.
We need...
Hi All,
I am using Segger ISP1430603E board to program my nRF development kit. ( ISP1507AX )
With SES I am able program, debug the application.
I would like to program...
Hi there,
I am wanting to develop a custom PCB for the nRF52833 SoC. I am basing it off the nRF52833 DK! As such, most of the schematic labels are identical.
For our custom...
Hi,
When I do a secure DFU (screen dumps pasted ), it failed with error code 0x8005. It worked on WIndows 7 PC.
//==================Linux System Report
# nRFConnect...
where is UARTE configuration in sdk_config.h? According to this doc (for SDK15.3/UART):
infocenter.nordicsemi.com/index.jsp It seems I can follow the steps to enable UARTE...