Giter Club home page Giter Club logo

railuino's People

Contributors

pleumann avatar

railuino's Issues

App

Ich kann die APP nicht im Play Store herunterladen. In der CT steht, dass die 
APP bereits verfügbar ist.

Original issue reported on code.google.com by [email protected] on 1 Aug 2013 at 9:10

contribution to the project

Attached a sketch to interface between RocRail and Railuino. 


Is the maturity level from the attachment sufficient to add this sketch to the 
library? 



Regards,

Bert



Original issue reported on code.google.com by [email protected] on 2 Nov 2013 at 4:43

Attachments:

TrackControllerInfrared trouble

I'm trying to get the TrackControllerInfrared to work but with no luck.
When I try the following sketch:


#include <Railuino.h>

const word    LOCO  = 1;
const word    TIME  = 2000;

TrackControllerInfrared ctrlir;

void setup() {
  Serial.begin(115200);
  while (!Serial);  
  Serial.println("Power on");
  ctrlir.setPower(true);
  }

void loop() {  
  Serial.println("Lights on");
  ctrlir.toggleLocoFunction(LOCO, 0);  
  delay(TIME);
}

I would expect to see "Power on" in my serial terminal. The program doesn't 
seem to get that far. It compiles, uploads and starts, but seem to hang at the 
line:
TrackControllerInfrared ctrlir;

There is however Ir activity for a short while as that lines is called (The Ir 
led seem to be working on pin 3, not as the header says on pin 9)

Can you point me in the right direction to get this working?

Original issue reported on code.google.com by [email protected] on 3 Feb 2015 at 7:24

railuino on arduino mega

I'v uploaded the headlights sketch(whit the modified library) to my arduino 
mega 2560  but when i open the serial monitor I get the following message:
0
!?! Init error
!?! Emergency stop
 greatingz Ben

Original issue reported on code.google.com by [email protected] on 25 May 2014 at 11:02

Reserved buffer to small in lowlevel.ino?

What steps will reproduce the problem?
1. Send two  or more commands  in the format 
HHHH R CC L DD DD DD DD DD DD DD DD

2. insert a command to print the string buffer to the serial port.

3. View that every next command is corrupt


What is the expected output? What do you see instead?
Only first command works. increasing the buffer to a size of 35 resolves the 
issue. But should it be 34 or 35? It looks  like that 35 is 1 char to long 
becaus it concats a stringterminator /0.

What version of the product are you using? On what operating system?

railuino 0.9 on windows7
Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 27 Oct 2013 at 9:17

TrackReporterS88 - Pin Collision on Arduino Uno

The TrackReporterS88 uses pins 2 the clock line. The TrackController uses 
interrupt 0 which is on pin 2 on the Arduino Uno. So it's not possible to use 
the TrackController and the TrackReporterS88 in the same sketch when using the 
Arduino Uno.

I suggest to avoid using pins 2 and 3 in TrackReporterS88 since those are the 
interrupt pins and use pins 5 and 6 instead.

Original issue reported on code.google.com by [email protected] on 27 Sep 2014 at 11:50

Init error

What steps will reproduce the problem?
connecting the CANdiy shield and the can cable.
then use the serial monitor.

What is the expected output? What do you see instead?
the error i get is:
FF
!!! Init error
!!! Emergency stop


What version of the product are you using? On what operating system?
railuino 0.9
MACosX 10.9 
ArduinoSDK 1.0.5
Arduino uno
CAN-diy Shield
railuino kit from watterott.com 


Original issue reported on code.google.com by [email protected] on 7 Nov 2013 at 6:23

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.