What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
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?