I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
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?