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 wanna implement this code for the app inventor, but there was several problem here. I can't use array or index for developing my trapezoidal method.. like this..
code...
Hi
In ESB there is the function nrf_esb_suspend(). After calling it, what function do I call to resume ?
Look forward to hearing from you
Regards
Mahendra
Hello!
Related to the addition of new services to the Attributes table, is there a way to check if a certain service UUID has already been added?
This problem arose because...
How do I check what version I have installed?
The 'Getting Started' page states a minimum version of 9 .5. 0:
http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom...
So what steps do we need to take to have these two different Python versions both installed & usable at the same time on the same machine?
The ' Installing the toolchain...
I have three PCA10056 development boards and have loaded the BLE mesh light_switch proxy_server onto all of them (SDK v2.2.0) which incorperates soft device S140 V6.0.0
...
Hi all !
I'm struggling to get a frequency jumping protocol up and running and can't figure out how to handle the following situation (please refer to the attached "pseudo...
Let's have light-switch provisioner, server and client.
My question is, how to send a message from a client or a server to the provisioner? In order to send a message, client...
Hi,
As part of my project, I need to use the SD card drivers of the nRF5 SDK and the I2S driver. The issue I am having is the following:
If I use pin 31 as the SCK signal...
Hi
This is a heads up that in SDK15.2.0 and file nrf_esb.c you have the line
m_rx_fifo.p_payload[m_rx_fifo.entry_point]->rssi = NRF_RADIO->RSSISAMPLE;
it should actually...
Hi
My application uses NFC for various reasons, and I need, at runtime to load up to 4 textural NDEF records onto the Nordic NRF 52832's NFC hardware.
If I wanted a simple...
Hey there faced with the following problem:
I have two hardware setups:
1. Laird DEVK-654 (nrf52480) without external oscillator
2. Laird BL654 mounted to a carrier...
I added the Generic OnOff Model from the thingy52-mesh-provisioning-demo to the Light Switch Proxy Client example from the nRF5_SDK_for_Mesh and get a linker error for the...
Hi All, I am polishing the code that we have, working out minor bugs, etc, we use Nordic UART to exchange data between our device and smartphone or tablet, sometimes data...
What is the proper way to temporarily disable the softdevice? Currently I have the following
sd_ble_gap_adv_stop(); bool disabled_softdevice = false; if (nrf_sdh_is_enabled...
hi ,
We developed a BLE slave device with NRF52840.
Well, we are doing product certification, BQB CE FCC, etc now.
One of the items is the 2m rate test, and we want...