This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Linux
Hi,
I'm using the PGA460-Q1 as an Arduino Mega.
first, i downloaded PGA460EnergiaLibrary-1.0.3, and i modified the example code "GetDistance_RevB" .
#include "Energia.h" -> #include "Arduino.h"
byte SD -> byte SDD
Using UART 0(Monitoring), UART 1(PGA460)
I have checked UART1 works independently using Serial Communication.
The hardware connection is as follows.
The test pin was tied to 220kΩ and 5V of Arduino Mega. and SCLK pin tied to GND.
Below is the log,
Configuring the PGA460 with the selected settings. Wait...
ERROR - Did not receive system diagnostics!
System Diagnostics - Frequency (kHz): inf
System Diagnostics - Decay Period (us): 0.00
ERROR - Did not receive temp/noise!
System Diagnostics - Die Temperature (C): -42.67
ERROR - Did not receive temp/noise!
System Diagnostics - Noise Level: 0.00
EEPROM programmed successfully.
Retrieving echo data dump profile. Wait...
255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
ERROR - Did not receive measurement results!
ERROR - Did not receive measurement results!
ERROR - Did not receive measurement results!
Let me know the solution. Thank you.