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...
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...
Hello. An LED is connected to the pin of my nRF52832 through a resistor to ground. How can you programmatically determine its presence? I tried to do pullup and read the port...
Hi,
For the first time iOS App interface with BLE device. But after killing and re-opening of iOS App connection not established. Can anyone share me the code from iOS App...
Hello,
I would like to know wich step I forget to do to send more than 20 bytes in NRF Connect app to a BL652. I followed some talks and subjects about it but it's doesn...
I am using ble_app_uart_c example to scan nrf beacons. Facing strange issue with debugger.
Enabled RTT and disable UART Logs, when i connect debugger and put break point...
Dear, I have bought the nRF5340 DK. I have installed nRFConnector and Segger Studio. Now, I want to test Blinky project. I connected a USB cabel to USB connector which is...
I have a receiver , transmitter application. I use a custom board as transmitter. I would like to use pca10040 as receiver but currently i use it as debugger to my custom...
Hi,
Our company has produced a batch of BLE products, and the 10uH inductor model used above is SDFL2012S100KTF. The rated current is not as large as the current value...
Hi,
I close the uart log and open the rtt log
why uart log can be used still?
why rtt log display error state?
I set the log config like this:
I set the test...
hi
i have this error
.\_build\nrf52840_xxaa.axf: Error: L6218E: Undefined symbol app_timer_cnt_get (referred from max30105.o).
in this code part.
the example is...
I have a program that runs great on the dev kit, however after uploading the code to a custom board based on the nRF52810, it does not seem to run.
I upload the code by...
Hello,
I need to connect a custom I2C device to the nRF52-DK, and I am using the sdk v1.6.0-rc2.
I am new to this development environment and I don't know how to initialize...
What is the max nb of periodic advertisers that can synchronize to a single receiver?
The bt_le_per_adv_sync struct defines a uint16_t sync handle so I infer that at least...
I am using the following example to load the code with Segger debugger and it works.
nRF5_SDK_17.0.2_d674dde\examples\ble_central\ble_app_blinky_c\pca10040\s132\ses
Now...
I noticed that when a BLE client disconnects and then reconnects to the, instead of receiving all data arriving over the UART from nRF9160 to nRF52840, there is a delay of...
Is it possible to perform two TWI Consecutive reads without sending the stop bit in between?
Example: Read 1 Byte - represent length (xxx) of data to come with second read...