Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
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...
We are consistently seeing a BLE disconnection after being connected to an iOS device for 40 seconds. On the iOS side, the log output at the time of disconnection says: "...
Hello,
I would like to know if someone has experience with embedding lua script language (not elua) on a nrf52 kit, with SES or other IDE.
Or is there some nice tutorial...
Hi, I am learning how to merge two files together to be able to transmit temperature data via UART. These were the steps I have undertaken to do so:
1. Copy pasted the function...
Hi i am new to learning Nordic SDKs and I am working on adding custom commands to a BLE example using Nordic UART Service ( here ). I tried to apply this concept over to the...
I sent the AT instruction back correctly with the serial tool sscom5.13.1
I sent the AT instruction error with the secondary function: at_cmd_write ("AT-CGDCONT?," buf,...
1. When using SEGGER Embedded to use Chinese comments, the cursor display will appear abnormal lying each time Chinese characters will move the cursor only half a character...
This is a voltage drop of 3.3V to ~450mV before decaying.
I'm using P0.02 (AIN0) on the nRF52840 on a custom board. This is my config:
My handler function is never being...
Hi,
I am working on handling multi-radio protocols like only 1 radio at a time. ( https://devzone.nordicsemi.com/f/nordic-q-a/63194/when-the-timeslot-extension-could-be...
Hi,
I am trying to disable writes to certain regions of flash memory. But different from the nRF52840 Product Specification, NRF_ACL is missing the DISABLEINDEBUG register...
Hello,
I'm trying to connect a bluetooth device (peripheral) with Web Bluetooth (central). I send an addvertising packet and I can see the device in Web Bluetooth but I...
Hi,
I just bought an NRF51-DK which I want to use with MBED. I need to download the CMSIS-DAP firmware for this board but cannot find it on the downloads page for this DK...
Hi,
i am trying to create a new model for mesh SDK 4.2.0 i am using nrf52832 please provide link or any document for creating new model, i found a link which is for SDK...
I have been using the nRF5 Mesh SDK for development and am in need of implementing single press, double press and long press on the nRF52832. I have seen the nRF5 SDK for...
Hi,
I get the error "[DFU] Remote DFU error: INVALID OBJECT. SD busy? Retrying...." when attempting a firmware update over Bluetooth.
The bootloader, application and the...
Hello,
I'm working on nRF52811, SDK16.0, Softdevice 7.0.1.
Using the pwm_driver example in the SDK, I'm trying to run a simple PWM for an RGB LED. Following is my simplified...