Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
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?
Hello Supports,
I downloaded the SUPL package, and extracted it to nrf/ext/lib/bin/supl/.
For enable it in gps example, I set CONFIG_SUPL_CLIENT_LIB to y in prj.conf...
I have borrowed a snippet from github nordic repository for doing a single Vdd voltage sampling. I lifted the code and installed it directly into my app. It appears to hang...
address = 0xe7 0xe7 0xe7(3bytes),
dataLength=0x01(8bit),
S1>>PID=0x01(2bit);NO_ACK=0x00(1bit);
How to calculate CRC, I need software calculation, not hardware processing...
Hi,
Greetings!
One of our product requirement is that we have to upload SIGmesh network data (lamp status, temperature etc) to cloud server
Here we have to use SIGmesh...
Hello,
will the Systick be sourced by the LFCK when in WFI/WFE low power mode (SYSTEM ON IDLE)? On nRF52 series the freeRTOS port uses the RTC as systick for its tickless...
Hi all,
I'm developing a board based on nRF52832.
I want to implement delay power on and power off through holding a single power button for about 3 seconds.
Regarding...
I am try to make twi communication and i got strange issue.
When i use twi scanner example with unconnected pins on my board , i am not see any requests
Great oddity that...
Hello,
I am working on nRF52382 IC. I am accessing GPIO also. But still i don't get the access of antenna. I have make the circuit as per the development board of nRF52...
Hi,
What is the practical maximum throughput of nRF proprietary protocol? The following table showing ESB and GAZEL has 1.3Mbps and 128kbps respectively.
https://www.nordicsemi...
Hello,
I am developing application based on nRF52833 DK. Basically, my application scans all iBeacon messages (ADV_NONCONNETABLE) and transmit to computer.
I would like...
Dear All,
I need your help because I created a PCB with the nrf52840 and a flash connected exactly as the one on the dev-board.
The only difference is that the one on...
I am using nrf52840 . I am sending data 2 bytes as FF .I put the data in 2d array like this. char dataSend[1][5]={"FF"}; This char dataSend has 1 row and 5 length .This should...
I need transfer data to/from NRF52840.
I see I can do it by using function nrfx_usbd_ep_transfer - but don't see any examples.
I want to make bulk endpoint and be capable...
Hi,
I am running ble_app_blinky example on nRF5280 custom board, it is giving me Error 133 (0x85): GATT ERROR . Since I have nrf52DK, I tried same example with SD 132 on...
Hello,
i am using the NRF52832 and the NRF52840 with different softdevices. Now I want to update the softdevices over the air and I need the SD Version strings of all the...