Hello everyone,
I am using the great platformio toolchain that supports the mbed framework so far. I am still a newbie to it however.
I want to be able to use both the...
Hello!
I have a device with nRF51288. And I need to fill technical specification with the following parametres: operation freq., channel bandwidth, modulation, number of...
Hello,
Does anyone have a suggestion for a production programmer for the nRF24LE1 One Time Programmable version? I have been able to program the units with the nRFGo Studio...
GOAL: To send one 20-byte data packet from an Android Galaxy S5 to nrf51822 and send three 20-byte packets from the nrf51822 to the S5 in a single connection interval of 10...
Hello, I have looked into the compatibility matrix and I couldn't find any clear answer about if the NRF Beacon Kit is compatible or not with the S130. Does anyone tried to...
hi:
now.i have a development board(nrfgo motherboard).there is a debug port on the board.i think it can be debugged on the keil.if it can.what driver or others i need.thank...
This is what I got after upgrading my nRF51 dongle firmware.
It always times out.
I didn't somehow got one of my J-Link Lite upgraded, but couldn't repeat the process...
This isn't really a question, it's more feedback, and also a solicitation to expand my knowledge (if I'm just flat out wrong).
Yesterday I attempted to upgrade my SDK to...
Hello,
I'm working with ESP_BLE_MESH and nRF Mesh app for Android.
I hope you can read structure of my elements causing the problem from image.
What i got is timeout...
Hi, I downloaded the latest NRF Connect SDK. I can compile the zepher projects, but I am not interested in using zepher. I want to use SES as that is what we have grown accustomed...
Hello,
I am using the nRF52832 in a design where I have to read long buffer (>255 bytes). Using "nrfx_twim_rx" keeps things reliable however with nrfx_twi_rx the transfer...
Hi,
Could you tell me what API you used to obtain the positions in your field in the webinar test using %NCELLMEAS? All APIs I can find requires cell id not physical cell...
Hi,
In our board, GPIO 0, 1 is connected to external oscillator(32.768KHZ).
And I wish to use this oscillator instead of local oscillator.
CLOCK_CONFIG_LF_SRC is already...
What is the difference of NRF9160-SICA-R and NRF9160-SIBA-B1A-R and NRF9160-SIAA-R ?
Would there be comparison table available of the difference between SICA, SIBA and SIAA...
Hi Team,
We are using the NRF52840 for our development purpose in BLE peripheral Mode. While connecting to the Central Device we observed the behavior, It is negotiating...
Hello, I want to ask a question. We have a project that needs OTA function. There are two Bluetooth devices A and B.
1. Both A and B are central_and_peripheral
2. A's...
I want to check for an RX timeout after sending a TX.
I am puzzled on how this comes about.
As best I can tell I have enabled TIMER3 for the timeout.
I have created...
I'm trying to create a user defined HCI command for nrf52840 over the Zephyr APIs to be used against Bluez stack on Linux.
I've enabled the CONFIG_BT_HCI_VS_EVT_USER=y....
Hello,
I am trying to accomplish sending a simple ON or OFF command to the coordinator. Is this possible to do?
I have a router device with these Clusters:
It...
I have been converting my TWI calls to be asynchronous by specifying a twi_handler, but my NRF52840 does not sleep during the TWI calls.
I use SDK15.3 and s140 softdevice...
So this is my understanding of the programming process of an external board using the DK.
Pins from table 1 here: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrf91_dk...
Hi,
I want to develop DFU using BLE. I have started with test image given in the example folder.
I have nrf52480 device , using S140 softdevice. I have followed these...