I am trying to develop for some nRF51822 mbed boards, and I would like to use the S130 SD to enable both central and peripheral behaviour. The machine I'm using for development...
I'm using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.
476;16:12...
Hi all,
I'm working with the nrf51422 and the nrf51822 and I was wondering what the current status of the over the air DFU system is.
I'm using SDK 6.0 and I managed...
nRF24l01+ at a transmitter module one time successful transmission show & after 1 sec failed also . if any doing programming with atmega32 ,please send code for TX & RX ....
Hello,
can the radio notification and radio disable APIs be used to use the radio hardware from the application layer?
Background of my question is, that I have an application...
Hi,
I am using central s120 with peripheral s110. The connection to the peripheral is depending on the name advertised by the peripheral.
When connection is done, the...
Hi,
I would like to secure my application using security mode 1 level 3. LE Legacy pairing with OOB key sharing. (both master and slave device does not have I/O Capabilities...
I'm trying to build a proof of concept for a BLE gateway that captures data from BLE sensors and sends it to the cloud via LTE-M connection. I'm hoping that the gateway can...
Hello all,
We are working on an nRF52832 and use the UART peripheral in the latests Zephyr release. As we have a lot of data to send from the nRF to the linux host we are...
I have created a project using the sample LWM2M client project using SDK 1.9.1. This is then flashed into an nRF9160 DK dev board. The device is able to complete bootstrap...
Hi All!
I am using a custom board having nrf52833/20+nrf21540 to extend the range. I am using the nrf5 SDK 17.0.1 "Radio test" example to do my job.
The issue is that...
Hi,
I have a nrf5340, on a custom board
I call bt_enable(NULL) without error, but when I try and cretae an advertisment set, calling bt_le_ext_adv_create returns error...
Hi,
I have worked on nRF 5340 (nRF connect SDK v1.9.1) for last few days and now able to use and modify some examples.
Recently, I have received the nRF 5340 audio DK...
Hello, I can run "nRF5_SDK_15.2.0_9412b96" examples with the nrf52840 eval kit pca10056/s140 without any problem, but I can't run the same examples with custom board. all...
Hi,
I wan't to report a bug in the newest update of the nRF Connect for VS Code 2022.7.207. When building the first time after opening VS Code everything works fine. The...
Hello,
When I was building my nrf9160 dk project the beginning of this year (2022), everything was building and working fine.
The project was put on hold until a few weeks...
Hello! We are trying to sign our data using ECDSA ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/crypto/ecdsa/README.html ) . In this example the...
Hi,
We have a project that has a custom protocol over UART. We also would like to use MCUMgr over UART as well. What would be the recommended method to integrate the two...
Hi everyone,
Im porting a board from SciLabs to Nordic; since the NRF52811 is in stock I am using it via the nRF52840DK.
The included sample adc application doesn't seem...
Hi,
I'm trying to integrate into my project parts of the SDK responsible for USBD handling, sadly with no avail. Even it I get through all missing files, set all the needed...