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, I just wanted to share a problem I encountered and make some suggestions : I lost some time looking for a TWI problem while it was actually related to the pin reset...
Hello All,
I am using NRF51822 controller in my design.
I want to monitor battery voltage using ADC pin with voltage divider.
I have LIPO battery with 3.7V and 200mAH...
Hi Nordic Support, community,
After I flashed, the connectivity hex, ble_connectivity_s140_usb_hci_pca10059.hex from the SDK v15 downloaded after executing the patch on...
development software, with versions (SDKs, IDEs, SoftDevices, ...):
Computer platform, with versions (Windows/Linux/OSX, ...) Windows 10 Pro x64
hardware revisions (chip...
Hi,
I am trying to make a weather station with nRF52 feather and BME280. Currently I am making a measurement program. The base code is Custom:Heart Rate Monitor Example...
Hi friends I use nrf51822 with sdk12.3 version and I want to use infrared receiver.
What method should I use to write the infrared receiver code?
Also, does nrf51 have...
Hi,
I'm able to send arbitrary information to the host using generic HID descriptor (uses vendor defined page). There is no driver issue. I'm also able to connect to the...
I am currently downloading softdevice (S140) on our custom board using P19 connector on nRF52840 DK. Our custom board also has nRF52840. It seems the dsoftdevice is downloaded...
nRF52832 & nRF52810 don't support the Bluetooth 5 Range Extension (Coded PHY):
https://devzone.nordicsemi.com/f/nordic-q-a/39532/is-it-only-nrf52840-s140-which-support-bt5...
Whenever I deploy an example to the Fanstel BT840F with Segger ES, the S132 SoftDevice is always also deployed to it. I have attempted to change references to this in the...
Hi,
nrfx_uart.c has a bug where, once there is a RX error, the receiver gets stuck in a disabled state forever. This is because p_cb->rx_enabled is never set true, so the...
hi, my name is tyto I just learned programming about nrf52832, before I used to work with Arduino, after trying to learn nrf52832, it turned out to be very difficult for me...
Hi,
I'am using SDK v15.0.0 with the BLE OTA DFU bootloader. Is there a possibility to access the bootloader start address for a static assert in the application at compile...
We have bought nrf52 832 development kit.
When we checking the kit in nrf52 utility than it detects the IC nrf52 840 .
Hence we have erased all the memory in the DK...
Hi everyone,
I am using the following files to configure uart for laser distance sensor.
Serial Library
I am able to write command to the Laser sensor and also the laser...