This is both a general tip for users and a question; does anyone have good success with the LIS2DH12 double-tap feature? The 3-axis accelerometer works well but the use of...
Hello-
I'm working with the " Experimental: Wireless UART Example".
Is there any way to periodically send data rather than just typing data into terminal?
hi,
I used nRF52932QFAA ,SDK14.2 uart bootloader.it works well with softdevice loader 5.0.0.But when I download my app(without softdevice),it cannot work.
Flash composed...
Hello Noric Dev Zone members,
we are looking for a Firmware developer supporting us in bringing Hyko to our customers.
What we are working on is making energy heroes in...
It would be very helpful to hear of others experiences getting these licenses, also I would like to find out if anyone has any advice of anything to be included or excluded...
I am using the latest SDK 15.2
I am trying to build a network of "nodes" these nodes both scan and advertise and will connect with each other.
i currently have 7 NRF dev...
I had some trouble using Visual GDB, it seems their board support packages for nordic are not well updated. I really wanted to use VS studio for this project so I can organize...
I find that nrf5SDKforMeshv300src does not contain some documents, such as how_to_build_cmake.md, how_to_build_cmake_generating.md, how_to_build_cmake_generating_customization...
I have a project that generally operates as a typical peripheral, but occassionally sends advertising packets of type BLE_GAP_ADV_TYPE_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED...
Hello Nordic Experts,
I am developing the pairing in a central. I am working on nRF52840 DK with nRF5_SDK_15.2.0_9412b96 as the cnetral and I have an iOS app as the peripheral...
We are using the nRF52832 with S332 v2.0 of the stack. We have recently been testing concurrent operation of a BLE peripheral connection and an ANT bidirectional master. The...
Hi all,
I'm using nRF52840 Development Kit and Nordic SDK v15.2.0 with soft device v6.1.0
I'm using ECDSA Cryptographic libraries for a BLE related project. I want to...
Hello,
I am working on Low power and Ultra Low power.
I am using the nrf52832 chip as well as the breakout board. In SYSTEM-ON mode power consumption around 6 mA and in...
How do I calculate round trip delay (time taken for packet to travel from peripheral to central(PC) to peripheral again)? Is the existing time calculation in the example code...
Hi,
I have some troubles using TWI easy DMA. I set EASY_DMA flag to 1, but I can't see any results in my performance tests. Can anyone explain me the required steps? ...
I am looking at the android version of the Blinky application and was trying to make some modifications to enable the LED3 on multiple boards (peripherals) to turn on from...
Hi,
In a peripheral, a notification is sent to the central every 10ms. (payload less than 20 bytes)
I use : radio_notification_init(6,NRF_RADIO_NOTIFICATION_TYPE_INT_ON_ACTIVE...
i want to read the temperature ..... my temperature data is executing from 0 degree temperature ...is there any way to execute only actual data instead of starting from 0...
I'm probably not using the good terminology here... let me explain my application.
I have an existing board which has all the logic implemented in an STM32 MCU. I now need...
Using Softdevice 132 version 6.1.0 I issue the request for scanning by calling sd_ble_gap_scan_start() with: ble_gap_scan_params_t scan_params = { { .extended = 0, .report_incomplete_evts...