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...
I am try this at nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
Firt I connect to Android device and keep one whitelist.pp_addrs and one whitelist...
recived error code 4
I am using nrf52840 for my application and use ble_app_template_pca10056_s140 for my project and receives error code 4 for nrf_sdh_ble_enable
Hi all,
I am trying to perform a FOTA upgrade over BLE with an nRF52832.
I started with the zephyr sample "peripheral_dis" at zephyr/samples/bluetooth, and then followed...
Hello,
please I have to build a container for these two PCBA:
https://www.nordicsemi.com/Products/Development-hardware/nrf9160-dk
https://developer.nordicsemi.com/nRF_Connect_SDK...
Hi All,
We already have a running project that uses thread protocol and NRF52840.
Now, we have decided to integrate some ble functionality in it as well.
Should I just...
Dear nrf5340 experts,
How many SPI channels are accessable from the network core in nrf5340?
I need 2 or more.
If this is not available, is there a workaround?
Many...
I would like to test he Wi-Fi Provisioning Service sample ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/wifi/provisioning/sample_description.html...
I'm trying to implement a central BLE device with pc-ble-driver. Central and peripheral devices should be paired with a passkey, and they use custom UUID. The connection is...
Hello,
I'm trying to differentiate between different peripherals connecting to a central (52840 using nRF Connect 1.8.0). Using the following code I'm able to get and print...
Hello,
I developed an application for a custom nrf52832 board. It uses the Nordic UART Service (NUS) to transmit data over BLE. This works fine.
At the moment I am trying...
I'm thinking to have a cental_and peripheral at the same time.
Using the the standard ble I have to setup the configuration.(Who is the Central_uart and the Periheral (...
I'm profiling the current consumption of our device, on an nRF5340 module, at SDK 2.1.0.
So far as I can tell, the ADC is using approximately 1000 uA. It's sampling via...
Hi,
I'm using PCA10100, and developing my project on examples\ble_peripheral\ble_app_uart(SDK 17.1.0)
I connect P0.08_8 and P0.06 with other sensor module's uart, when...
I'm developing a BLE application on the nRF52832 that uses NRF_SDH_DISPATCH_MODEL_APPSH to receive events from the SoftDevice. My application involves using some software...
Hi, Nordic:
I am trying to use spi to transfer data between the two DKs. But I'm having trouble emulating the use of spim to use spis.
This is my main.c.
And this...
In the nRF52840 datasheet, peripherals don't appear to have shutdown or power-off controls but they do have enable/disable registers. I'm guessing that Device PM turns on...