Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hi,
I've undertaken my very first custom Bluetooth PCB project, choosing an nRF52810 as the MCU of choice.
Having already tried and tested a SparkFun nRF52832 breakout...
Hi all!
Antenna that used in nRf51822 developement kit:
too big for my design, so I tried to use antenna that I copied from TI AN430:
There is devices that use...
Hi,
I am following procedure to configure mosquitto using this link http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fiot_sdk_user_guides_mosquitto...
Hello,
I'm working in a bootloader based on the one included with SDK15. I want to add a timer that fires every 50 ms to keep track of time. The purpose of this timer is...
Hello everyone,
I'm new to embedded system and I'm working with the NRF52 and more precisely with the DW1001 (NRF52 + DW1000).
The Decawave device (DW1000) is already...
Hello,
I am trying to run a simple ble_app_hrs example from the SDK v12, but I am getting the same error as in this post devzone.nordicsemi.com/.../
Building ‘ble_app_hrs_pca10040_s132...
Hi,
UART and UARTE are specified in data sheet. these are separate UART or one UART and configured bt software. Please explain.
Thanks and Regards,
Harikant
So literally, I cannot trust what IAR is doing. Running version 8.22.1, it crashes every time I attempt to debug an nRF52832 device (SparkFun board).
I've already programmed...
i'm using uart for debugging, works fine and dandy except when in app_error_handler.
There only the first character is being printed before we go into an infinite loop. Inside...
Hello,
My custom board is based on an accelerometer which sends interrupts to nrf52832 to Sleep and Wake-up (pins GPIOTE).
(The FW is based on SDK15\examples\ble_peripheral...
Hi!
I am using SDK15.
I am using ble_app_uart and let's suppose that both of my characteristics (RX and TX) have char_md.char_props.write = 1; property so I am able to...
Hello everyone,
I'm looking the power profile of the advertising event for the S140 stack but two points trouble me.
• Why the module advertises 3 times ? One of the new...
i want NRF_UICR->CUSTOMER register to save MAC address and SN code.
mobile phone transport the fix mac address and SN code to the nrf52832.
it is looks like that it can...
Hi,
Custom board based on nrf52810
Soft device - S112 v6.0
I am trying to understand the usage of the function pm_whitelist_set (pm_peer_id_t const * p_peers, uint32_t...
Hello, I bought three BMD-300 Eval, which incorporates the nrf52832. I would like to create a mesh network of beacons. I downloaded the nRF5_SDK_14.2.0 and uploaded the example...