Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
hello friends,
i need to control 4 LED brightness using PWM according to accelerometer values. how can i do that
i am using SDK11, nrf52832, KEIL MDK5
i going to...
Hello,
Am using Freertos with SDK 13.1 and SD 4.0.5 on custom board.
My question is about buttons,We have one button need to configured for BLE Button.
I have board_custom...
Does the PPK require a Dev Kit (nRF5x kits) or a Segger J-Link, or is there a way to use it to measure current without either component? The user guide only shows setups with...
I have nRF52840 preview DK and want to read advertisement packet using nRF connect android app. I have read that Samsung galaxy S8 has Bluetooth 5 support. Has anyone here...
I am working on nRF52840 Preview DK. I want to generate a square wave with accuracy of ON and OFF time = 1 microsecond using timer for driving stepper motor DRB8825.
I...
Sir,
Please send eagle footprint if antenna used in nrf2401 module or send its schematic and board file of eagle... please help me
it is Meandered Inverted-F Antenna ...
Hi
I have a few questions I couldn't find about radio part of nRF528xx series.
Does all 3 chips have same radio module inside with same characteristics?
Can ANT...
I have a requirement where a handheld device containing a nrf52832 needs to be automatically paired to a switch (another nrf52832 device) when powered on, how can this be...
Hi triying to drive a Relay with Output but have tried every functon in "nrf_gpio.h"
this works with a LED perfectly :
nrf_gpio_pin_toggle(23);
in the main i configure...
I am currently working in the " ble_thread_dyn_mtd_coap_cli" multi protocol example.
Whenever I call printf my program crashes.
I think it has to do with the ble_nus service...
Dear friends,
I am trying to run the PWM in my project. I have:
added the PWM driver successfully (4.0.0-2.alpha, nrf_drv_pwm.c, nrf_drv_pwm.h) ;
set...
I tried porting app from pc10028 to pca20006 by copying the main file from pc10028 ble_app_uart to main file of ble_app_beacon of pca20006.I resolved all the #include related...
hey
I have a nRF51822 eval board and I want to use it as hid keyboard to send some media key
such as vol+/- play/pause, etc. I have used the example code ble_hid_keyboard...
Hi,
I develop a program using arduino primo,
and i want to layout a new pcb board with new nrf52832 chip.
The new chip may not have any bootloader.
What kind of method...