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,
I'm using long write in one characteristic but if I try to configure this characteritic with write authorization (attr_md.wr_auth = 1) it doesn't work. I need to send...
Hello Nordic Comunity,
I am new to the Nordic nRF52840 DK usage. I am working on the development of a connectable beacon for a longer duration.
Any type of help will...
Renode ( https://renode.io/ and https://github.com/renode/renode ) is an open source simulator and used by Zephyr OS for example to validate binaries for different architectures...
Hello Nordic Taam:
I follow the WEB steps below
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_tz_v4.1.0%2Fthread_ot_performance_measurement.html
Software...
I'm designing a EEPROM type of memory using a SDCard. The write and read functions works fine, but the initialization does not work sometimes and it stays in a loop (because...
The size of flash of softdevice in the "s132_nrf51822_5.0.0_release-notes" is 0x23000 but atrually the size of the flash used by softdevice is 0x224A7, which I found when...
We are using nrf9160 as an LTE-M modem with the serial_lte_modem app running on it. Another chip (ESP32) communicates with it using AT commands and after a few minutes of...
Hi team,
I am working with nRF9160DK on NCS v1.3.2.
I am building the asset_tracker application and from my understanding when running running west build -b nrf9160dk_nrf9160ns...
Hi, I just got my Thingy:91 and I'm trying to run through the getting started guide. On the nRF Connector v3.6.0 app, it doesn't change from "no devices available" to "select...
Hi
I'm trying to develop a solution where I have a different button debounce value (i.e. one call, then another call to app_button_init(..)) depending which part of the...
Hi,
in other vendor LTE/NB IoT modem implementations there are cumulative counters showing sum of time in ms spent in TX, RX, SLEEP.
Together with actual TX power they...
HI
I had setup the toolchain as described but on building the blinky project and other projects i got the following error.
Creating solution blinky.emProject cmake -GNinja...
Hello,
We are working on the nRF52832.
I consider the low power mode , the DC/DC mode instead of the LVO mode. See datasheet.
In DCDC mode there is a coil and capacitor...
Hi,
I had done a python script using pynrfjprog, and use pyinstaller already created an .exe,and this .exe works well on Windows 10 system PC.
But when I run this .exe...
Hi Team,
I'm working on projects based on nRF5_SDK_17.0.2_d674dde with git.
Everytime new SDK released we've to migrate sdk and start over a new git repository and lose...
Hi,
Our plan is to develop a BLE device (GATT peripheral) and to have all the data coming from this device being encrypted. We want to use OOB pairing with NFC.
I read...