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...
I am developing an IEEE 802.15.4 Application on the nRF52840 using the Radio Driver (v1.8.0) . I have a problem with the transmit call function. Very often in nrf_802154_transmitted_timestamp_raw...
I wrote a program for nRF51822 and compiled it with keil. The app, boot, and sdk are combined and written to the chip. However, if I write using nRF Connect Programmer, it...
Hello,
Our custom board (nrf52832, S132) seem enter to the read back protection, J-Link could not connect to the target in any ways.
We tried the command "nrfjprog --recover...
The code is running on 52832 (BLE) and transmit msg over BLE (NUS) each time GPIO is active (GPIOTE).
But same code (after adding LE CODED Phy) is crashing once it reached...
I am trying to build the NCS sample project "peripheral_lbs" with multiple peripheral connections. Therefore I added the CONFIG_BT_MAX_CONN. Up to 20 the build is working...
I have a problem when activating the simcard via nrf connect. |
After several attempts, using the IMEI and PIN on the Thingy 91 product, i get the following error.
(There...
Hi. How do I advertise both heart rate service and current time service together?
Seems like the current time service overwrites the heart rate service.
I will appreciate...
Trying to convert a working sample for a BME280 sensor from I2C to SPI
nrfConnect 1.4 on nrf9160-DK
After looking at other SPI examples and noting the syntax I thought...
Hi,
i have changed uart pins to second port. After that it is not advertising. when i connect the FTDI converter to the uart pads from custom board, it starts working and...
Dear Devzone Community,
when trying to get the Zephyr SHT31 Sample running, I stumbled across an error which I was not able to resolve.
I did the following:
Add nrf9160dk_nrf9160ns...
I need to control the BLE ON/OFF state and send some data to MK81 via BLE through UART, we have estalished the Hardware connection between the nRF52832 chip and MK81,
How...
So, I am quite beginer with programming and working with this sensors and nrf, So I need your guys help.
I am trying to get the x,y,z values from the accelerometer of BMX055...
The nRF 52840 RSSI "meter" is not usable.
I tested in an RF (2.4Ghz) quiet neighborhood. Using a reference receiver, I measured RSSI variance around +/-3 dB (95% confidence...
Hi
Q1. Can SES Nordic fork generate unique checksum for code verification? It's like what Microchips compiler did.
Microchips compiler can generate checksum after code...
Hi there!
Okay, we're back again... I'm using ARMGCC in combination with Make, nRF5 SDK, nRF SDK for Mesh, FreeRTOS and C++. This time I wanted to use the APP_BUTTON library...