Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
i made this project to try to create RSC service on arduino
developer.bluetooth.org/.../runningspeedandcadence.zip
unfortunately the server starts but i'm not able to...
Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
I created xml file for heartrate server using bluetooth developer studio and the plugin nRF8001_Arduino (plugin nordic semiconductor for arduino)
the generated xml file...
I read this older post ( devzone.nordicsemi.com/.../) and have a similar issue but with enough differences that I felt it was worth a new question.
I have an STM32 MCU...
I am having an issue with running the initial blinky example that came with the nRF51 PCA10028 SDK in the Eclipse IDE . I will include screenshots of the issue. I believe...
I use nRF51-DK and nRF51-Dongle for a BLE sniffer.
Always the sniffer fails and marked with an error "Encrypted packet decrypted incorrectly (bad MIC)".
It can not be...
Hi everyone.
I would like to know can I skip the system initialize for bluetooth stack , until I need to use the BLE stack to peripheral application ?
I have a project...
Hi!
We have two similar nRF52840 boards and want them to talk via nus_client and nus_server.
At the moment, we consider connection established after client receives the...
Hello,
I am using the AWS IoT library and I came across an issue when downloading a new image (FOTA) from AWS. The FOTA process starts so the image is downloaded up to 50...
Hi eveyone,
I try to using ncs DTM example , but I get error reset with following message. what is the meaning for MPSL ASSERT: 2, 80 , I cannot found any related info...
How do I get to the point that I can print a simple "Hello World" on a terminal from a custom board?
I have a custom board the is based on the nrf5340. Specifically, I am...
Hi,
we are working on a nrf52840 based device, which has an external mx25r16 flash (via SPI), having 3 partitions for: secondary-image, mcu-scatch-partition and application...
The informational section of Lesson 6 uses the "Controller/Target" nomenclature for I2C devices, but question 2 of the Quiz requires the use of "Master/Slave" nomenclature...
Hello,
I'm trying to achieve a rather simple program with three steps.
I initialize the SAADC to sample three channels (currently I only have one setup)
I "arm/prepare...
Hi,
In NRF52840, We use LFXO Oscillator (KJ3270001). We did not connect any crystal or Oscillator for HFCLK.
1) What will be the clock source for SPI and I2C communications...
Hi,
We've been working on taking the distance measurements from the nrf_dm sample and displaying them on a waveshare e-paper 2.13 in display. We've been able to get both...
Hi,
I have a project for nRF52 in VS Code. The project was able to compile and everything worked fine. However, after about a month, I reopened the project and now there...
I am developing LTE-M software on nRF9160. Previously, I checked that it runs well with nRF9160DK. Now I try it with my own board.
First, only for testing, I made following...