I am toggling Value of slave through a button on nrf51822ek .This Value is displayed on MCP of dongle, but i have to get this value on terminal to send it to pi then through...
Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
In the nrf51 series reference manual section 12.1.9 it states that there is hardware protection that prevents write instructions from being executed and that there is more...
Hello, I have established the connection between two pca10001 boards, one as central and one as peripheral using multilink_central and multilink_peripheral. I have serial...
Hi,my friend,
Now,I use nrf905.Situation is as follows:
I use the NRF PCB circuit of data manual.Nrf905 work, often loss of data.
1.The Product host is to use the stick...
Hi,
I want to use the Blend Micro with more security. I want use a passkey for the Bluetooth connection. For example through the iOS Device.
Is it possible? Static passkey...
How do I receive multiple signals simultaneously at a single receiver (433MHz) with multiple transmitters ?
I am working on a polling system. This one is similar to the audience...
We are using the Zephyr IIS2DLPC driver to talk to that sensor from an nRF5340. This driver uses the Zephyr GPIO API to configure interrupts, which is implemented in drivers...
Hi,
I want to use nrf52840 dongle as a provisioner to provision other server and client nodes. So, i was trying to program dongle by using seggger and building and running...
Hi,
I am currently trying to create a bootloader for a project I am working on. I am familiarizing myself with the dfu and bootloader modules by running one of the example...
Currently I have implemented Central using nrf52810, SDK 14.2 / Softdevice S132.
I want to know how to do OTA upgrade in Central.
Or I would like to get an example currently...
What's the proper way to turn off BLE to conserve power?
I have a board with DC power input and battery backup. When the DC power fails, I want to finish what I'm doing...
I have an nRF 52832 running the SDK 15.2. I have a few general questions because I'm seeing behavior I don't understand and doesn't seem to be right.
If I erase all the...
I am attempting to load up the default NRF project "AT_Client" located at ...\ncs\v1.4.2\nrf\samples\nrf9160\at_client project, however, whenever I attempt to load it with...
Hello
I studying the nrf9160 , is it better to use the UART interface versus the SPI and do I need to use the flow control ?
Thanks a lot
Stephane Boudaud
Hi,
We developped a custom NRF9160 board and it works fine, it connects to LTE-M. We then designed a new version of the same board by adding few things (like NRF52833 MCU...
The sample code at ncs/nrf/samples/nrf9160/mqtt_simple is not connecting. I dod not make any changes to the ode. I am using NB-IoT. LTE is connected. The link monitor, LTE...
I just spent hours trying to use TTM with nRF52840 and I wanted to share the fix:
You need to use the Thread FTD CLI (USB) pre-compiled binary from v4.0.0 of nRF SDK for...
I would like to clarify my understanding of the connection interval since it doesn't seem to match what I'm seeing in the nrf connect mobile app.
Currently I've set my...
Hello all!
I have been modifying the door_lock_nus example to add the set pin command (0x05 from zcl reference). So I have modified the zigbee callback to read the new...
Hi,
I am wondering how to let these both run together. If I understand the sdk_config correctly the app_scheduler event queue can be used for the USB directly. But how should...