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...
Hi!
I'm working on the NRF52832. I'm using the function "nrf_serial_write()" to send data over uart. I want it to work in blocking mode. As I can read in the infocenter...
I am working on BLE development and need to study the BLE heart rate collector and peripheral examples. I plan to flash ble_app_hrs onto nRF51422 and ble_app_hrs_c onto nRF52840...
I am using nRF52832 SDK 15.3 and type 4 tag and some phones like iPhone 11 and Samsung S20+ are not able to detect the tag. The tag works with other phones so I don't think...
Hi there,
I'm using nrf52840 DK and Custom board, SDK 17.0.2, Segger Embedded Studio(SES v5.20)
my issue is when I receive data from UART interrupt based on serial uartes...
I'm developing a system of nRF9160, nRF52832 and Iridium 9603 (satellite modem) - all on the same main board. The nRF9160 is the brain of the system and handles LTE, GPS and...
Hi,
I am new to working with nrf52840 devices. I am wondering if it is possible to change the transmission power of packet during transmission several times such that some...
I wanted to increase the bandwidth of bluetooth using the following example, but there is a limit of only 1 board.
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v17...
project : zephyr
controller stack : zephyr stack
description : we start direct adv using our DK,and we want it send broadcast only once。 but zephyr stack send adv all...
Hi,
I am working on NRF52 series (NRF52 DK and NRF52832) and would like to know whether it is possible to use Bluetooth 5 extended advertising capabilities to send, let...
Hi there, I'm routing the nrf9160 to a STM32 and I need to know the pinout for COM port used.
On my PC, I know COM11 is the one that is used for AT Commands
But, I...
Hi,
I'm using NRF52840 with direct test mode application.
I'm sending to the function dtm_cmd following parameters: 0x4000, 0x8000, 0x9400, 0xA500.
I understand...
Hi,
After suspending task in a specific code line (using vTaskSuspend) and resuming the task (using vTaskResume)- will the task continue from the specific suspension line...
I am going to make a project with nRF52840 In my application, I need to send sensor data to Raspberry Pi I noticed this tutorial and tried to implement this in my project...
i tried to implement radio notification in order to change advertising data but i had this error
when i put the periority to LOW i get this error, if put MID or HIGH the...