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...
I am using the NRF24l01 for my products and looking to buy in bulk(100-1000). Now I know where to buy the just the IC but antenna design is a hard point to break right now...
I would like to write code to disconnect from any connected device. My system is a ble peripheral with s132 6.0.0.
My code calls:
result=sd_ble_gap_disconnect(BLE_CONN_HANDLE_ALL...
I starting working with examples for the nRF9160. Zyphr seems like a very complicated OS (like Linux with device trees, etc) and difficult to use with a debugger.
Is the...
Hi,
I trying to convert a stm32 function code to nRF52. The goal is to use a spi periperal on my custom board.
In this application we need to have 2 bytes transfert. That...
I can communicate with success from the pc to my custom nrf52832 device (SDK 15.2, S132v6.1) using the pc-ble-driver (sd_api_v3) with Tag 4.0.0 from Github. Great work!
...
Hi,
I designed a nRF52832_xxAA board, use an external power switch, without DFU features its operating normally.
When I add the DFU function according to the Sample code...
Hi,
I am using nRF51822QFAA-R7 controller(DC DC setup) in my design.
I am generating +3.3V from rechargeable battery and providing +3.3V as a supply to drive these controller...
Hi,
I'm just getting started with nRF mesh (sdk V3.00) and I've built the light switch sample successfully and deployed it on three nRF52832 development boards but provision...
hello,nordic
I use NRF52840 QSPI+FatFs+USB-msc(..\nRF5_SDK_15.2.0_9412b96\nRF5_SDK_15.2.0_9412b96\examples\peripheral\usbd_msc),I found there is a bug about write to flash...
I am working on a new design for the nRF52832. I need to match an antenna to the device. My understanding is that the output impedance of the nRF52832 is 53 + J66 for best...
I am unable to toggle LED's on server boards, using Push buttons on client boards. flashed the light_switch client,server, provisioning images on nrf52832 boards using nrf5SDKforMeshv300src...
I programmed my nRF9160DK with the asset_tracker app using SEGGER Embedded Studio for ARM.
What I did was to open the prj.conf file and changed the following from "n" to...
Hi all,
I'm currently testing my Mesh network on a small scale. I'm sending messages every 25ms with different TTL values in an environment as visualised below.
The...
Hello,
I'm currently using an nRF9160 DK v.0.7.0 and the provided samples like the asset tracker and the at command client. Compiling, flashing etc. of the firmware already...