Hi, I wanted to ask a question regarding sending data.
I currently have external memory that will send out serial data (SPI) to the nordic microcontroller. I have saved...
Recently, I try to programme nRF51822 DK communicating with nRF2401e1 DK,unfortunately,which does not success. With setting radio configuration: TXPower,frequency channel...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
Hi,
There is much talking about the "large data transfer" over BLE, the l2cap channel being the best option for the moment.
However, does anyone know the datarate achievable...
I have a nRF52840 Dongle. When I connected it for the first time to the Bluetooth Low Energy app of nRF Connect for Desktop, it loaded automatically the firmware. My question...
Is there a way to read the mac address from the serial tty of an nRF52840? I have multiple dongles programmed with the BLE sniffer (nrf_sniffer_for_bluetooth_le_4.1.0) and...
Hi,
I was using the nrfx_saadc_buffer_convert to make everytime a single sample.
Now I did find out there is also nrfx_saadc_sample_convert. How do I initialize this...
I've been trying to debug a recurring hard fault around nrf_log_frontend_dequeue. This occurs sporadically (between 10-60min) into testing my firmware. When the fault occurs...
Hi all,
normally our system runs in low power mode. When triggering the SAADC the first samples (using oneshot mode) will be off (slightly too low).
I can work around...
Hi,
I need to create run time count that increases every 0.065536sec.
I found a way doing so by using HFCLK without any interrupts.
My questions are:
1) Are there...
Hi, I am working on the nrf52840 dongle using the softdevice.
I would like to know whether it is possible to add OTA DFU capability to the default open bootloader that allows...
Im quite new to development with the DK so bare with me.
Currently I am able to read digital values (0 and 1) from the potentiometer using pin P0.03.
I am using the function...
I had toolchain manager 0.10.3 and a project using NCS 1.91. Unfortenuately I have updated the Toolchain manager to 1.0.0 and now my project does no longer show up and the...
I have a NRF52840 based custom device that I can program just fine with a NRF52840-DK.
However, when I try to use a NRF52833-DK I can erase and flash the softdevice just...
Hi,
I work with nRF52840 DKs and I am working for indoor positioning system based on RSSI signal strength. I want the RSSI signal strength to be sensed and transmitted to...
Hi Devzone team,
My customer wants to design the LTE-M antenna for their tracker project in US market, do we have any antenna reference or design guideline? I see we have...
Hi,
I am looking for a BLE module that I can program to send a Thyrmistor signal 250 meters or more. The BLE module has to be small and able to collect A/D Convertor and...
Hi ,
I am trying to get GNSS on thingy 91 to work. It seems like I have the same issue as this thread:
I cannot get a fix. Currently, I am using the 1.3.2 firmware ( the...
Hello, I am developing a product using nRF52840. I use the DK board to debug and download.
However, I would like to implement a firmware update function using USB on my...