Hi
I have been searching the forums, but were not able to find an answer to my question.
I'm trying to sample 4 analog inputs on the nRF51-DK using the ADC hal. (SDK10...
Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
i made this project to try to create RSC service on arduino
developer.bluetooth.org/.../runningspeedandcadence.zip
unfortunately the server starts but i'm not able to...
Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
I created xml file for heartrate server using bluetooth developer studio and the plugin nRF8001_Arduino (plugin nordic semiconductor for arduino)
the generated xml file...
I read this older post ( devzone.nordicsemi.com/.../) and have a similar issue but with enough differences that I felt it was worth a new question.
I have an STM32 MCU...
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...