Hi,
First of all, let me confess I am new to NRF and BLE environment.
I am working on a project where the mobile device and NRF 52840 acts as a BLE peripheral and one...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
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 everybody I'm using nRF Connect SDK 2.6.1. I have my own board based on nRF52840 SoC. I made an overlay file of nRF52840DK and changed its UART TX/RX settings according...
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 am currently running ble_peripheral/ble_app_blinky using the nRF52840 Dongle and S140 nRF52 6.1.1. I have removed the lines for CONNECTED_LED and ADVERTISING_LED to get...
I am working on a BLE peripheral (nRF52840 & SDK 15.3), which uses the Peer Manager to handle encryption and bonding to an iOS central device.
Requirements call for the...
Hello I have just some questions where I'm a little insecure and maybe it will also help others to come faster in the topic. Setup is 52840, s140, Segger Embedded Studio,...
hi
im using nrf52832 to driver my lcd by spi,so i need a high speed.but when i use its spi ,i found the length of spi is limited to 255 bytles .i browse other developer...
I want to send a TLM advertisement while encompasses the variable data changing over the time.
the eddystone tlm example send the first frame forever not includes changing...
Hi,
I want to get input from gpio from an external button. i try many syntaxes for getting input from gpio but nothing is work.
i try
nrf_gpio_pin_dir_get(12)
nrf_gpio_pin_sense_get...
I am trying to use the radio test example and I have CLI working through RTT.
What I haven't figured out is how to use the items in radio_cmd.c. Am I missing something?...
I am trying to configure or set gain in SAADC example, for various gains it should operate but i am not getting how to set gain register so that i get SAADC output depending...
Im using nrf52832 kit with sdk15.3 SAADC example for ADC output, which is working fine but im not getting how to vary gain.
i want to set gain these values 1,2,4,5,8,10...
We faced the issue that some of our NRF52832 Raytac modules (MDBT42Q-512KV2) don't respond over the SWD interface. But all of these modules were working previously and we...
Hello,
There is any unique ID per chip that we can use? On my application I'm able to add and remove devices from network, each network consist on 5 to 10 devices. I'm...
I have looked through both the nRF51822 Reference Manual and Product Specification, and have searched through this forum, but to no avail so far.
Could I please get a definitive...
Hello,
we are using the nRF9160 on our own hardware and freeRTOS.
Since our toolchain & firmware stack is not using any zephyr code it would be nice to have to API of...