Hi All,
My requirement is to read the data from nRF51822 device that is connected to a bluetooth and bluetooth is connected to a system using a .Net application.
I have...
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...
Hello. I can't normally use USB for two-way communication.
The problem is sending the PRX payload in ACK packets.
After conducting a simple test: PPTX sends a packet once...
Trying to use the basic baremetal mode as my application is very simple and dont want to go through RTOS stuff.
I tried with Timer and RTC, both case if I enable the interrupt...
I am using the nRF 52840dk board and I am new to nRF, I had worked on Cypress CYBLE & CYBT-343026-01. I am starting my development for basic BLE transmit, eventually, I am...
Dear Nordic experts, How do you verify that a (mesh) firmware has an app key assigned? What I'm looking for is basically the Mesh SDK's version of NCS's bt_mesh_app_key_exists...
I used the alternate method of installing nRF connect described here:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.8.0/nrf/gs_installing.html#build-environment...
for those of you who are aiming at a battery-powered NB-IoT device, this book might be worthwhile to look at. I recently discovered it and provided a good starting point how...
Hi
I need to understand what all configurations for ADC peripheral can be managed with dts or overlay files..? Like ADC channel, resolution etc,. Kindly guide me with all...
Longtime mbed user, first time trying zephyr. I'm hoping to find an example application that shows the expected file structure/CMakeLists/KConfig for a project that includes...
I am trying to save the address of program counter when a watchdog reset occurs. In order to do that I use gcc's __builtin_return_address(0) from within the SDK's nrf_drv_wdt...
Hello,
I am a computer science student doing IoT network analysis with an nRF9160 DK and an IoT SIM card connected to the Swisscom network in Switzerland. While performing...
Hi,
I have a device based on the board nrf9160 with an external peripheral which is the flash LE25U40CMDTWG and that communicates with the controller through the next pins...
I am new to Nordic devices. I got a Nordic Thingy91 today.
I want to send the sensor data to my own database using a php api and http request.
The following is the block...
Hello, a newcomer here.
I've just went through your wonderful BLE service and characteristics tutorials and now I'm experimenting with the BLE UART, i.e. proprietary NUS...
I have one nRF5340-DK now and have the basics working. I have even targeted compiles and flashed external nRF52xx devices using the nRF Connect SDK on VisualCode.
Seems...