I'm trying to perform communication between my device and iOS and I ran into some problems. For tests I'm using iPod touch 5 with nRF Toolbox and LightBlue apps and nRF51822...
I've been using Master Emulator API 2.1.3 in Visual Studio 2010 Express, and have spotted a fix I may need in 2.1.5 so I've switched to using the 2.1.7 API. However, I've...
Hello,In normal condition, I use UART,pwm,spi an so on.Now I want to clear the configuration, and enter System ON mode.But I don't want to system reset.
How should I do...
Hi, everyone~
My goal is to collect data from 4 sensors simultaneously using iPhone.
Now, my testing code for sensor nodes is working fine. It was built based on the...
I am an android developer and I am using your nRF Master Control Panel (BLE) product as published on Google play. Below is the link to the app:
play.google.com/.../details...
I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
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?