Hello,
I'm new to the Nordic SDK and I would like to ask you for help with implementation of PORT events for revision < 3 in "low power" mode instead of "high power" mode...
Hi Nordic,
I've built a ble app with a custom protocol, but am struggling with storing bonds, when running under freeRtos.
What I see:
central app crashes (hardfault...
Hello All,
I am new to this forum, I have been using nRF51822 for a while, and its a great little BLE chip. I am usinga BLE keyboard to send a key to iphone and I captured...
I WANT COMMUNICATION BETWEEN A NRF51422 AND NRF528321 BOARDS, IN WHICH IN NRF51422 BOARD I WILL MEASURE PWM COUNT(IT IS PHERIPHERAL) AND SEND IT TO NRF528321 BOARD WHICH IS...
Hi,
I've been working on a way to detect and prevent replay attacks when beacons are used for sensor data. This is mostly used for home automation sensors, where I have BLE...
Hi,
For our current application we have migrated from SDK 13 to SDK 14. We are using RTOS to handle the functionalities of our application. We replaced our own task for handling...
hello,
I use nrf51822 + S130 + SDK12.2 in my product, nrf51822 work at central + peripheral mode,and i use nrf_duf_flash module for my dfu funtion.
The problem is, i...
Hi guys,
i was testing the connection speed from android in conjunction with advertisement time to see what will work better in my production code.
The result were:
...
Hi, Forum.
I want to make uart_bootloader without softdevice. for this, I want to prepare keil project.
I tryed this but I have some problems.
Basically,
My bootlader...
Hey there!
I am trying to switch from Keil to Eclipse.
I have followed several tutorials on this website ( like this one ) and I can easily create new eclipse project...
Hi,
I use the SDK9.0.0 S130'DFU project in the parth of pca10028\dual_bank_ble_s130\arm5_no_packs\ for testing.I found S130'DFU code is different compare to the S110 of SDK6...
Hello,
I am using MDBT40 ( www.raytac.com/.../MDBT40 spec-Version A5.pdf) in my project. Also I am using arduino IDE to create .hex file for MDBT40 using this reference...
I have the nRF52DK board and I am using that to reprogram the Sparkfun breakout. However, initially, I was using the Sparkfun Beefy UART device to flash the nRF52832 to begin...
This message appears :
Field 'BLE_GAP_CONN_SEC_MODE_SET_OPEN(&hrs_init.hrs_hrm_attr_md.cccd_write_perm)' could not be resolved
but the build and flash were successed...
I have enabled Timer 2 with 31250Hz frequency. I wanted to call an interrupt after 10ms, ie 312 ticks for the timer. But the interrupt is not getting called, I have spent...
Hi Folks,
I have a quick question about the Beacon kit. I'm working on a project that is going to use Windows 10 Hello companion device framework to build a Windows Lock...
is there a tutorial for Ble ECG program and configuration using nrf52832?
I want to make integration from heartbeat sensor to nrf52832, make nrf52832 connect to computer...
I use SES 3.12 in mac os x.
I followed this post .
I added ../../../../../../components/device into User Include Directories in Project - Edit Options... .
But I got...
Hi,
I am trying to connect to a peripheral device but keep getting the above error on DB Discovery.
I am using the nRF52832 on a custom board with S132 and SDK 13. ...
As I know, BLE Advertising on 37, 38 ,39 channel and I can select which channel to advertise by masking them.
But, Is it possible to make an data connection to a channel...