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...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
Hi,
Do you have an example of how to implement a serial console with nrf connect 1.4.99-dev1 with nrf5340_REV1, I tried compiling usb_uart_bridge but got following error...
There are two central sd_* methods for writing to flash - write and erase. The problem is I need to know where I can put my data without trashing something else that is already...
I have two projects exhibiting the same problem.
I have custom board using the nRF52832 and another using the nRF52840. In both cases I am using nRF5 SDK latest version...
Hello,
I would like to have confirmation that the NRF52 will be compatible with my need.
The NRF52 must be able to be connected to a smartphone, while receiving advertising...
I have problems with my custom board.
I developed the firmware with the nrf52832-dk custom and there the firmware runs standalone (with RTT logs on and without) . but now...
I use a nRF52840 Dongle as the Sniffer HW. I use 2 other nRF52840 boards, one is a peripheral (NUS) and the other is a central/peripheral (NUS). The cen/per connects as a...
Hi I have a custom nRF52840 board, and I have a current BLE UART setup. I also want to communicate with a IMU module via serial connection. Can you point me in the direction...
hi,
ncs1.4.0\nrf\samples\bluetooth\peripheral_uart, The LBS service was added, but Advertising faile.
I don't know that I made a mistake in that step. It may be the address...
If I upload the pre-compiled asset_tracker file to the Thingy91, it works fine. If I compile it myself and try to upload it, nothing happens. It shows the write is successful...
I am trying to implement fstorage in my application using nRF52840, soft device 140, SDK for Mesh v4.0.0. and SDK 16.0.0 and Segger Studio.
Based on the fstorage example...
Hello,
I'm trying to develop a wearable stacking form-factor where number of boards can be assembled in a deck: MCU, sensors, actuators, power supplies, etc. Size of the...
Hi ,
I want to compile mesh examples .I tried it using segger ide Alternatively,I wish to compile it in cmake too. Can you please tell me the procedure to compile code using...
Hi,
I was able the configure the sample to connect to AWS but I cannot figure out where the cloud_send function is sending the data. Is there any documentation on where...
Hi all,
I am using a nRF52840-DK as SPI slave with a MSP430 as host SPI master for a nRF8001 replacement application.
As I am absolutely not familiar with high level functions...
I am trying to communicate with a SH1106 OLED display using TWI and the popular u8g2 display controller library.
I've verified that the display works without problems on...