I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
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...