Hi,
Is that possible to run the radio_test_example (\nRF51 SDK_v5.2.0.39364\Nordic\nrf51822\Board\nrf6310\radio_test_example) on the nRF51822EK? If yes, what modifications...
we also produced self PWM for ADC wave form testing. when we stop transmission, we will get good waveform out, but when we starting transmission, output waveform shape is...
Dear Support,
I have some troubles with the Evaluation Kit for nRF51822 :
I use the broad as a central role with S120_nrf51822_1.0.0_softdevice.hex and example...
Suppose a nRF9E5 transmitter is set for continuous transmission on a channel.
A nRF9E5 receiver listening on that channel:
finds carrier and sets CD
finds address...
I will be deploying my nRF51822-powered devices into the field and the end user will not be able to have any physical access to, for example, power cycle the board. I need...
Hi,
We are using the ble_app_uart example in evaluation board to read data from some sensors and send it to the nRF UART V2.0 in Android 4.4. Every 20 ms I am trying to...
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...