Expected primary expression before token как исправить ардуино

В общем, в ардуино я полный профан, при компиляции кода выдает такую ошибку: Arduino: 1.8.7 (Windows 10), Плата:"Arduino Uno" exit status 1 expected...
  1. В общем, в ардуино я полный профан, при компиляции кода выдает такую ошибку:
    Arduino: 1.8.7 (Windows 10), Плата:»Arduino Uno»

    exit status 1
    expected primary-expression before ‘{‘ token
    Не ругайтесь сильно, я тупой)
    Код:

    #define PIN_TRIG 12
    #define PIN_ECHO 11
    int piezoPin = 3;
    long duration, cm;
    void setup() {
      // Инициализируем взаимодействие по последовательному порту
      Serial.begin (9600);
      //Определяем вводы и выводы
      pinMode(PIN_TRIG, OUTPUT);
      pinMode(PIN_ECHO, INPUT);
    }
    void loop() {
      // Сначала генерируем короткий импульс длительностью 2-5 микросекунд.
      digitalWrite(PIN_TRIG, LOW);
      delayMicroseconds(5);
      digitalWrite(PIN_TRIG, HIGH);
      // Выставив высокий уровень сигнала, ждем около 10 микросекунд. В этот момент датчик будет посылать сигналы с частотой 40 КГц.
      delayMicroseconds(10);
      digitalWrite(PIN_TRIG, LOW);
      //  Время задержки акустического сигнала на эхолокаторе.
      duration = pulseIn(PIN_ECHO, HIGH);
      // Теперь осталось преобразовать время в расстояние
      cm = (duration / 2) / 29.1;
      Serial.print(«Расстояние до объекта: «);
      Serial.print(cm);
      Serial.println(» см.»);
      // Задержка между измерениями для корректной работы скеча
      delay(250);
      if
      {
        cm<160
      }
      else
      {
       tone(piezoPin, 2000); // Запустили звучание
      delay(500);
      noTone(); // Остановили звучание
      }

     

    }

  2. В сообщении об ошибке должно быть еще номер строчки и позиция в строке. А то куда смотреть ?
    if — если — если что ? Здесь не дописано !!! Зайдите в справочник Ардуино насчет «if».
    После if должна стоять круглая скобка, а не «с хвостиком».

    Последнее редактирование: 29 янв 2020

  3. ошибка(и) здесь delay(250);
    if
    {
    cm<160
    }
    else
    {
    tone(pie

  4. Вот тупо скопированное сообщение:
    Arduino: 1.8.7 (Windows 10), Плата:»Arduino Uno»

    C:UsersТРРХАЧАDocumentsArduino________________.ino: In function ‘void loop()’:

    ________:30:2: error: expected primary-expression before ‘{‘ token

    ________:30:2: error: expected ‘)’ before ‘{‘ token

    ________:41:1: error: expected primary-expression before ‘}’ token

    exit status 1
    expected primary-expression before ‘{‘ token

    Этот отчёт будет иметь больше информации с
    включенной опцией Файл -> Настройки ->
    «Показать подробный вывод во время компиляции»

  5. if (cm < 160 )
    {
    tone(piezoPin, 2000); // Запустили звучание
      delay(500);
      noTone(); // Остановили звучание
    }
    else
    {
    tone(piezoPin, 200); // Запустили звучание
      delay(500);
      noTone(); // Остановили звучание
    }

    Должно быть в примерно таком виде.

  6. Ставьте нормальную IDE с подсветкой синтаксиса, а не этот блокнот. Тем более на стадии, когда

  7. оххх, а может и с на русском есть? Дашь ссылку?

  8. Все равно ошибка:
    Arduino: 1.8.7 (Windows 10), Плата:»Arduino Uno»

    C:UsersТРРХАЧАDocumentsArduino________________.ino: In function ‘void loop()’:

    ________:33:10: error: too few arguments to function ‘void noTone(uint8_t)’

    In file included from sketch________.ino.cpp:1:0:

    C:UsersТРР ХАЧАAppDataLocalArduino15packagesarduinohardwareavr1.8.2coresarduino/Arduino.h:248:6: note: declared here

    void noTone(uint8_t _pin);

    ^~~~~~

    ________:39:10: error: too few arguments to function ‘void noTone(uint8_t)’

    In file included from sketch________.ino.cpp:1:0:

    C:UsersТРР ХАЧАAppDataLocalArduino15packagesarduinohardwareavr1.8.2coresarduino/Arduino.h:248:6: note: declared here

    void noTone(uint8_t _pin);

    ^~~~~~

    exit status 1
    too few arguments to function ‘void noTone(uint8_t)’

    Этот отчёт будет иметь больше информации с
    включенной опцией Файл -> Настройки ->
    «Показать подробный вывод во время компиляции»

  9. Atmel Studio с сайта микрочипа, а потом оттуда ставишь нахлобучку для ардуины. И там же можешь поставить любую цветовую тему с любой подсветкой. Потом в блокнот уже не вернёшься. Никогда.

  10. А не перевести самостоятельно? Перевод:

    и ниже подсказка:

  11. Проблюешься, и поставишь Notepad ++, Sublime, Atom, etc.

    Навсегда.

  12. noTone(piezoPin);

    Notepad++Portable

  13. Студия требовательна к пк, хоть и решает множество задач. Да и аглицкий там, под тз тс не проходит)

  14. Последнее редактирование: 29 янв 2020

  15. А мне нравится VSCode. Работает на любом навозе. Прикрутить можно к любому дереву. Но мне, увы, мозгов на это не хватает. Поэтому пока прикручен к IAR)У меня Atmel Studio на ноуте запускается минуты за полторы (ОЗУ 8ГБ, но тухлый проц). Но потом нормально работает. А вот CCS и Simplicity Studio — они на эклипсе. Вот это вообще вилы. Даже если и загрузятся, то потом ещё и тупят((( Приходится большого брата звать на помощь

  16. Блокнотом++ пользуюсь в любой момент когда нужно что-то записать.
    Со студией аналогично все. В другое не лезу)

  17. Они просто не в курсе, что так можно! Там же не только подсветка, но и автопоиск, подсказки, рефакторинг и прочее, прочее, без чего в принципе невозможно осваивать новые горизонты!

Решил написать код на калькулятор на ардуино, код вроде простенький, а ошибки так и лезут. Помогите пожалуйста их исправить

Добавлено через 8 минут
Вот само сообщение об ошибке(Уффф, чет много букаф(я удалил там начало)):

Arduino: 1.8.15 (Windows 10), Плата:»Arduino Uno»

C:UserslimurOneDriveДокументыArduinosketch_o ct16bsketch_oct16b.ino: In function ‘void otvet()’:

sketch_oct16b:73:22: error: expected primary-expression before ‘)’ token

C:UserslimurOneDriveДокументыArduinosketch_o ct16bsketch_oct16b.ino: In function ‘void otvet()’:

sketch_oct16b:74:21: error: expected primary-expression before ‘/’ token

sketch_oct16b:73:22: error: expected primary-expression before ‘)’ token

sketch_oct16b:74:22: error: expected primary-expression before ‘)’ token

