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...
Motivation: I would like to use SEGGER Embedded Studio V4.10 to use sample projects whose size is not available in keil(no license).
Problem: I can't check the operation...
Hi Team,
Can I automate BLE test cases using nRF52840 DK ? If yes what is the procedure to follow.
My DUT supports central role and I want to make nRF52840 DK as peripheral...
Hi,
we are in the pre-production stage and going for the final production release of our application code based on ble_app_hid_mouse example, in this stage I would like...
Basically the title. The documentation here:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/serial_lte_modem/doc/FTP_AT_commands.html
https...
I am using nRF52840 DK on VDD_HV. SW9 (nRF power source) set to USB and I am connecting a USB cable to J3 (nRF USB). SW6 is also set to nRF Only. My IC revision is QIAAD0...
Hi,
I tried to write firmware with nRF connect for Desktop and Programmer on Mac OS.
1. I installed nRF connect for Desktop 2.7.0 from github and J-Link driver (J-Link...
Hi,
I a have a firmware which was developed on a PCA10056 development board. We attached an external sensor which can produce an interrupt.
The interrupt is used to wake...
Hello,
I inserted the following line in the prj.conf file:
CONFIG_I2C = y
done this when I compile I have 7 errors in a code not added by me. the example I'm editing...
Hi,
We got a few boards that have large ADC error. I've already using nrfx_saadc_calibrate_offset to calibrate the offset so I suspect it's caused by gain error. The error...
Hello All,
SDK -- 15.3.0
I want to interface MX25r6435f with NRF52810 so i saw some older queries regarding this Flash driver,
so some where i saw that in sdk QSPI example...
Hi!
We are working with the nrf5340 (custom board-revision QKAAAB) and we are facing an issue when resetting the application. If we add some functionalities to a bluetooth...
hello,
i am using nrf52832 with sdk 15.2 and i want to advertise my beacon like the above picture how can i change the length type and values i can understand the app beacon...
Once paired & Bonding is completed. If neither side pairing & Bonding information is deleted. After restart the device is not advertising again. We are getting PM_EVT_CONN_SEC_FAILED...
Hi, Good afternoon. Some Questions.
1.
Is the Enhanced ShockBurst (ESB) protocol applicable to the nRF5340? I'd appreciate it if you could give me details on how to get...
The nrf52833_peripherals.h file has the P1_PIN_NUM set to 10 but the pca10100.h file has ARDUINO 8-13 pins mapped to port 1, pin 17 to 23. This cannot be correct and causes...