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...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi
I have a project that uses several protocols, including UART and USB CLI
As such, I had to move the nRF logger to work on RTT, so that everything could work properly...
Hello,
I was wondering if it is possible to read the model (e.g. NRF52810_xxAA_REV1) from a chip with nrfjprog?
In production we use nrfjprog to program our devices and...
Platform: pca10100
SDK version: SDK17.0
Purpose: Use radio to scan Bluetooth devices and perform CTE sampling. When the scan data and IQ data accumulate nearly 4K, output...
I'm using a 52840 and need both low stand by current and use of a UART. I understand that the UART drives up the power so I'm trying to completely shut it down when not being...
Hi, everyone
I am studying openthread.
I had a nrf52840 Dongle(running CLI/MTD example) act as MTD node to join in the openthread network.
The Dongle's LEDS were removed...
Hello,
I am using a nRF DK (nRF52832 - PCA10040 - SDK 15) to communicate with a custom electronic device developed by my own company (which integrates an 1-Wire slave)....
Hello,
I have a question regarding eDRX mode on the nrf9160 in combination with NB-IoT. I tried to configure an eDRX cycle of 20.48s for the use in a battery powered actor...
Hello,
I am using the nRF52832 on a custom board, with SDK 15.2 and SD132 v6.1. My BLE application uses the SAADC to measure VCC voltage every 6 hours. I am using an app...
Hello Sir,
I am Working with nRF52 DK Development board. My application based on BLE. I want BLE stack for Scanning mode and also tell m,e how to operate with mobile apk...
How to
1. increase advertising frequency - Which BLE GAP parameter should be updated?
2. increase RSSI signal strength - My device is not battery operated, so there are...
Hi,
How can I make the modem start a hot fix after rebooting the nrf9160?
I am getting a GPS fix, then powering down the modem with CFUN=0, which should be saving the...
Hello, I recently bought a nRF52840 with the intention of using it as a substitute for UART wired communication. What I want to do is send and receive messages between my...
I carried out following steps:
Application was using SDK 11.0.0 for nRF51 SoC
Ported SDK version 12.1.0
Using secure DFU boot-loader from SDK 12.1.0 (followed all...
Hi,
I understand I shouldn't use S140 v6.1.1 with SDK v17.0.0, but we want to try to keep using v6.1.1 as it's been well tested. Since the ATT_MTU example works with this...
Hi, im trying to gather accelerometer data from Mi Band 3.
I found script, written in python, that allows computer with linux to connect to band. But its missing functionality...