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...
Hi!
I'm using the ble_app_uart example with SDK 15.0.3 and nRF52840 DK. I'm using Termite as the terminal.
When receiving data from an iPad to the nRF, with the nRF as...
Hi,
I'm trying to have a PCA10040 working as a scanner of BLE peripherals to be able to connect to my own BLE Nordic device, write a characteristic and close the connection...
Hello, i am trying to erase page from flash using sd_flash_page_erase(page_number); but it doesn't work. I find page number by doing my address (0x0002D000) to decimal (184320...
The product specification state that there is an integrated IP stack in the nRF9160 device. Unfortunately there is no more information available how to use the stack. Also...
Hello,
Does anybody know where I'll be able to find an EAGLE library for the nRF52840 CKAA chip (the WLCSP-93 package)? I've looked around and all other dev boards that...
Hi Nordic team, I am trying to enable I2C driver in SAADC example which is located in examples\peripheral\saadc\pca10040\blank\arm5_no_packs
As you can see I am using Keil...
Hi,
We are developing product that developed using USB, Zigbee and BLE of nRF52840. We dont want to for new VID registration for just one product and thinking of using VID...
Hi!
I am trying to get a basic NRF_LOG_INFO("some text here"); to print text to a terminal in Segger Embedded Studio. I'm using Termite as the terminal and SDK 15.3.0. To...
Hi
I am using nRF52840 DK for development and using nRF-IEEE-802.15.4-radio-driver code from SDK nRF5_SDK_for_Thread_and_Zigbee_v3.0.0_d310e71.
I want to implement functionality...
Hello,
I am newbies on nrf51 and keil uvision 5.
I just start to learn nrf51 development.
I saw that with keil 5, it is possible to flash Sofdevice directly from IDE...
Maybe the question is abnormal, but is it possible to make the NRF24LE1 chip work on the Sub 1GHz band by setting the quartz to a lower (less than 16 MHz) frequency? Has anyone...
Greetings....
Since logging is removed from Mesh, I find it is very hard to debug the system. I wonder if it is possible to ask for your help to have a new monitor type...
SDK v15.2.0 using code from the peripheral spi example. Linux Ubuntu 19.04, uploading to nRF52 DK.
When I call my get_bma253_accel_data in main, I get a continuous stream...