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 disassembled an Acer Mouse and saw a chip named "NRF A 3152c 1517UH". Can anyone identify the chip or provide me with the data sheet for it.
Regards,
Steve
Hi,
We intend to use nRF5x as main uC for our upcoming 4 new design. (diff. kind of measurement devices)
Instead of qualifiying each new device, we have intended to...
Is there a list somewhere that correlates the NRF_FICR->CONFIGID value with the actual nRF51 variant?
I had orginally used the 16K Ram versions, but when Nordic release...
Hello,
I'm implementing long write function to my project.
I managed to get it working, but i can't send more than 68 bytes of data.
When i'm sending the data, I slice...
Is there a way to tell if the timer is running? There's a start task, and a stop task, but I'm not sure how to tell if a timer is currently running. The best thing I can think...
Hi!
I developed my application using nRF51 DK with nRF51422 QFACA10 chip on it, and everything works fine. But now i would like to program this application on nRF51822...
Hello,
sd_softdevice_enable never returns.
I have no 32.768 KHz crystal but is set lfclk with NRF_CLOCK_LFCLKSRC_SYNTH_250_PPM.
I'm running my application on a custom...
hi,
I am using currently keil v5. and sdk5.2, softdevice s110 v6.2 for board PCA10028 by changing header file of broad nrf6310. And also when i have been compile dfu_dual_bank_ble_boot...
I would like to confirm the number of available and configurable PPI channels for the application code when Softdevice S132 is used. I am using nRF52832.
In the Product...
Good day all,
I found the work of Nordic Semiconductor to perform wireless programming arduino devices using the nordic semiconductor bluetooth via Github. Actually I have...
Hello
I am working with Arduino DUE and I have read that arduino DUE and fRF8001 library doesn't work so, I am making a code to run in Arduino DUE but, I don't know how...
Just out of curiosity, can we have a Bluetooth Classic device communicate with a Bluetooth Smart Device.Both the technologies are very different at the protocol level but...
Hi, I am working on a project that the ble sensor will be mobile. I load mutiple nrf51822 with the softdevice S120 working as APs and place them in different places to extend...
Hi there,
I am trying to implement scanning feature based on timeslots (with BLE).
I can receive and transmit my packets in timeslot. However I need to send PACKET_A and...