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...
In my design I need the RX to be standalone , I.E. no controller attached to it , does the programming STORE in the Chip ? If I set it up as a RX and set a specific Ch. Freq...
[Dev Env]
nRF51 DK
IoT SDK 0.8
IoT SoftDevice
[Question]
how i change my ip in ipv6_coap_server example use ipv6_address_set / ipv6_address_remove API.
To...
With my custom board I can program it, debug it and it output log ok, but just can not be scanned or scanning any other ble devices.
besides: the code works well in other...
I am trying to use 2 SPIS peripherals to collect ADC data and have a couple of questions:
1.) I do not need a MISO function in my SPIS implementation and would like to know...
I'm designing a system with a main processor and a LTE modem, currently looking at the nRF9160. I flashed the at_client firmware into the dev board. Using a Nordic supplied...
Hi all,
My nRF52 application (central) uses a BLE link to connect to an Iphone (peripheral).
However it happens that the connection breaks, and I want to implement an...
I'm using the nRF52840 Preview DK board.
nRF5 SDK for Thread and Zigbee v2.0.0 (Release Date: Week 39, 2018)
Segger Embedded Studio for ARM V3.52
I can run the zigbee_dynamic_light_switch_nus_pca10056_s140...
I'm looking for a way to transfer a large file at high transfer rate with an L2CAP oriented connection with credit based flow control, as briefly referenced in this post....
I want to develop and BLE Mesh Network using nRF52840. For that matter i require one
1)SDK NRF 52840
2)DONGLE (TO MONITOR THE TRAFFIC),
3) Third thing i want a ble mesh...
I want to filter the peripheral devices with part of the UUID.
Consider my uuid is {0x01, 0x12, 0x23, 0x34, 0x45, 0x56, 0x67, 0x78, 0x89, 0x9a, 0xab, 0x47, 0x4E, 0x44, 0x00...
Hi.
I have a question.
if Master(0 of node) transmit data to node(2 of node), but 2 of the node isn't transmitted round with Master node.
Is there konwn method...
I'm having an issue trying to program the nRF52840 Dongle with the DK, and wonder if i am missing something. Here is my setup/what i've tried:-
I have nrf52 DK (52832),...
Dear all,
I am using nrf52832
SDK15 and soft device s132.
Is there a way to wake up the device from sytem_off mode(deep sleep mode) automatically?
Can I do it without...
Hi all,
I am debugging a program after compiling with no errors using the SDK 15.2.0 on a windows laptop and nRF52840 board. The program was designed to save 8 bytes of...
There is bug in SDK 15.3 in the way the DB discovery procedure handles SoftDevice busy state. In the discovery_start() function the code checks return code from sd_ble_gattc_primary_services_discover...
Dear all,
I am using nrf52832
SDK15 and soft device s132.
Is there a way to wake up the device from sytem_off mode(deep sleep mode) automatically?
Can I do it without...
Hello,
I have made a few example applications for the Thingy:52 with Zephyr Project and i really like it!
Now i want to make FW changes using Zephyr and I'm not sure...