sketch_oct16b:74:21: error: expected primary-expression before ‘/’ token

sketch_oct16b:75:22: error: expected primary-expression before ‘)’ token

sketch_oct16b:74:22: error: expected primary-expression before ‘)’ token

sketch_oct16b:75:22: error: expected primary-expression before ‘)’ token

sketch_oct16b:76:22: error: expected primary-expression before ‘)’ token

sketch_oct16b:77:22: error: ‘znak’ was not declared in this scope

C:UserslimurOneDriveДокументыArduinosketch_o ct16bsketch_oct16b.ino:77:22: note: suggested alternative: ‘Znak’

sketch_oct16b:81:16: error: conversion from ‘int’ to ‘String’ is ambiguous

In file included from C:UserslimurAppDataLocalArduino15packagesar duinohardwareavr1.8.3coresarduino/Arduino.h:232:0,

from C:UserslimurAppDataLocalTemparduino_build_68 7748sketchsketch_oct16b.ino.cpp:1:

C:UserslimurAppDataLocalArduino15packagesar duinohardwareavr1.8.3coresarduino/WString.h:61:2: note: candidate: String::String(const __FlashStringHelper*)

String(const __FlashStringHelper *str);

^~~~~~

C:UserslimurAppDataLocalArduino15packagesar duinohardwareavr1.8.3coresarduino/WString.h:59:2: note: candidate: String::String(const char*)

