Hello!
How can I communicate with my nRF24L01+ and nRF51822 at the same time. I can set up same channel, CRC-mode and I don't use ESB. But what about address? How do I set...
Hi all,
i want to know answer related to following question
1)what is use of uicr?
2)if i place some value in uicr and then change the image,then is there will be change...
It used to work, but now it says "Connected" but the rest of the GUI never changes and the mouse just shows a busy spinner. Here's the log file:
0;13:45:18.9900 [MainThread...
Hi all!
My question is:
My own application is built based on the example "ble_app_template", and according to the nrf51 SDK - Examples - BLE Peripheral, this example...
Hi,
I am using ancs service to get some information of my iphone.
I use nRF51822 microcontroller and Nordic suggests to use the new SDK (5.2) for new microcontroller...
Dear sirs,
My purpose is to transmit stereo HiFiaudio from one source to two speakers wirelessly.
The speakers have their own power amplifier.
The problem is that the...
My goal is to control a RC toy drone (4-ch 2.4GHz) from a PC. I've seen some hacks (for example dzlsevilgeniuslair.blogspot.com.br/.../more-toy-quadcopter-hacking.html) using...
Hi,
I'm using the light switch example in the nRF5 SDK as base for Ble-Mesh. I'm using a nrf mesh app for provisioning. I have both client and server model in my application...
When building a project that works with the SDK 1.5.0, I get the following...
r@mint:~/ncs.1.6.0-rc2/nrf/nordic_assist/nordic$ west build -b nrf9160dk_nrf9160ns
[0/12...
I am working on a custom board for the nRF9160 and currently have a DK and a thingy.
I need to make a serial interface available on the DK, thingy and a custom board I...
I want send data from Mobile over established BLE Mesh Network (through Proxy node to all nodes in the network) and also get data from BLE Mesh Network.
Data is customised...
I have not set nrf5340 i2c2,uart2 to work .
,in prj.conf ,add below configure:
CONFIG_SPI=y CONFIG_NRFX_SPIM2=y
in prj.overlay ,add below configure:
&spi2 { status...
I am working through the Getting Started documentation for the nRF Connect SDK 1.5.1 on a Windows 10 machine running SEGGER Embedded Studio Nordic Edition Windows x64, Release...
Hi, I have been struggeling for a while to integrate digital sign and verification using the mbedtls ECDSA, and wonder if you have any tips. My goal is ultimately to run the...
Hello,
In template example from SDK 15.0.0 i have created advertisable manufacturer data using this link
https://devzone.nordicsemi.com/nordic/short-range-guides/b/bluetooth...
I was working on nRF9160 DK and was trying to emulate HTTP using the AT TCPSEND command.
The following is the series of commands I am using
AT#XSOCKET=1,1 AT#XBIND=8080...
Hi, guys.
Its developing with nRF52832.
I have a big problem rebooting. could you help me?
to solve this problem, I tried the following : (of course, it is very stable...
We are using nRF52820 (and possibly nRF52833) with RC oscillator for LFCLK (without external crystal). Our device product will provide an option to turn off Radio communication...
Hello,
I would like to report a bug found in the sdk-nrf . The github is not allowing bug reports so I will put it here.
The `nfc_ndef_msg_encode` function in `nrf...
Hi,
I am very happy that we will be able to use the nRF52840 DONGLE as a sniffer with the new update. I thank to Nordic team. This was something I was waiting for.
...
I am able to successfully run the UART peripheral example and view data sent via uart from an arduino to the nrf. Now I am trying to use it with the nrf BLE relay example...