Hello everyone,
as indicated by this question https://devzone.nordicsemi.com/f/nordic-q-a/35692/adding-nrf52-dk-to-github-mesh-demo-for-thingys/138327#138327 I am trying...
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...
I am wanting to use pstorage for storing a few persistent variables. I am working from the multilink central example, which already is using pstorage for, I assume, saving...
I'm trying to download nrf5 sdk 11.0.0 version but I can only find version 13 and 12 in the nordicsemi.com. I really need sdk 11.0.0 because some of my sdk 11.0.0 files which...
Hi I am using Jlink board(v9.3), when connected to my pc (window 7), I can't select nRF5x programming.
nRFgo studio version I am using is 1.20.0.2. I tried uninstalling and...
I am using the following code during stack initialization:
// Register with the SoftDevice handler module for BLE events.
err_code = softdevice_ble_evt_handler_set(ble_evt_dispatch...
Hi,
I migrate my code to FreeRTOS environment.
I use SDK12.2.0 ble_hrs_freertos code example as a startup project.
My question is how i need to init gpite?I receive...
Hi I am using Jlink board, when connected to my pc, I can't select nRF5x programming.
Version I am using is 1.20.0.2. I tried the uninstalling everything and installing....
I have been able to get all the MPU based projects to work from this Github site (which has been very helpful!) with the exception of this one.
The accelerometer values...
For a device that has APPROTECT enabled, it is required to use nrfjprog --recover to re-enable access.
What is the mechanism that nrfjprog uses to perform the --recover...
With the nRF52, is the RTT functional when APPROTECT is enabled?
I would expect not since the RTT relies on memory accesses which should be disabled with APPROTECT
Hi,
In SDK11, it was possible to call app_sched_execute() from a function that was itself called from the scheduler:
void app_sched_execute(void)
{
void * p_event_data;...
If you dont have an external 32Khz crystal for the nRF52832, besides the higher power consumption, are there any other issues ? e.g. CPU starvation affecting my app during...
Hi all,
I work with a nrf52, my project send and receive Beacon data.
when i work only with 2 card all works fine but when there are several transmitter and 1 receiver...
I've got an nRF52 application which is based on the nRF OpenMesh github.com/.../ but has been vastly customised. The application either acts as a mesh device and allows a...
As the title,I recently want to use nRF51822 to communicate with SmartCard in ISO7816 interface. but I don't know how to do this.Can anyone share the example code online ...