String(const char *cstr = «»);

^~~~~~

sketch_oct16b:81:23: error: conversion from ‘int’ to ‘String’ is ambiguous

In file included from C:UserslimurAppDataLocalArduino15packagesar duinohardwareavr1.8.3coresarduino/Arduino.h:232:0,

from C:UserslimurAppDataLocalTemparduino_build_68 7748sketchsketch_oct16b.ino.cpp:1:

C:UserslimurAppDataLocalArduino15packagesar duinohardwareavr1.8.3coresarduino/WString.h:61:2: note: candidate: String::String(const __FlashStringHelper*)

String(const __FlashStringHelper *str);

^~~~~~

C:UserslimurAppDataLocalArduino15packagesar duinohardwareavr1.8.3coresarduino/WString.h:59:2: note: candidate: String::String(const char*)

String(const char *cstr = «»);

^~~~~~

sketch_oct16b:81:30: error: conversion from ‘int’ to ‘String’ is ambiguous

In file included from C:UserslimurAppDataLocalArduino15packagesar duinohardwareavr1.8.3coresarduino/Arduino.h:232:0,

from C:UserslimurAppDataLocalTemparduino_build_68 7748sketchsketch_oct16b.ino.cpp:1:

C:UserslimurAppDataLocalArduino15packagesar duinohardwareavr1.8.3coresarduino/WString.h:61:2: note: candidate: String::String(const __FlashStringHelper*)

String(const __FlashStringHelper *str);

^~~~~~

C:UserslimurAppDataLocalArduino15packagesar duinohardwareavr1.8.3coresarduino/WString.h:59:2: note: candidate: String::String(const char*)

sketch_oct16b:76:22: error: expected primary-expression before ‘)’ token

String(const char *cstr = «»);

sketch_oct16b:77:22: error: ‘znak’ was not declared in this scope

^~~~~~

C:UserslimurOneDriveДокументыArduinosketch_o ct16bsketch_oct16b.ino:77:22: note: suggested alternative: ‘Znak’

sketch_oct16b:81:16: error: conversion from ‘int’ to ‘String’ is ambiguous

In file included from C:UserslimurAppDataLocalArduino15packagesar duinohardwareavr1.8.3coresarduino/Arduino.h:232:0,

from C:UserslimurAppDataLocalTemparduino_build_68 7748sketchsketch_oct16b.ino.cpp:1:

C:UserslimurAppDataLocalArduino15packagesar duinohardwareavr1.8.3coresarduino/WString.h:61:2: note: candidate: String::String(const __FlashStringHelper*)

String(const __FlashStringHelper *str);

^~~~~~

C:UserslimurAppDataLocalArduino15packagesar duinohardwareavr1.8.3coresarduino/WString.h:59:2: note: candidate: String::String(const char*)

String(const char *cstr = «»);

^~~~~~

sketch_oct16b:81:23: error: conversion from ‘int’ to ‘String’ is ambiguous

In file included from C:UserslimurAppDataLocalArduino15packagesar duinohardwareavr1.8.3coresarduino/Arduino.h:232:0,

from C:UserslimurAppDataLocalTemparduino_build_68 7748sketchsketch_oct16b.ino.cpp:1:

C:UserslimurAppDataLocalArduino15packagesar duinohardwareavr1.8.3coresarduino/WString.h:61:2: note: candidate: String::String(const __FlashStringHelper*)

String(const __FlashStringHelper *str);

^~~~~~

C:UserslimurAppDataLocalArduino15packagesar duinohardwareavr1.8.3coresarduino/WString.h:59:2: note: candidate: String::String(const char*)

String(const char *cstr = «»);

^~~~~~

sketch_oct16b:81:30: error: conversion from ‘int’ to ‘String’ is ambiguous

In file included from C:UserslimurAppDataLocalArduino15packagesar duinohardwareavr1.8.3coresarduino/Arduino.h:232:0,

from C:UserslimurAppDataLocalTemparduino_build_68 7748sketchsketch_oct16b.ino.cpp:1:

C:UserslimurAppDataLocalArduino15packagesar duinohardwareavr1.8.3coresarduino/WString.h:61:2: note: candidate: String::String(const __FlashStringHelper*)

String(const __FlashStringHelper *str);

^~~~~~

