Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hi, I couldn't get it to do anything. #2

Open
billbee opened this issue Dec 8, 2020 · 0 comments
Open

Hi, I couldn't get it to do anything. #2

billbee opened this issue Dec 8, 2020 · 0 comments

Comments

@billbee
Copy link

billbee commented Dec 8, 2020

Expected Behavior

I got it to compile and run, but nothing happened.

Current Behavior

Serial.print("hello: ");
radio.setFrequency(frequency); //Set Start Frequency
delay(20);
}

void loop() {
//Sweep
Serial.print("hello2: ");
if (frequency <= 108.00) {
//Get Data
bool stereo = radio.isStereo();
short lvl = radio.getSignalLevel();

Serial.print("hello3: ");
//Is it useable?
if (lvl >= minlvl && stereo) {
foundStation(frequency, lvl); //Print Station to Console
}
it printed hello2 and that was it.

Possible Solution

No idea. I just wanted to try the standby function since this thing only runs a few minutes a day but the Arduino is on all the time.

Steps to Reproduce (for bugs)

Context

Your Environment

  • Version used:
  • Dev. Environment and Version:
  • Operating System and version:
  • Link to your project (optional):
    Arduini wifi rev2 with IDE version 1.8.13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant