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...
I want to trigger SAADC by PPI between RTC compare event and SAADC sample task. Is it possible?
In the SAADC example (SDK 12.2.0), a timer is implemented. In function nrf_drv_timer_extended_compare...
Hi!
Which project do i need to look at in order for 5 devices which are NFR52 to send data each other
There is only one center in multilink project and other devices dont...
hello there i want to use AES in nrf51.
i want to encrypt nrf51's advertisement data . and decrypt using android app.
i have some confusions
(1) should i use nordic's...
Hi,
I'm trying out the Zephyr os for the NRF51.
When I try the basic BLE example they work fine!
However when I try the sensor example which uses the i2c it falls...
Hello Nordic Forum!
I'm currently trying to load my firmware into my custom nRF52832 board without success. I'm using the nRF52DK (PCA10040) and the nrfjprog tool.
I...
Hi All,, please confirm me this .. please confirm i-beacon Rx + ble peripheral is possible ... Also please suggest me a development kit for the same which can be easily solder...
Hello,
I would like to move the SDK12.2 template example project out of SDK12.2 installation directory. How can I do that using uVision5?
I tried to change all the reference...
Hi
I don't understand how to correctly flash all three parts so that the app runs on boot.
At the moment if I flash them all the nrf51 (51822) boots to the dfu bootloader...
I can see in the latest SDK 12.2 that signing of the dfu firmware files is possible.
Am I right in thinking that this signing verifies the source of the firmware files...
Hi, I have nrf51822QFAA series. I am using S110 for softdevice which takes 96KB. My current program size is Code=31908 RO-data=512 RW-data=312 ZI-data=8360. I want to know...
Hi.
I am using the new SDK 13.0.0 and nrf52 chip. I am trying to set a whitelist with
the peripheral_template example code.
I think the whitelist is already enabled in...
I have made an ADC driver that (should) scan 5 inputs into a sample buffer using EasyDMA. On the END event the 5 samples are transferred to 5 ring buffers read by the client...
I've tried to upgrade the firmware using the DFU feature of the android nrf-toolbox app, but it returns the "REading file failed" error.
this happens only with my phone...
Hello,
I am using sdk 11 and I am refering to code ble_app_uart. I am using nrf51 and I want to add passkey to this code. So do this I added
// Add static pin:
uint8_t...
Hi,
I measured the throughput using the ATT_MTU Throughput Example.
I referred to Testing in the following URL.
infocenter.nordicsemi.com/.../ble_sdk_app_att_mtu.html...