I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
Hi all,
maybe a dumb question, but here to listen any advice. I am using nus to receive data from a phone, packets are in chuncks of 256 bytes, which is the "most used"...
When I flash the card and run it, I encounter the screenshot I shared in the attachment. The error "Modem has crashed, reason 0xfff, PC:0x0" occurs. Can't I send messages...
Hi.
We are using nRF52833 (on BL653 module) where UART0 and UART1 are used for communication purposes (one with STM MUC and the other with quectel modem). Current solution...
I'm working on a personal project and have designed and printed a small prototype board containing an nrf52810, external antenna, couple of crystals, and a ws2812b onboard...
Hi,
We are developing a mesh network. Our requirement is the one device can connect to three other devices. Using one connection as a peripheral and up to two connections...
I am working on iOS pairing and bonding and connection and disconnection through UART.I am facing issue where pairing is initiated after that the device is getting automatically...
Hi,
We are experimenting with Distance Measurement feature a we observed 2 issues.
HW: Custom HW with: CR2032 coin cell -> joulescope -> 40 uF capacity in ceramic caps...
Hi all ,
I 'm experiencing issues with MQTT client connection on an nRF9160 board via LTE -M .
Some context : I 'm trying to connect to a MQTT broker via LTE -M (actually...
Hi , I am wondering if anyone with SPI expertise can answer this Q , I 'm using an nRF52840 with spi_transceive_dt()
In my devicetree I've configured SPIM on SPI3 to talk...
Hello,
I used the default sample from the nRF SDK with the same prj.conf file. I can flash it to the board successfully, but I'm seeing an error in the terminal. My toolchain...
nRF5_SDK_17.1.0\nRF5_SDK_17.1.0_ddde560\examples\peripheral\blinky_freertos
nRF5_SDK_17.1.0\nRF5_SDK_17.1.0_ddde560\examples\peripheral\blinky_rtc_freertos
I burned these...
I am using nRF52840 to interface my MPU6050 sensor via I2C , I build and flashed the program and there were no problem. But I can't see any clock signal on the default I2C...
I'm trying to build the zephyr/samples/net/sockets/http_client. I selected thingy91_nrf9160_ns for the board config and it builds and works fine. However when I enable
...
In my project, need an external sram with SPI interface to increase the sram volume.
I'm not sure if I can do it,please give an exsample in C language and some tips.
An...