C:UserslimurAppDataLocalArduino15packagesar duinohardwareavr1.8.3coresarduino/WString.h:59:2: note: candidate: String::String(const char*)

String(const char *cstr = «»);

^~~~~~

exit status 1

exit status 1

Используем библиотеку Keypad версии 3.1.1 из папки: C:UserslimurOneDriveДокументыArduinolibrarie sKeypad

Используем библиотеку Keypad версии 3.1.1 из папки: C:UserslimurOneDriveДокументыArduinolibrarie sKeypad

expected primary-expression before ‘)’ token

expected primary-expression before ‘)’ token

Содержание

  1. Arduino.ru
  2. Регистрация новых пользователей и создание новых тем теперь только на новом форуме https://forum.arduino.ru
  3. forum.arduino.ru
  4. Прошу помощи
  5. Fix “Expected Primary-Expression Before” in C++ or Arduino
  6. How to fix “Expected Primary-Expression Before” error?
  7. Type 1: Expected primary-expression before ‘>’ token
  8. Type 2: Expected primary expression before ‘)’ token
  9. Type 3: Expected primary-expression before ‘enum’
  10. Type 4: Expected primary expression before ‘.’
  11. Type 5: Expected primary-expression before ‘word’
  12. Type 6: Expected primary-expression before ‘else’
  13. Conclusion

Arduino.ru

Регистрация новых пользователей и создание новых тем теперь только на новом форуме https://forum.arduino.ru

forum.arduino.ru

Прошу помощи

Приветствую. Проблема в следуещем, есть у меня друг который смог с ардуино вывести показания буста на штатный экран бк. Я от этой темы далек, он мне сказал купить платку нано, и дал чем прошить ее. сейчас связи с ним нет, а прошить не получается, выдает ошибку. Помогите с таким траблом мне .

опубликуйте весь код

покажите ошибку которую компилятор выдал

опубликуйте весь код

покажите ошибку которую компилятор выдал

Ошибку просто выделяешь мышкой в Arduino IDE и копируешь/вставляешь сюда текстом.

Ошибку просто выделяешь мышкой в Arduino IDE и копируешь/вставляешь сюда текстом.

rgdaudi, компилятор же Вам все написал.

Вот расскажите, что Вы хотели сказать в строках 67 и 68?

rgdaudi, компилятор же Вам все написал.

Вот расскажите, что Вы хотели сказать в строках 67 и 68?

[/quote]
Я ж и обратился за помощью сюда, если бы я что то понимал вопросов бы не возникло

Вопрос остается: что Вы хотели сказать строками 67 и 68?

Вопрос остается: что Вы хотели сказать строками 67 и 68?

Вопрос остается: что Вы хотели сказать строками 67 и 68?

Ладно, я даже готов согласиться, что не программа считывает значение в переменную, а сама переменная считывает значение сама в себя, но почему она это делает, пренебрегая правилами языка?

Ладно, я даже готов согласиться, что не программа считывает значение в переменную, а сама переменная считывает значение сама в себя, но почему она это делает, пренебрегая правилами языка?

[/quote] Да далек я ото всего этого, кто бы мне помог сейчас не на связи, вот и обратился я к Вам

Ну, у Вас есть два варианта:

1. «Подойти поближе» — т.е. ознакомиться с языком и принципами программирования.

2. Обратиться в раздел «Ищу исполнителя». Там Вам помогут за соответствующее вознаграждение.

Здесь Вам могут помочь осуществить п.1 т.е. освоить программирование, но делать за Вас работу, которая никому кроме Вас не интересна, никто не будет.

Пока могу еще раз посоветовать прочитать и понять выдаваемую компилятором диагностику. На строку 69 не обращайте внимания, это наведенка от предыдущей строки, а вот в строке 70 все достатояно четко сформулировано: Вы пытаетесь использовать нигде не описанную переменную.

Ну, у Вас есть два варианта:

1. «Подойти поближе» — т.е. ознакомиться с языком и принципами программирования.

2. Обратиться в раздел «Ищу исполнителя». Там Вам помогут за соответствующее вознаграждение.

Здесь Вам могут помочь осуществить п.1 т.е. освоить программирование, но делать за Вас работу, которая никому кроме Вас не интересна, никто не будет.

