There is the board mark on the chip like n51822CEAAD01350A0, where DO is Build code, 1350 is tracking code(YYMM), A0 is lot code.
My question is how can I get those codes...
I'm trying to debug a randomly occuring Hardfault. In trying to trace down the source I read the CPU registers use the Nordic hardfault_implementation.c which grabs the register...
Dear nordic employee
my purpose is send a data the length is from 150 to 273
when my server device send data by sd_ble_gatts_hvx(the send length is fixed 10 bytes) ...
Dear nordic employee:
The service I want to find is the sound service of the thing52 thingy sound service
I tried to modify the HRT_central_client project to find the...
When I was using the device as peripheral, I was wondering when the Softdevice notified BLE_GAP_EVT_SEC_PARAMS_REQUEST and BLE_EVT_SEC_INFO_REQUEST:
1, when peripheral...
hi dear nordic employee:
I tried to build the project ble_app_hrs_c(pca10040) by keil5
but I get an error :
._build\nrf52832_xxaa.sct(7): error: L6236E: No section...
Hi,
I am a bit confused about power consumption when using app_uart_fifo. To save power I put MCU to sleep in between each sent and received byte by using __WFE and __SEV...
Above is the "inverted—F" PCB antenna referenced.Below is the RF SCH and PCB layout,the PCB diameter is 20mm.Chip we use nrf51822 and bal-02d3.
Can the antenna work...
Playing with the logging and cli commands for logging, I normally get this if all my modules are lowercase named (but also if they are alfabetically after CLOCK):
It seems...
I have met a problem, that I can't download the previous version of nRF5 SDK, like 15.0.0, but only the lastest,15.2.0. Because a lot of work of mine is based on version 15...
I have successfully built and run the mesh examples 2.2.0, on several nrf52832dk boards with the exception of the EnOcean Switch example.
I can successfully build and launch...
Hello,
I like to create a BLE Device with a nrf51822 which is able to receive 2 states from a BLE Phone. My idea is to set up a BLE Service within this BLE Device which...
Hi I'm attempting to transfer some text strings over ble I have a nRF51 as master and a AVR & HM-10 module as peripheral. The peripheral/AVR side I have working fine - When...
Hi,
I am currently working with nrf52832 chip.i tried light-switch demo examples in mesh SDK v2.2.0.working fine.Now, my requirement is mentioned below
A--->B----->C...
Hi
I'm using nrf51822 & PCB antenna due to size constraint I changed antenna direction (edit library file) so that it will fit within size. Also, components placement slightly...
Hi, our current Android application is based on nrf uart app example and we want to restart an implementation based on template example on top of BleManager library. Could...
Hi Nordic, I am working on NRF52 DK, with the example program ble_app_interactive, SoftDevice S132. I am trying to connect to peripheral board, but I can't establish an connection...
Hi All,
I am currently working in a team desigining a wearable that uses BLE in 2.4 GHz band to communicate with smartphones and other devices. We have been working with...
Hello developer's!
I am able to build Flash_fstorage_example in segger embedded studio, But when i press continue execution button, it take's me to
app_error_weak.c file...
I am trying to integrate a pressure sensor with our system and Nordic has libraries for LPS22HB sensor. I ordered STEVAL-MET001V1 from ST and try to modify the TWI-sensor...
Hi
I am trying to use the example given on your site
https://github.com/monpetit/nrf52-spi-i2c-master-ssd1306/blob/master/README.md
I am using
IDE-Version: µVision...
Hi,
I would know how many packets per connInterval the nRF52832 and BLE stack are able to manage ?
I see that Android can manage a maximum of 4 packets.per connection...