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 am trying to do some tasks based on a particular button press, below attached is the buttons_init() function and the button_evt_handler() function. Code compiles and...
For the nRF52805 how is throughput specified?
Throughput Spec:
"It is capable of Bluetooth high-throughput 2 Mbps" ( ref )
Is this spec for serial throughput...
Hi,
I'm trying to periodically send sensor data to the AWS server and followed the documentation here to connect and send data to the server. I use these configurations...
Hi!
I've been trying out a tutorial about adding custom service and characteristics ( https://devzone.nordicsemi.com/nordic/short-range-guides/b/bluetooth-low-energy/posts...
Hello ,
I am having nrf52832 custom board.
In my project i need to use both CLOCK source ( Low frequency clock and High frequency clock source ).
Timer running on high...
Hello, Second time in here, thank you so much for all the support so far!
I'm developing a Beacon BLE, I wanna be able to send data over Advertising or Scan response. So...
I am trying to implement ble_app_interactive on nrf52840 as my application will require 2 uarts. I have started from the example application for the nrf58832 and created a...
in nRF52840, current consumption can be decreased by executing code from RAM instead of from flash. How is it possible to execute code from RAM? how to executing code from...
Hi, I have one nRF52840 DK and 2 nRF52840 dongles, i used the latest SDK17.0, programmed nRF5_SDK_17.0.0_9d13099\examples\ble_peripheral\ble_app_blinky\hex\ble_app_blinky_pca10059_s140...
MacOs on a macbook pro with LMP 9 (BLE 5.0 support) and a new DK2 board, SDK 16; no example built
and downloaded (SES) is discovered by the mac (same with an IPAD 2 pro...
Hi,
I need to read a digital signal with varying pulse widths (Min ~120µs) over ~30ms. Currently (nRF52832) I'm doing this using a timer interrupting every ~15µs and reading...
Hi Nordic Team:
I use this example " Thread Google Cloud Platform CoAP Example ",
I setting up the cloud is finish, but I Thread device of google_iot_coap not join the...
Hi everyone,
I'm new with nordic chips and for our project we use a custom board based on the famous nRF52840 mcu. I read a lot about SDK17 in the infocenter to find how...
Hi
The latest OpenThread/Zigbee SDK has no examples for openthread with the PCA10059 (No MBR, executing directly from 0x0 @ flash start).
Ive tried now multiple times...
nRF52840, SDK 16.0.0, SD132v7.0.1
What's the correct way to tell whether HFXO or HFINT is clocking the HFCLK controller? I'm able to start and stop the HFCLK controller...