I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
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...
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...