Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
Hi,
We want to use the NRF52810 without radio and we don't want to put the external oscillator to reduce the PCB size
I would like to know if necessary to have the external...
Hi,
Some time i could not put break points inside main for sample projects provided for nRF91, i tried clean build, erasing the flash 'nrfjprog -e' and evn enable the configuration...
We would like to use a Dongle based on the nRF52840 as a BLE Central communication via NUS to our product. The example in the nRF Connect Desktop does just wat we need on...
Hi,
I want to use none secure example on nrf5340.
The code can't run with ns config(uart didn't log anything),But it works fine with normal config.
How can I sovle this...
Hi, devzone.
Since I was recommended last time, I started reading the BLE tutorial .
I first saw a this tutorial .
Even if nrF52-ble-tutorial-advertising is placed in...
Hi,
I have a custom nRF52840 board. I mistakenly tried flashing the custom nRF52840 board with STM32 firmware. From that moment on, I can't flash board. When connected...
Hi,
I want to create 2 softdevice tasks, 1 for advertising and 1 for scanning. I have ported the dependencies and some code from the ble_app_freertos_pca10040_s132 into...
I have two Nordic nRF52840 DK Boards and I need to check the performance of BLR-LR i.e. how much range do I get in Indoor Environment and in Open Environment.
Can someone...
Hi
We want to add one flash partition to use to store external host files by http downloading, so we changed the dts to below:
then we duplicated the dfu_target_mcuboot...
Actually i was working previously on nRF51422 DK, to test its range by configuring my DK as an advertiser, and observing RSSI values of the beacon on nRF Connect app.
the...
Is it possible to have both BLE and NFC passive device at the same time.
I tried combining 2 examples but I am running into a conflict of SOFTDEVICE_PRESENT definition....
When using emStudio and configuring a project via the GUI menu (Project -> Configure nRF Connect SDK Project), the resulting config is generated in <build_folder>/zephyr/...
Dear all
I am currently using the ble_peripheral>ble_app_uart example to send data from my central device (BMD300 with nRF52832 SoC) to the peripheral (nRF51 dongle),...
I have modified the template app to advertise several custom UUIDs and one SIG UUID. All UUIDs are being sent as a Scan Response. I have selected expanded data size. S140...