I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
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...
I'm a bit at a loss of how to voluntarily stop advertising: My related thread says I should call sd_ble_gap_adv_stop() , but when I do, no corresponding event is raised by...
To install micro-ecc, complete the following steps:
Install version 4.9-2015-q3-update of the GCC compiler toolchain for ARM. You can use ARM's Launchpad to find the toolchain...
Hello everyone,
I am currently porting a project from pstorage to FDS.
I am testing the functionalities of FDS including create, update and delete records and I am at...
Hello,
To reproduce this problem I use these steps:
Bond to NRF51822 using Android 6.0.1 and latest nRF Connect version;
After successful bond, connect to NRF51822;...
Hi,
We are using PPK board (PCA63511), we have followed the "PPK user guide" and installed all the necessary softwares, We have made the connections and switches option...
Hello everyone, I'm Dario.
I'm trying to work with a ble nano with nordic component. My target is to receive a string via serial periferial and sending it via bluetooth as...
I am a new engineer working with nRF52 and SDK 12 using Makefile project and arm-gcc. I wrote some simple code to try TWI Master and control a i2c slave device. My question...
Hello I just bought
SKYLAB bluetooth accelerometer sensor SKB360 bluetooth low energy nrf51822 bluetooth 4.0 low energy module
skylab.en.alibaba.com/.../SKYLAB_bluetooth_accelerometer_sensor_SKB360_bluetooth_low_energy_nrf51822_module_bluetooth_4_0_low_energy_module...
Hi,
Im trying to wake up from SYSTEM OFF using LPCOMP.
Im using the following code to power off:
nrf_drv_lpcomp_config_t config = NRF_DRV_LPCONF_DEFAULT_CONFIG;
...
Hi,
I am working on a Beacon application based on nRF52 DK and Eddystone protocol. So i am searching if there is already some examples/SDKs from nRF which supports both...
Looking for document or u tube to program nrf52832 using tag connect (6pin noleg) and nrf52 DK. Have the hex program and put it on the nrf582 dk. need to take to the next...
We have identified a possible transient fault condition in which a voltage in excess of VDD can be applied to an I/O of the nRF51. VDD is 3 V and the excess voltage would...
sdk_resources.h does not compile with c++ in SDK12.
The _cplusplus guard only begins if ESB_PRESENT is defined. The guard should either be moved above or below
#ifdef...
Hi,
do you have any tutorial for contiki on windows based.
no matter which platform you are using.
i am using the ecilpse with cygwin toolchain in ecilpse.
i follow...