Hi,
I'm working on a project originally based on the light switch example of SDK 1.0.0 and then upgraded to Mesh_SDK 2.0.1 and nRF5_SDK_15.0.0
I use the code shown in...
I am looking for a freelance / contract developer to help us get nRF53840 working as a BLE controller under linux. ie: basic BT linux adapter. Integrated with BlueZ and similar...
Dear all,
I use FDS module to store some data in flash of nRF52832. I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96 to test the fds functions feature...
Hello,
I am using nrf51422 with stm32L0. There is a uart connection between nrf51422 and stm32l0. I want to transfer data from stm32l0 to nrf51422 through usart and push...
hi........... folks
i am merging two programs together uart and TWI sensor ...using nrf52382 and segger 15.2version
i am getting the error in ble_nus_send ,
even i have...
Software and Softdevice: SDK 12.3.0 keil5
Platform: Windows 10
Hardware: NRF52832 DK
I am trying to combine WDT and FATfs together. But once I have both of them, there...
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 ...