Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
We are looking for an experienced software developer, for existing board with using nRF Connect SDK. We are using nRF52840-dk.
Please, contact me if you are interested.
Hi
After each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
Hi,
I am using nRF52840 DK with USB and BLE prototype under hardware peripherals example in the SDK. I need a real world example using BLE with USB as host interface. Can...
nRF52840 works with 1.8V supply voltage? We are using Circuit configuration number.5. it tells VDD should connect to VDDH.
As per the circuit configuration 5: VDDH is N...
Hi :
we met some quesiton when using nRF52840:
1. Is it possible to drive a pin to high or low in sleep mode? For eg. we would like to put pin P0.12(may be other pins...
I am trying to communicate between an ADXL362 accelerometer and a nRF9160 DK. I see on this link https://docs.zephyrproject.org/latest/samples/sensor/adxl362/README.html that...
Hello
we had purchased nRF6700 and nRF24LE1-F16Q24-DK from Mouser India on 14-oct-19 .and it comes with an older version of firmware i.e.(3743) And currently, I am facing...
Hello:
I have to nRF52DK boards and I am able to run the ligth_switch example, but the thing that I want to do is send a message, "hello" from one node to other. I saw...
Sir in the above code i have a cmd_zb_match_desc() but i am calling inside the switch case but after calling i didn't able going inside the finction
please give the Suggestion...
HI,
I want to send heart rate data to smartphone using NRF51422 in every second without any time delay or minimal time delay ranges between(0.9 to 1.1 sec).
Thanks...
Hello,
I managed to get a central application to run on the nRF52810 with SDK 14.2 and S132 V5.1.0. I also got the bootloader working with this setup.
Right now I'm having...
Hi!
I have nrf52 periperial mode, SDK15, s132.
I connect a smartphon in the central mode to my nRF52 and start to send some data.
In the nRF52 I receive those data in...
Hi, I am trying to print double/float values, but Its printing blank. e.g. printk(" value:%.3f\n", value); output: value:%.3f printk(" value:%lf\n", value); output: value...
My project consists of reading an NFC card's value (using another chip), and respond to the interrupt generated by that chip to read the value from it using SPI. Then, this...
Currently I am using VS Code for development. Mostly everything is fine and VS code is awesome.
However there are some problems I am facing.
1. It is time consuming to...
Hi,
In my application,for the first time device (nrf52832)will start advertising and on nrfconnect for mobile application side we make it get connected and bonded.It may...