I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
Has anyone been able to get Eclipse working with the pure-gcc makefiles and autodiscovery of include files?
I can get Eclipse to build my project using the pure-gcc makefiles...
Hi,
I am using the nRF905.
Got a transmitter and receiver working.
Problem is the receiver only accepts packets of 32 bytes in size. As soon as I send smaller packets...
Hello,
once synchronized, what is the minimum time for exchanging acknowledged packet.
according to datasheet :
Timeslot periods
The Gazell Link Layer supports...
I've setup Eclipse GCC tools for building and debugging as per the nAN-29 app note (and lot of online help) and able to build the code. However, the debugging is working only...
I'm new in nordic.
I want to use nRF51822 as an iBeacon for iOS.
This is possible?
There is an example, documentation for this ?
I have nRF51822 BLUTOOTH SMART BEACON...
I'm interested in working off the reference design for the nrf51822 to create my own board. I have a few questions about the 3 inductors specified on the schematic/BOM:
...
hi,
I an trying to enable notification from server. According to spec. i have to write 0x01 to the CCCD handle in heart rate characteristic in ble_app_hrs. In the BLE_GATTS_EVT_WRITE...
hi everyone
(1) everytime,the pstorage_init get the same block id, if we wrtie it more than 20,000 times , will this block become a bad one? if it will, can the program automatically...
Hi, Ole
I am using Nordic development board with Nordic dongle to communicate,..but I am getting receive link loss. I have removed reset from error handler, though the...
I have a setup where I will be switching the nRF51822 UART between two different peripherals (one being a connection to another nRF51822), so I need to be able to safely close...
Folks,
Sorry if I'm just being boneheaded here, but have been fighting with a couple problems while migrating my app on nRF51822/"C0"/SDK 4.2.2/S110 5 to nRF51822/"G0"...
We have made a custom board using nRF51822 connected to a MPU6050 accelerometer running on a battery.
Currently, we have issues performing reset on the chip. We have to...
Hi
I'm trying to measure the frequency of a pulse signal that runs at a moderate pace, varying between 50 and 500Hz while the SoftDevice is active. The softdevice needs...
Hi all,
I am having a bit of a problem with the printf. I could not figure out what could be the problem. From what I search people seem to be getting it working with out...
hi....
how can i implement bonding in app_ble_hrs example code from SDK V6.1.0 with soft device V7.0.0. the bonding should be done with a pass key.
can any one help...