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...
Our USB keyboard using nrf24lu1p does not work on Mac OS 10.11.
Before Mac OS 10.11, USB keyboard was worked, but on Mac OS 10.11, it does not work.
I think your library...
Hello,
I am following a tutorial about writing a custom ble service on the NordicPlayground Github:
https://github.com/NordicPlayground/nRF5x-custom-ble-service-tutorial...
I have a BLE service:
BT_GATT_SERVICE_DEFINE (lres_svc,
BT_GATT_PRIMARY_SERVICE ( BT_UUID_LRES ),
BT_GATT_CHARACTERISTIC ( BT_UUID_LRES_STAT , BT_GATT_CHRC_NOTIFY...
Hi, I have a BLE service:
BT_GATT_SERVICE_DEFINE (lres_svc,
BT_GATT_PRIMARY_SERVICE ( BT_UUID_LRES ),
BT_GATT_CHARACTERISTIC ( BT_UUID_LRES_STAT , BT_GATT_CHRC_NOTIFY...
Hi, using nrf52832 SDK 16 in the NUS example I'm working
for that, I added custom services
whenever the program running it's working fine but after some time it's automatically...
Hi,using nrf52832 SDK 16 in NUS example I'm working
for that, I added custom services
when ever program runing it's working fine but after some time it's automattically...
Iam facing mesh assert error if i call any function in super loop.
given code:
static void rtt_input_handler(int key) { uint32_t button_number = UINT32_MAX;
if (key...
I have realised the provisioner example code from nrf Mesh SDK. There I found the following set of code to be executed when i pressed button 4.
if (mesh_stack_is_device_provisioned...
Hi.
I am using Central's ble_app_uart_c_pca10028_s130 which is a sample of nRF51822.
I would like to see the timestamp of the advertisement acquisition I receive from...
Hi,
NRF52840 datasheet section "5.4.4.2 64 MHz crystal oscillator (HFXO)" mentions crystal tolerances being dependent on packet size.
It is not clear to me, what layer...
Hi,
I've had the nRF52 and Segger Embedded Studio on my old computer. But the old computer is dead now.
I am trying to create the same environment on my new computer....
Hi nordic
I run the HID keyboard with SDK 15.2 and connected to IOS's nrf conncet.
but i can't see the HID service in the table.
how can i use the nrf connect to debug...
Hello there,
I'm ripping my hair out hear reading everything I can to get the non volatile memory reading and writing.
I have a nFR52840 dongle and I dont want to...
Hi everyone,
I have a project that needs to use multiple saadc channels but I don't want to use ppi but use app_timer. So is there any way I can change between saadc channels...
I'm using a timer to trigger pins via PPI & GPIOTE. Setting the PPI TEP to the GPIOTE task works as expected. However, when I try to set a second pin via GPIOTE task via PPI...
hello Nordic
i am working with nrf52832 soc with SDK 16.0, S132 V7.0.1
following this path:
https://devzone.nordicsemi.com/nordic/short-range-guides/b/software-development...