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
After i asked this question , i changed to use SDK 8.0.0 hrs "s110_for_dfu",
As the same step to try,
i downloaded softdevice(s110) & bootloader(for 8.0.0)
then opened...
Hi,
I recently bought the nrf 51 development kit. Before implementing a BLE application on the board I wanted to start with a simple application of blinking a LED by pressing...
1.I have a nRF51_DK and nrf51822(waveshare core51822)
2.Keil 5.18v and all of the needed software were Installed
3.s130 1.0.0 or 2.0.0 and sdk9.0 or 10.0 were used ...
Hi Nordic Dev Zone, Ray Kampmeier here.
I'm building Direct Test Mode (DTM) into a production application that uses the 110 soft device. Unlike the provided Nordic examples...
Is there any way to integrate SoftDevice with entire project so I can get one hex from build? I am new to CrossWorks and nRF52 and I am developing BLE device. After getting...
I want to do firmware update over the air in a STM32F4xx microcontroller which is connected with nRF51822 chip via UART (TX, RX, CTS, DTR) and BOOT pins. ST microcontroller...
Hi
I can get the current time from the server using the time service characteristic. Which function should I use to set the RTC clock on the nrf 51 to the current time...
When I add a new server of my own service I got a problem.
when I set
BLE_GAP_CONN_SEC_MODE_SET_ENC_NO_MITM(&cccd_md.write_perm);
I can send data to iOS normal,but...
Sometimes I only need to send 4 bytes instead of twenty using a notification. I've noticed the init_len and max_len parameters but I'm under the impression that this will...
i am already using sdk 10. but when we have build boot-loader program. so, generate "nrf51422_xxac.hex" file. it's working for only nrf51422.. but not for nrf51822. so, how...
Is there any difference in RAM overhead with the new app_timer module on SDK 10?
I'm my application on SDK 6.1, I have 25 app_timers which run without any issue.
APP_TIMER_MAX_TIMERS...
I am setting up production testing of our product to do RF testing per app note AN34. We are using the nRF51822 on our product. I'm using Nordic's development kit and their...
Hello,
I am planning to use the nRF51 device in DTM and was looking for help on how can use it to control via USB/UART connection to PC using FTDI chip. All I want to do...
Hi Nordic,
I am having a problem with linking against either of the gazell gcc libs (gzll_gcc.a or gzll_sd_resources_gcc.a).
I'm using Yotta (MBED) and have taken the...
Hello,
we have an android/iOS app on a phone that is connected to my button (nRF51) and to a Bluetooth headset. The app is a kind of walkie talkie that transmit mono audio...