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...
Hello everyone, I ask for help to install the new version of SES in Ubuntu Linux 18, since the license is not recognized by the em nor the hardware, I can program the card...
After enter low power mode I aim to config to wake up on a 1 sec timer, but in 20 us the event 0x26 comes. I cannot find what event ID 0x26 is and how to disable it ?
Info...
I am having an issue when building the hci rpmsg example for the following youtube tutorial
Zephyr RTOS and Bluetooth LE on the dual-core nRF5340
I've tried figuring this...
Hello,
According to the description in below page, " The image can be an application image, SoftDevice image, bootloader image, or a combined image of bootloader and SoftDevice...
I am trying to interface adxl362 sensor with ANNA-B112 evaluation board.i am trying to read the part id to check the connection. The code is pasted below.
nrf_drv_spi_config_t...
Hi! I am using the 52840-DK dev board.
I want to use two pins, P1.0 and P1.1 as GPIO output pins.
In my code I have;
nrf_gpio_cfg_output(BLE_CONNECTED); nrf_gpio_pin_clear...
Hi everyone,
I want to serial print three float values (x,y,z) from an IMU. I use the MACRO NRF_LOG_ERROR( "Float_Value: " NRF_LOG_FLOAT_MARKER "\r\n", NRF_LOG_FLOAT(value...
Race condition in starting the ADC following calibration. I am trying to start the ADC in the interrupt routine when the end calibration is reported, however I have unreliable...
Hello,
I have two brand new nRF52 DK eval boards version 2.0. On both boards, the reverse charging diode D8 is missing. That diode is required to power the board externally...
Just trying to build Nordic sample codes S110 with nRF51822.
Here is the error. These are hidden file. I guess some configuration is not correct but I'm not sure.
---...
SDK: 15.1 IDE: Keil Softdevice: S132 v6.0 Hello, I am using the ble_app_uart example as a starting point. My goal is to send 5 bytes every 5 seconds to another nRF52 Development...
Hi:
I'm supporting a nrf52832 project that is using SDK 11 with S132 Softdevice 2.0.0, and would like to get to the bottom of a lingering workaround that's been in place...
Hello,
I'm encountering a reccurent problem :
I'm using the peer manager, and I encounter a timer expiration that I do not understand (even if it is probably justified...