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...
https://github.com/bjornspockeli/custom_ble_service_example
I am currently following this example with SES on my NRF52840 DK (PCA10056). I copied the ble_app_template example...
Are there any recommended alternatives (& nordic plugins) to the discontinued Bluetooth Developer Studio? I'm looking for a tool to make the process of creating custom GATT...
Hi! I want to copy data from internal flash to a statically allocated buffer in RAM. I get a DACCVIOL hard fault try to do this by memcpy. The hard fault depends on the number...
I need to send 5 sensor values received over SPI to an app over BLE about 5 times a second. I also need to send a few configuration parameters from the app back to the nrf52...
I am using nRF 52 DK connected to Arietta with ARM Linux (4.2.6) 32 bit.
when I was trying to install "vcpkg" using "./bootstrap-vcpkg.sh", I am getting some errors as shown...
I have a phone app which talks to my peripheral device running the nrf52832 and so I will eventually add another peripheral device which ideally can communicate directly to...
Hello everyone!
I'm working on a project where there are 2 microcontrollers: the Nordic nrf52832 and a 3rd-party uC (can't disclose it). A protocol to transfer the firmware...
I feel confused about bearer. what's the difference between mesh-bases bearer and PB-ADV bearer or PB-GATT? there is little knowledge about mesh-bases bearer within mesh profile...
Good afternoon,
At the place I'm working there's 2 main projects using the nordic SDK, while one runs on the 12.3 version, the other is very outdated and still runs on...
Hi,
I'm having a problem at the moment with code based on Espruino on nrf52.
I connect as follows:
ble_gap_scan_params_t m_scan_param;
memset(&m_scan_param, 0,...
I've seen a few post that have similar issues but none that solve my problem.
I have two uarts (uarte0 and uarte1).
I disable them before going to sleep.
I wake with...
Hello,
I cannot successfully flash an nRF9160-Dk to a usable AT modem state using a brand new install of nRFConnect on Windows10, following this Blog post guidance - https...
I am working on 802.15.4 using nrf52840 and sdk 15.2. I want the receiver node to scan the network for beacons transmitted by the transmitter node for 100ms, go to sleep for...
So its seems nrf9160 docs recommend having VDD_GPIO only at 1.8v ... that running at 3.0v (or 3.3v) will compromise LTE performace.
I have 3.3v rail and 3.3v SPI device...