Пока могу еще раз посоветовать прочитать и понять выдаваемую компилятором диагностику. На строку 69 не обращайте внимания, это наведенка от предыдущей строки, а вот в строке 70 все достатояно четко сформулировано: Вы пытаетесь использовать нигде не описанную переменную.

Спасибо огромное идем по пункту 1) я нашел в чем проблема была

Источник

Fix “Expected Primary-Expression Before” in C++ or Arduino

“Expected primary-expression before ‘some‘ token” is one of the most common errors that you can experience in Arduino code. Arduino code is written in C++ with few additions here and there, so it is a C++ syntax error. There are multiple versions of this error, depends on what is it that you messed up. Some are easy to fix, some not so much.

Most of the times (but not always), the error occurs because you have missed something or put it at the wrong place. Be it a semicolon, a bracket or something else. It can be fixed by figuring out what is that you missed/misplaced and placing it at the right position. Let us walk through multiple versions of the error and how to fix them one by one.

We all like building things, don’t we? Arduino gives us the opportunity to do amazing things with electronics with simply a little bit of code. It is an open-source electronics platform. It is based on hardware and software which are easy to learn and use. If I were to explain in simple language what Arduino does – it takes an input from the user in different forms such as touch or light and turns it into an output such as running a motor. Actually, you can even post tweets on Twitter with Arduino.

Table of Contents

How to fix “Expected Primary-Expression Before” error?

I’ll walk you through multiple examples of where the error can occur and how to possibly fix it. The codes that I use as examples in this article are codes that people posted on forums asking for a solution, so all credits of the code go to them. Let’s begin.

Type 1: Expected primary-expression before ‘>’ token

This error occurs when when the opening curly brackets ‘<‘ are not properly followed by the closing curly bracket ‘>’. To fix this, what you have to do is: check if all of your opening and closing curly brackets match properly. Also, check if you are missing any curly brackets. There isn’t much to this, so I’ll move on to the other types.

Type 2: Expected primary expression before ‘)’ token

Example 1: All credits to this thread. Throughout all of my examples, I will highlight the line which is causing the issue with red.

Solution 1:

The error occurs in this code because the rainbow function is supposed to have a variable as its argument, however the argument given here is ‘uint8_t’ which is not a variable.

Here all you have to do is define uint8_t as a variable first and assign it a value. The code will work after that.

Type 3: Expected primary-expression before ‘enum’

Example 1: All credits to this thread.

Solution 1:

The “expected primary-expression before ‘enum’ ” error occurs here because the enum here has been defined inside a method, which is incorrect. The corrected code is:

Note: Another mistake has been fixed in this code i.e. the space in “Range Rover” variable. Variable names cannot contain spaces.

Type 4: Expected primary expression before ‘.’

Example 1: All credits go to this thread.

Solution 1: Here the error occurs because “square” is being used as an object, which it is not. Square is a type, and the corrected code is given below.

Type 5: Expected primary-expression before ‘word’

Example 1: All credits go to this thread.

Solution 1:

Here, they are incorrectly using string inside wordLengthFunction().

Fixing it is simple, simply replace

Type 6: Expected primary-expression before ‘else’

Example 1: All credit goes to this thread.

Solution 1:

This code is not correct because after the if statement is closed with ‘>’ in this code, there are two statements before the else statement starts. There must not be any statements between the closing curly bracket ‘>’ of if statement and the else statement. It can be fixed by simply removing the part that I have marked in red.

Conclusion

And that’s it, I hope you were able to fix the expected primary-expression before error. This article wasn’t easy to write – I’m in no way an expert in C++, but I do know it to a decent level. I couldn’t find any articles related to fixing this error on the internet so I thought I’d write one myself. Answers that I read in forums helped me immensely while researching for this article and I’m thankful to the amazing community of programmers that we have built! If you would like to ask me anything, suggest any changes to this article or simply would like to write for us/collaborate with us, visit our Contact page. Thank you for reading, I hope you have an amazing day.

Also, tell me which one of the 6 types were you experiencing in the comments below.

Источник

Понравилась статья? Поделить с друзьями:
  • Ets 2 как изменить физику
  • Errorcode 80070002 resident evil 5 как исправить
  • Error аниме кун
  • Error you appear to be running an x server please exit x before installing
  • Error xsltprocessor transformtoxml no stylesheet associated to this object