Code Monkey home page Code Monkey logo

open-lap's People

Contributors

racefpv avatar yannikw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

open-lap's Issues

Attiny85

Can you make a code that send only one ID and works on the Attiny85?

Wifi is not stable

Hello YannikW,

My wifi is more off then on. I can't get is stable. I have 3 NodeMCu 12E. It works maby 2 time okay en then anymore.

Is that a bug that you know?

Greetz Sniper

Attiny44a

My board have external clock 16Mhz,but flash 16Mhz no have debug inf
I flash clock 8Mhz (Internal) ,but debug only have 0-3 neb inf
Use FPV Race Tracker,only LAPS keep increase...other inf display NULL

error while compile

Arduino: 1.6.6 (Windows 8.1), Board:"NodeMCU 1.0 (ESP-12E Module), 160 MHz, Serial, 115200, 4M (3M SPIFFS)"

Build-opties gewijzigd, alles wordt opnieuw gebuild
C:\Users\Bas\Documents\Open-Lap-master (1)\Open-Lap-master\Receiver\Software\RX_ESP_V06\RX_ESP_V06.ino: In function 'void setup()':

RX_ESP_V06:166: error: 'initiateCommands' was not declared in this scope

initiateCommands();

                ^

RX_ESP_V06:169: error: 'connectWifi' was not declared in this scope

wifiConnected = connectWifi(); //Connect to WiFi if possible and save which WiFi is used

                           ^

C:\Users\Bas\Documents\Open-Lap-master (1)\Open-Lap-master\Receiver\Software\RX_ESP_V06\RX_ESP_V06.ino: In function 'void loop()':

RX_ESP_V06:240: error: 'resetValue' was not declared in this scope

           resetValue(sensor);

                            ^

RX_ESP_V06:251: error: 'resetValue' was not declared in this scope

       resetValue(sensor);

                        ^

RX_ESP_V06:267: error: 'getValue' was not declared in this scope

     message[sensor][a] = getValue(buf[sensor][a]);

                                                 ^

RX_ESP_V06:284: error: 'twoOfFour' was not declared in this scope

       if(twoOfFour(sensor, data[sensor]) && (actTime >= (lastPilotTime[data[sensor]] + MINLAPTIME)))  //New lap

                                        ^

RX_ESP_V06:286: error: 'newLap' was not declared in this scope

         newLap(data[sensor]);

                            ^

RX_ESP_V06:303: error: 'saveValue' was not declared in this scope

       saveValue(sensor, data[sensor]);

                                     ^

RX_ESP_V06:331: error: 'resetValue' was not declared in this scope

   resetValue(sensor);

                    ^

C:\Users\Bas\Documents\Open-Lap-master (1)\Open-Lap-master\Receiver\Software\RX_ESP_V06\RX_ESP_V06.ino: In function 'void newLap(uint8_t)':

RX_ESP_V06:424: error: 'beep' was not declared in this scope

 beep(BEEPLENGTH);

                ^

C:\Users\Bas\Documents\Open-Lap-master (1)\Open-Lap-master\Receiver\Software\RX_ESP_V06\Commands.ino: In function 'void initiateCommands()':

Commands:18: error: 'sayVersion' was not declared in this scope

SCmd.addCommand("VERSION", sayVersion); //Print Software Version

                          ^

Commands:19: error: 'setDebugmode' was not declared in this scope

SCmd.addCommand("DEBUGMODE", setDebugmode); //Set no debugging, simple debugging, or full debugging

                            ^

Commands:22: error: 'fpvRaceTracker' was not declared in this scope

SCmd.addCommand(rtm, fpvRaceTracker); //Start FPV Race Tracker operation mode

                    ^

Commands:23: error: 'resetRace' was not declared in this scope

SCmd.addCommand("NEW_OPEN_LAP", resetRace); //Reset all laps, times, ...

                               ^

Commands:25: error: 'help' was not declared in this scope

SCmd.addCommand("HELP", help); //Show possible commands

                       ^

Commands:26: error: 'unrecognized' was not declared in this scope

SCmd.addDefaultHandler(unrecognized); //Unknown Command input

                      ^

Commands:29: error: 'easyRace' was not declared in this scope

TCPCmd.addCommand("RESET#", easyRace); //Start EasyRaceLapTimer operation mode

                           ^

Commands:30: error: 'fpvRaceTrackerTCP' was not declared in this scope

TCPCmd.addCommand(rtm, fpvRaceTrackerTCP); //Start FPV Race Tracker TCP operation mode

                      ^

exit status 1
'initiateCommands' was not declared in this scope

Dit rapport zou meer informatie hebben met
"Tijdens de compilatie uitgebreide uitvoer weergeven"
ingeschakeld in Bestand > Voorkeuren.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.