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 have some Nordic BLE peripherals. I'd like to develop a Python script to run on a Raspberry Pi to act as a BLE Central to connect to a couple of these peripherals. I've...
I have downloaded and installed nRF Connect v3.6.0.
I'd like to program a custom nRF5340 board, which I have connected to the nRF52833 dev-kit. When I go into Segger IDE...
Hi everyone,
I put below the link of a previous discussion. I refer to the main.c present in the discussion. I have a question about it.
In the main.c in the discussion...
I'm trying to evaluate the nrf5340 and flash a basic blinky application but I get an nrfjprog error when I run `west flash`:
[0/1] cd /Users/user/zephyrproje...Cellar...
I want to move the uart communication port from default pins to
#define RX_PIN_NUMBER 33 #define TX_PIN_NUMBER 34 #define CTS_PIN_NUMBER 35 #define RTS_PIN_NUMBER 36
I...
Hi There,
How to control led using pwm during dfu mode (when dfu programming is on going).
HW:PCA10056
SW: nRF5_SDK_15.2.0_9412b96
Example: ble_app_buttonless_dfu
I really did not want to ask, howeverI have spent a lot of time on this and still no joy.
I have a epaper shield have got the electronic paper display working. so SPI writes...
Hello,
I see on you webpage that there is an evaluation kit for nrf21540 -> PCA10112 . do you have the schematic of this board ?
For the moment I'm using the NRF52840...
Hi Guys,
We have a need to send data every 4 hours.
In order to do this, we sleep 1 hour at a time (1-hour timer - single shot) and increment counter, and when the count...
I'm using 2 nRF5340PDK with nRF Connect SDK 1.4.0. 1 PDK with central_uart and 1 PDK with peripheral_uart.
When I change the clock config of the peripheral_uart by using...
using nrf-9160dk and iBasis SIM with pre-built asset tracker app (2020-10-30_5522ca2b) and nrfCloud
First time the device was registered data transmission worked.
Now...
The design has 2 sensors on SPI with mode 3 and the nrf21540 which is mode 0. Can you have 2 different Modes on the same spi bus?
would i use the SPI transaction manager...
Hi,
I have the barest of PCBs with literally just the nRF9160, SIM slot and antenna, and have wired it directly to an Otii Arc, so there is no power circuitry either as...
Hi All,
If I want a Thread device to automatically start commissioning when it starts, is there a code example in Nordic SDK?
Now I just found the API interface, called...
NRF52832 is using the protocol stack and updated by OTA. Why should the number of FDS Pages of the new firmware be equal to the number of FDS Pages of the old firmware?