This is what I got after upgrading my nRF51 dongle firmware.
It always times out.
I didn't somehow got one of my J-Link Lite upgraded, but couldn't repeat the process...
Hi all,
Good day.
Could you please recommend an Android or IOS APP which can connect 8 or more BLE peripherals at the same time.
Thanks & Regards
Jenson
I know that suggested debugger for nRF51xxx is J-Link or openOCD with CMSIS-DAP, but I would like to use BDI3000 debugger, which does support SWD interface and Cortex-M0 processors...
Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
pstorage_load and pstorage_clear appear to work fine, but whenever I do a pstorage_store the callback function is never called. This happens whether or not the Bluetooth unit...
while compiling my project it is showing a error in app_timer.c which is on line 62 STATIC_ASSERT(sizeof(timer_node_t) == APP_TIMER_NODE_SIZE);
The error is that it is divided...
Hi,
I'm working on the example ble_app_hrs with s110 on the pca10001 board and I would like to know how do I add custom service and characteristics. Do I need to modify...
Nevermind: my problem seems to have been: you need a battery at 3V powering a BLE Nano to program it from a nrf52DK.
Original question: I have connected a nrf52DK dev kit...
Hi all,
I am new to write firmware of ble device(Bluz). I wanted to change the default firmware of ble device. For that, I wish to write own firmware. Please guide me,...
Hi
I'm trying to catch the GPIOTE_IRQn interrupt, while the device is in system off.
Not enabling the SD130 V2 the interrrupt is caught once, and then not anymore...
...
Hello,
I'm currently trying to pair my board with my phone and I've faced some issues.
After downloading my device(NRF52 PAC10040 board) with experimental_ble_app_blinky...
Hi all Nordic developers,
I am currently working on nrf51 to scan all the nearby beacon and then i wish to send the data to the esp8266. I already able to scan all the...
When I try to copy a zip file from my email to NRFToolbox for DFU, the NRFToolbox app comes up and then immediately crashes.
Steps to reproduce:
Download latest NRFToolbox...
Hello, as it is clearly understood (by everyone developing using NordSemi's SOCs), this struct "ble_evt_t"
Hello, as it is clearly understood (by everyone developing using...
Hi,
I've read in your press release for SDK 12 that increasing the MTU beyond 23 bytes is now possible on the nRF52. I thought I'd test this increase out on my nRF52 with...
Hi All,
I have a basic question, i want to know what are the right value to use with the nrf51422 chip for the resistors with ADC.
I want to use the maximum value permitted...
Hi, I have problem with using example codes. I want to add GPIO control to ble_app_uart example. Adding gpio_config() function taken from app_timer_tutorial blocks program...