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...
Hello,
I established a connection between my central and peripheral module. Now i want to write characteristic value on peripheral. I tried with sd_ble_gattc_write function...
Hello, I have been working with nfc libraries. In the below code you can see the my main function. In the Set up NFC part, nfc_t4t_setup(nfc_callback, NULL), nfc_t4t_ndef_rwpayload_set...
I'm playing the peripheral example hrs.
I find that when it received a enable notify(that is write cccd handle to 01 00) from the central, the code actually doesn't do anything...
Hi
I'm installing SDK1.5.0 in Toolchain Manager 3.6.1, but I've been stucked at this stage :Updating tinycbor repository for 3 hours.
I think something wrong here, thanks...
I am new to BLE and Nordic.
We are trying to develop with SEGGER + PCA10040.
Is there any way of debugging more than one set of PCA10040 "at the same time" on just one...
Hi ,
I have a project there wtih 2 devices , which is 1 slave and 1 master for Immediate alert service. the master will scan the slave for connection , but I don't know...
Hello.
After pairing with a tablet or computer, if you leave it for a few seconds without operating it
I wrote out the cause of the disconnection by debugging.
"Error...
refer to: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrf91_dk%2FUG%2Fnrf91_DK%2Fboard_controller.html devzone.nordicsemi.com/.../problem-with-uart0-on-nrf9160dk...
We have a hardware with a few external sensors and devices, such as displays, accelerometers, etc.
These devices are initialized within Zephyr, before our main loop.
For...
Hi,
What I would like to do:
I'm attempting to compile pc-ble-driver connectivity firmware with S132 v5.0.0. Following the instructions on the pc-ble-driver repo on Github...
Hi All,
I am using nRF52833 to make a Thread end device, and encountered a problem with the Thread network configuration in NCS. I want the device to connect to the Thread...
Dear Nordic expert,
I'm using nRF52840 as central with SDK 16.0.0.
I establish a connection with a peripheral (phone) and then I need to drop the connection. I set a timer...
Hi, everyone on the community
When using the BLE_APP_UART example, the serial port sends a packet of data to the mobile phone every 10ms, resulting in the device disconnecting...
I want to have a very stripped down version of the cat-tracker-app that just deals with settings, so I can import what is useful to an existing web application. I am new to...