Hi everyone,
I'm using the nRF51822 (pca10000 Dongle + pca10005).
My plan is to send one byte over the radio.
I tried to use the SDK-Example as a template but it's...
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...
Hello ,
I am working on a BLE mesh application in which I need to get server model status on my client node. I am calling this function "generic_onoff_client_get()" provided...
Hi,
I got nRF9160 and Vodafone Ireland sim - and unable to connect network.
I tried at_client and asset_racker_nbiot (& v2) firmwares, but 'LTE' sign in LTE Link Monitor...
There have been several releases to both the Command Line Tools and Segger's JLink Software however the full Nordic toolchain still does not properly support the M1.
In...
Hi Nordic! I'm using the nrf ftp client library found here: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/libraries/networking/ftp_client.html I'm having...
Hi,
I have a nRF52833 DK which I'm evaluating for a new product which uses a UART connected GPS receiver.
I found some simple UART code which compiles OK, but crashes...
Hello, guys.
We are using nRF51822 SoC and Zephyr OS to develop our application.
I wonder if it will be possible to use Nordic's Button Handler module in the Zephyr environment...
Good afternoon,
I am working with the Thingy:91 platform and I would like to know if it is possible to get the GPS position without internet connection and if there is any...
Hi Team
1. are the following phy layer parameter like SNR,RSSI available for both WIFI and BLE?
2. if so, which register to look for such information
3. Also how about...
Hello
I am getting started on nRF SDK and I went through all the examples (at least those I'm interested about) successfully.
Now, I need to merge couple of examples together...
Hey
When i disconnect my nRF5340-DK devkit to my Lenovo T14s Gen 2 running Ubuntu 20.04.3 LTS the usb driver in the linux kernel crashes.
I think it's a problem that...
Hello there,
I've set up a Thread network with a few devices, and now I would like to connect to a ipv4 server.
At home or at the office we do not have a ipv6 public address...
Hi,
We are Migrating from nRF52832 to nRF5340 dual-core soc. In nRF52832 9 off available GPIOs were only to use with a low drive, low-frequency application since they may...
I have starting working with UART. I see that there are two options for configuring it: UART_0_ASYNC and UART_0_INTERRUPT_DRIVEN. I want to use ASYNC option for my UART, but...