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...
Does the S110 v7.0.0.3-alpha DFU bootloader support nRF51822XXAB (128k) part?
I'm trying to flash the DFU bootloader on my custom PCB that contains a nRF51822XXAB part...
Hello
I have an application to process advertising report even if it is duplicated.
Is there any way to control whether the soft deice shall filter
duplicate advertising...
Hello,
I am using the example "ble_app_beacon", I have compiled and tested (all works well).
I am wanting to add more data to the scan response by passing more data to...
I'd like to run a softdevice application with OTA support on a RIGADO BMD-200 Evaluation board . I've successfully flashed the softdevice, the app, and the rigado bootloader...
I have a simple application which pretty much consists of the following main function:
int main(void)
{
SOFTDEVICE_HANDLER_INIT(&clock_lf_cfg, NULL);
ble_enable_params_t...
Hi,
We're working on BLE communication between iOS and 51822 and found a data reliability issue. We have a custom characteristics that iOS read 60 bytes data from 51822...
Hi,
I have made some changes with how we update tick timer inside FreeRTOS and the results are promising
.
The improvement is
RTOS tick will auto correct if masked...
I went through a similar post for nrf51 which explains the numbers pretty well ( devzone.nordicsemi.com/.../) . I wanted to know what the values are for nrf52. The internal...
We have a nrf51822 device that has to send 6 bytes back to back at 12K8 and 6-18 bytes at 38K4 in the future.
The bytes are in an array and do not need to be generated...
Hi experts,
I have just tried lbs example. I saw in the ble_lbs_c.h, the base uuid and service uuid are defined for the peripheral peers who are going to be connected....
I'm developing with nRF52, SDK 12.2 and softdevice s132 3.0.0 . I modified the saadc_ble code from github which uses SDK 11.0. It seemed to work fine. But disconnection happens...
Hi,
I adapted the ble_app_multilink example to continuously scanning for ibeacons and collecting rssi data.
Data are then sent via UART to a microcontroller which provides...
Hi everyone,
Im new in embedded world so first sorry for maybe stupid or basic questions... Also there is not a lot of information about nRF52840 and IEEE802.15.4 :)
Im...