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...
This is what I believe, of course, my beliefs are flawed, so please DO point my errors out:
There is this attribute table on server/peripheral devices. The actual...
Hi,Nordic
I have one nRF24LU1P device, when I make it as USB Dongle, I will use :
hal_usb_endpoint_config(uint8_t ep_num, uint8_t ep_size, hal_usb_cb_endpoint_t endpoint_isr...
When I repeatedly (>290 times) send the same notification to the connected host via sd_ble_gatts_hvx, I get a sd_assertion:
Fault identifier: 0x1
Program counter: 0x104FA...
Hello,
I have a custom board which has NRF52832 SOC(i.e. main MCU) and another ARM Core-M0-based MCU(i.e. target MCU). These two are connected over I2C. I wonder how to...
nRF BLE sniffer is crashing within the first few minutes of use. Attached is the log of one sniffer
session from the start to when it crashes.
Here is my log.txt from...
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...