We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
Hi,
I think it's a simple question. I want to connect a micro to communicate with a phone via the nrf8001. I ported everything thanks to the guide that you posted (for...
Can we use the tx_complete.count given with BLE_EVT_TX_COMPLETE as an indication on how many packets were sent out from the last ended connection interval?
thank you
...
I have a custom board utilizing an RF51822aa device. To test connectivity to the board I built blinky_s110_pca10028. Using Keil 5.12 I tried to debug the program simply expecting...
I am using custom nrf51822 board. I am trying to debug through JTAG(segger j-link). While downloading the program into flash, I am getting error like "Error: Flash Download...
where can I get working sample code of nrf51822 with nrf24l01
including code of nrf51822, and code of nrf24l01, both TX, and RX.
in my application, I need 518 to RX data...
I am working with a university project where need to connect up to 20 wireless sensors together with 1 master, which will be communicating with either a computer or smartphone...
I found a IAR project at dir [nRF51 SDK_v4.4.1.31827\Nordic\nrf51822\Board\nrf6310\ble\ble_app_hrs\iar].
But my IAR ARM IDE(ver 6.60 newest) don't support nRF51822.
Do...
Hello!
I'm working with nRF51822 Development Kit and s110(Ver.7.1.0).
I'd like to confirm the function about LE Link Layer Topology
specified in the Bluetooth specification...
I have this error but dont know why. Because I have a function which is called advertising_stop(). I would like to implement the DFU part in my function but this error doesnt...
Hello!
I've some doubt about set-up of initial parameters in a BLE connection, using S110.
In ble_app_lbs I try to change the following macro definitions:
MIN_CONN_INTERVAL...
Hi
Im electrical engineer student. I am working on nrf51822 evaluation kit and LinkSprite JPEG Color Camera UART Interface. I tried to control the camera to take picture...
A bunch of questions:
Where are the memory setting requirements documented for S110 6.2.1? IRAM1?
Having just upgraded to the latest Keil and SDK I realise...
As the title says, is there a spec for the OTA DFU service or do I just read the iOS app implementation code and work backwards? I thought of adding it to version 2 of my...
Hello there,
I am developing a PCB with a nRF51822 BLE chip and I need some help with communication between my PCB and Windows 8.1.
I have already managed to establish a...
I am looking for some guidance and an example on how to use the sd_mutex related functions.
So far, I keep getting into the HardFault_Handler whenever I call sd_mutex_acquire...