GOAL: To send one 20-byte data packet from an Android Galaxy S5 to nrf51822 and send three 20-byte packets from the nrf51822 to the S5 in a single connection interval of 10...
Hello, I have looked into the compatibility matrix and I couldn't find any clear answer about if the NRF Beacon Kit is compatible or not with the S130. Does anyone tried to...
hi:
now.i have a development board(nrfgo motherboard).there is a debug port on the board.i think it can be debugged on the keil.if it can.what driver or others i need.thank...
This is what I got after upgrading my nRF51 dongle firmware.
It always times out.
I didn't somehow got one of my J-Link Lite upgraded, but couldn't repeat the process...
Hi all,
Good day.
Could you please recommend an Android or IOS APP which can connect 8 or more BLE peripherals at the same time.
Thanks & Regards
Jenson
I know that suggested debugger for nRF51xxx is J-Link or openOCD with CMSIS-DAP, but I would like to use BDI3000 debugger, which does support SWD interface and Cortex-M0 processors...
Hello,
I want to change the 16-bit of 128-bit UUID at runtime. is this possible?
let me explain...
1)the first both central and peripheral set 128-bit UUID like this...
Hi,
Actually i m new on this field.
I m making indoor navigation by using nrf52840 soc.And i m using sdk15.2.In that sdk i used beacon app code for advertising beacon...
Hi.
I use a modified lightswitch server application with Nordic SDK 15.2, Mesh SDK 3.1.0 and Softdevice 6.1.1.
During provisioning I experience a software assert with...
Hi,
I want the bit rate to be 125Kbit or 500kbit. The project uses 1Mbit and 2Mbit. I'm investigating the topic on the Devzone blog. I reviewed the example nrf52840-long...
My work need to use 4 gpio interrupt, but it not work when use freertos on nRF52832 ,sdk version 15.0.0. My code is like below:
err_code = nrf_drv_gpiote_init();
nrf_drv_gpiote_in_config_t...
I created own app button library. It's just return handler into main with number of pin and type of push - short or long. Also I created library for rgb_led (using nrf_pwm...
Hello everybody,
I'm using nRF5280 (Laird BL654) with SoftDeveice S140v6.1.0 and SDK 15.2.0 with a modified version of the blinky peripheral example.
I've changed NRF_SDH_BLE_GATT_MAX_MTU_SIZE...
Hello
Our custom board has two chip configurations for BLE stack. The two chips communicate with each other through UART. Both chips are running zephyr with two chip configuration...
I'm writing an app to that talks to the Thing52 over BLE, and using this as a reference: nordicsemiconductor.github.io/.../firmware_architecture.html For Battery Services...
Hi,
We just recently bought the nRF9160_DK board and compiled and loaded the AT_Client onto the DK. We have followed all the setup instructions for the SIM card for iBasis...
The example code of beacon was used from the SDK - nRF5_SDK_12.1.0_0d23e2a\examples\ble_peripheral\ble_app_beacon\pca10028\s130\arm5_no_packs\ble_app_beacon_pca10028_s130...
Hi experts,
Currently some issues are found in zephyr os, especially the precision of k_timer. Since the nRF51 series uses RTC as the system clock on zephyr os, the round...
I use the scheduler. All my idea is put an event in interrupt handler(timer event, gpiote event and so on) and schedule it to main loop to let app_sched_execute to handle...
Hi All,
We're designing Legacy/Coded Phy scanner based on nrf52811.
The existing softdevice that supports Coded Phy scanner is S140.
Can nrf52811 work with S140 or Nordic...
Hi,
I am struggling with recconecting to Android device. I want the project to work with iOS also.
My nRF de52832 device has got peripheral role in this project. I am...