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 am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
Hi, I have developed a firmware on nRF52840 as central ble_app_uart_c\pca10056\s140. Now I have to upload it in nRF52810 which soft device should I use? Thanks!
Hi all,
I working with NCS v1.7.1 on a custom board using nRF52840 and I am trying to enable a 2-stage bootloader setup using NSIB as the first stage immutable bootloader...
Hello sir,
I am using the nrf52832 Dev board and try to send the data through custom value update then the following error occurs as ERROR 8 [NRF_ERROR_INVALID_STATE].How...
P0.25 is accessible by below:
nrf_gpio_pin_set(25);
However, when I try to access P1.00: Neither this:
nrf_gpio_pin_set(1); Nor this works:
nrf_gpio_pin_set(32);...
Hello, we have a device that uses the nRF9160 with an external GPS receiver that is controlled over I2C. I have connected the LNA enable pin to COEX0 on the nRF9160, but it...
Hi,
I was evaluating 9160DK. I tried the GPS example using 1.7.1 SDK and it works great outdoor. However, I tried to use a hackRF one to emulate the GPS signal. 9160 shows...
Hi
I still have a number of devices that are based on nRF24E1. From time to time the chips need a change in firmware. Since the last time I updated them, my PC has crashed...
Hi support team
I have been modifying the throughput example (nRF5 SDK v17) to connect the receiving unit (AMT client) to more than one device. I am running this on the...
Good day
I have Ubuntu 20.04.3 LTS installed on my laptop + fresh installation ( ~/.nrfconnect-apps was cleared and app reinstalled ) of nRF Connect 3.9.1
I use Bluetooth...
Hello!
My steps:
1 - Full working dfu over ble on nrf52840-dk + nrfutil + nrf52840 Dongle
2 - Change transport BLE -> ANT + nrfutil + ANT USB Stick 2, ANT USB(two different...
I am new in nrf52832 field i am trying to send some customized data(scan response) in ibeacon format of advertising. suggest me some ways or code to do the same
Thankyou...
Hi,
I have a custom EVB from Taiyo (EYSPBNZUA), https://www.yuden.co.jp/jp/product/category/module/img/TY_BLE_EYSPBNZUA_DataReport_V1_0_20201019E.pdf
When I press the...
Using above strategy for frequency measurement. Frequency source connected with one gpio pin.
Only GPIOTE PPI Timer modules are involved
HFXO is in use full time through...
I recently installed nrf connect sdk manually on windows 10.I found that i am able to open sample projects in segger embedded studio but not able to open our developed project...
Hi, everyone
I'm developing nRF52832 S132 with SDK 17.0.x
I wanted to change MTU size to 247 using 2 peripheral link in ble_app_multiperipheral example.
but i...