Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hello guys,
I programmed the gps sample on the nrf9160 DK, but I get:
I added a printk to see which of the at_cmmds were failing but I get inconsistent results. It used...
Hi,
Working with ads1220 which runs on SPI. There standard SPI pins - dout, din, sclk, drdy. In its datasheet there is written it is possible to merge dout with drdy to...
How to upload code to nrf52840 using arduino or usb2ttl as I have ms288fv2 help me guys or suggest me the board using which I can upload to code to nrf52840 if and ms88sf2...
Hello:
I'm testing nrf9160's A-GPS function, and I find that an error of SUPL will be reported at runtime:
I use master branch of the nrf repository(nrf/samples/nrf9160...
I have a Windows 10 laptop (Acer Swift SF 514-52T) where I have installed the setup for nRF9160 from "nRF Connect for Desktop".
All steps followed.
I got some issues...
I've got my application wrapped in mcuboot for HTTP-based firmware updates which is working fine. In the past couple days I've enabled CONFIG_NVS using the code in zephyr...
Hello all, This is my first post on your DevZone. Setup details: nRF9160 DK Board: 0.8.3 nRF Connect SDK tag: 1.2.0 OS: Windows 10 Pro LTE Network: NB-IoT on B3 and B20, Operator...
Hello, I'm using nRF52811 and It works with 1.8 voltage on it's VCCs. Is it possible to use a micro SD? Should I use a voltage level translator (for example TXB0108)? I know...
Hello all,
I try to import Keil project into Eclipse with Makefile. I managed put all my source file to be compiled, and my include paths etc.. in my Makefile
In Keil...
Hi,
I am working on one application in which I want to sample ECG at 1000 samples per second continuously and battery value at 15 seconds interval. I am configuring two...
Hi,
I'm trying to connect my phone ober BLE with the nrf52840. The first x attemps always work (connect, disconnect, connect, disconnect, ...) but after some time no further...
Hello guys,
I`m pretty new in socket programing, I have a question , is there any way to trigger an event for a file descriptor that is used in poll() function ?
For example...
Hello DevZone,
Recently I've been testing connecting multiple servers to one client and fiddling around with some settings regarding timing and packet size.
In the following...
Hi everyone,
Recently, I have bought two nRf52 DK, and I want to test the latency between central and peripheral in 2Mbps.
Can someone give me some suggestions about where...
I develop BLE Beacon device using nRF52832. I want to set the device name by combining "XXXX" and the lower 3byte of MAC Address. "XXXX" is used to recognize it as a company...