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 trying to get a good handle on the difference in average power consumption between BLE point to point and Zigbee on an nRF52840. We have battery powered products and...
I'm working my way through BLE Advertising, a beginner's tutorial and getting a SDK error 4001 when trying to use
advdata.include_appearance =
true;
Can anyone...
Hello!
I'm trying to nRF52 soc chip to drive the matrix sensors array (16x16), because there is no enough I/O pins for my project and thinking of use the shift register...
Hello everyone,
I have a program which set configurations by using write (nrf_drv_twi_tx) in the registers of a sensor.
I use the SDK 8 in the nRF51.
Here is the code...
Hello, I want to test using RTT for logging since I am using UART for send/receive packets. I made following changes in sdk_config.h:
#ifndef NRF_LOG_ENABLED
#define NRF_LOG_ENABLED...
I have device with nrf5x and I will customize this device on production. I use to flashing nrfjprog.
Will prepare one hex file and customize e.g serial number during flashing...
Good time dear Engineers!
Faced with a general Problem.
I use two nRF52 boards connection : Central <-> Peritheral.
init data: MIN/MAX conn intervals = 10/30 ms
...
I noticed that the GPIO port read and port write for SDK v12.2 changed to accommodate chips with more pins but I can't find much information about it. How do I use nrf_gpio_port_out_read...
I want to make a frequency of 750khz, 50:50 duty ratio.
How do I use pwm?
I use it. nRF52832 PCA10040
I used the PWM library example but it failed.
The frequency...
I'm using nRF5SDK V.12.2.0.
In the app_ble_uart example, trying to change MTU size as below.
#define NRF_BLE_MAX_MTU_SIZE 103
...
#if (NRF_SD_BLE_API_VERSION == 3)
...
I am using SAADC with TIMER3 and PPI, sampling 12bits at 250Hz.
When I use 10uS acquisition time, the average current consumption is 300uA lower than when using 3uS or 5uS...
With nrf Toolbox 2.2.1 on android 6.0.1 (Google Nexus 7 or OnePlus 3T), I try to transfer an application firmware in a zip file UiBoardV0.4.1.zip , generated with "nrfutil...
Hi,
In am using a nrf52832 in a serializated configuration, with the softdevice S132 on the connectivity board.
Is there a way to configure GPIO on the connectivity...
hello,
i have one nrf51 dk and it has some advertisement packet, i have another nrf51, i want this another nrf51 to copy first nrf51's data. can you tell me how to copy...
I stumbeled across a problem with my application, which runs on s120. My case is: I have a S120, configured as a peripheral and I have an Android 5.0 Motorola smartphone....
Hi, I'm trying to install the BLE buttonless DFU template onto a nRF52 (PCA10040) eval board using the secure bootloader example (with s132, version 12.2 of the SDK) via nRF...