Hi,
I am using ADC without external reference and no analog input in order to measure the battery level with a timer (code at the end).
I am also reading several ports...
Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
I am working on a nRF52 device as a peripheral that is communicating with an Android tablet central, and have been doing some experiments with the connection interval parameters...
Window sees both nRF52 DK's that iI have and JLink shows as a drive in Explorer. I have two nRF52840 DKs. Windows does not see either one when connected using the same cable...
Hi, I am attempting to use the Bluetooth Low Energy Application v2.4.2 in nRF Connect v3.6.0 to connect the nRF5340 board. However, when I do so, two errors pop up:
Received...
Hi,
I am seeing some random behavior on FDS write:
1.sometimes it won't receive any callback for 2 seconds
19:57:49 - logMessage: "Fds_Write_Async 2"
19:57:51 - logMessage...
Apologies for asking a question that is quite similar to several that I've found on this forum, however none of the solutions has worked for me so I think something else must...
Hi to everyone!
I am using nRF52832 driven by nRF52 DK and a sensor from Maxim Integrated. As debug output i am using the RTT viewer and as IDE Keil.
When i run my code...
Hello,
I am really new to nrf9160 product and its SDK. I want to send data from nrf9160 to an external flash memory. Could you please tell me how can I do this with SPI...
Hi
I am trying to open radio_test sample (ncs\v1.4.0\nrf\samples\peripheral\radio_test) for board nrf52840_nrf52811 but it fails - saying "Cannot create project"
Is that...
Hello, I am working on asset tracker from ncs 1.4.0 and on NRF9160DK when i try to concatenate doubles with snprintf it shows me nothing and returns a huge value (several...
I need to develop a product using the nRF910. I have downloaded files from the download page but when I expand the files to open they are LOCKED with a RED CROSS. How do I...
Hi DevZone,
Does anyone have any experience with performing a SD-Card format with the nRF52840 . This is to avoid removing the SD-Card from the hardware when a format...
Hi,
I tried programming the nRF5340PDK using the nRF connect programmer, but when I select the board I get the following log:
2020-11-11T13:04:58.307Z INFO Application...
Hello,
in our project we have a nRF52840DK as central and a BMD-300 (contains nRF52832 chip) as peripheral. The software on the nRF52840DK is based on the ble_app_uart_c...
I have a project where I am distributing code images to a number of devices with DFU (this is a custom bootloader)
The peripherals use a mixture of 52840 and 52811 SoC...
Hi,
I am currently using the nRF logging module to log data from a nRF52832-DK to my laptop via a serial connection. However, I would like to move over to BLE logging for...