I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
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...
Hi,
I am new to eclipse on windows.
I have bought the PCA10040 board.
I have installed eclipse and GNU ARM Eclipse 3.1.1 plug-ins.
Copied the NRF52-SDK into workspace...
Hi developers,
I am trying to collect data from an AFE (ADS1298) and could get some values. Inorder to check the accuracy I need to plot this value. I am programming this...
Hi,
I am running the nRF51822 from a coin-cell. I need to measure the cell voltage. Until now, I have attached VDD to an ADC pin with a voltage divider and a capacitor...
Hello~
In my production line use jig contact my PCBA, and use Jlink connect to Nordic 51822 download FW, but I found sometime can use 500kHz and sometime can't use, just...
Hi
I am using nRF52(PCA10040) as a sniffer dongle, but it seems the sniffer mode cannot work, and shows the error log: "INFO: Error on port xx. file: Packet.py, line 245...
First step of trying to integrate S132 to a small OS is failing completely.
When I use SVC the system ends up in hanging in hard fault.
The SoD handler ends up trying...
I am testing to develop an application that sleep (system-on mode) for most of the time, and it wake-up periodically to send out somethings.
As I would like to lower the...
Hello,
After when I download the protocol stack(S132).The target is NRF52832 chip,tool is J-link OB.
I choose to recover nrf52 ,then prompt unable to fine or open the...
Hi,
In ADC, we would be using the internal voltage generator as the reference voltage. How stable is the voltage coming out of the reference generator. Would it be always...
It appears that, if I wanted to write characteristics to my BLE device, I can utilize the writeCharacteristic method of the BluetoothGatt class. Is this the right way to go...
Hello,
I am currently for a quick solution to test NRF24LE1 compliance to FCC. Can you provide me with any code if possible? As i could see from the website only an application...
Hi,
We can utilize the 31 bytes of advertising packet as well as 31 bytes of scan response packet which in total makes it 62 bytes of advertising data. What is the effect...
Hi dear Nordic Engineers.
We going to move from FN-LINK (Realtek) I.C. BLE to nRF52.
FN-LINK uses HCI (UART) BLE the Interface to communicate with our embd. LINUX.
How...
Hi all,
I'm using pca10040 board with sdk version nRF5_SDK_11.0.0-2.alpha_bc3f6a0.
There i'm using example code of spi handling. Instead of nrf_log_printf i changed...