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...
I built and downloaded the softdevice and app to the nRF52 board. Then I used nRF Connect Android app to connect to it. It seems to be connected as the LED1 is steady. But...
Hi guys,
I installed the latest nRF Sniffer software and use Wire Shark 1.10.14. My JLink driver is 6.12A (I'm not able to access any of the earlier drivers). The command...
We have received few nRF52840 preview DK. And one among them has a white sticker label which says 2016.49 and all others have 2017.14.
Should we be using the ones with...
hi, i was just wondering whether the app_timer works like a function or like a thread.
e.g. lets say i got my mainloop
while(1)
{
start_timer(...);
//DO SOMETHING...
hi:
i flashed bootloader_serial_xxAC.hex and s110_nrf51_8.0.0_softdevice.hex with nrfjprog. and flashed flash_page.hex, then update app using mesh serial, the app run well...
hi :
I want storage different size in flash.How can i do it?
I can write like this?
param.block_size = 16; //Select block size of 16 bytes
param.block_count = 1; //Select...
I have been analyzing the current consumption of my nRF52832 dev kit today using both a multi meter and an oscilloscope with a resistor. I'm not sure what I exactly did that...
HI All,
I wonder if someone can help me out. I would like to send serial data by modifying the 'simple_coap_server' main program. I added the following header 'app_uart...
Dear,
is anyone of the Nordic customers here using unit testing in their nRF52 project and would be willing to share an example project/their setup? Would be awesome. ...
Hi,
We are range testing BLE using the DK-52 with an external dipole antenna connected via the u.fl connector. We are using the DK-52 + packet sniffer software on a laptop...
I tryed to port the dfu secure bootloader sample of sdk 13 to eclipse managed project. after a few hours, i finished it. compiling and linking went fine but the filesize is...
Cannot connect to ATECC508A through TWI with NRF52832. Tested with nRF5_SDK_12 twi_master and deprecated twi_sw_master. It was working fine only with NRF51822 nRF5_SDK_12...
Can nRF51422 or nRF51822 can be used as bluetooth device for Raspberry pi?
As I can see on the terminal Linux, the hciconfig log says, raspberry pi 3's Bluetooth device...
Hi,
I recently migrated our code to the SDK 13 (we use the nrf52832) and now the function:
uint32_t err_code = ble_radio_notification_init(6, NRF_RADIO_NOTIFICATION_DISTANCE_5500US...
Hi,
I can't discover more than 5 characteristics on central with SD130 2.0.0.
I have trided nRF Connect and characteristics were discovered successfuly.
Is there some limit...