Ok cool, thank you for posting that. It looks like it is using a legacy version of the library which might not have the method "countToFrequency()." To solve this please download the zip from Paul's...
Type: Posts; User: jakezimmer
Ok cool, thank you for posting that. It looks like it is using a legacy version of the library which might not have the method "countToFrequency()." To solve this please download the zip from Paul's...
In addition, if you still cant figure it out, posting the error log might give us a better understanding. If you go into the Arduino IDE settings and turn on "verbose output during compilation" and...
Thank you so much for your help Paul. Everything seems to be working per the code I posted above and thank you for pointing me in the right direction.
Do you think that updating this often when using the Ethernet Library (aka SPI) would cause problems?
Yep, platformio is a plugin that allows for compilation inside of the Atom text editor.
If you have any trouble try this thread: https://discuss.atom.io/t/raspberry-pi-2/16446/8
Then I would try blackketter's method and use Platformio and Atom as these can upload directly to Teensys:
http://platformio.org/
https://atom.io/
Install help:...
Oh yea, Platformio for Atom is awesome. I would definitely check that out.
It looks like it is possible to run the IDE on a Raspberry Pi: http://razzpisampler.oreilly.com/ch10.html
Relating to your other question, if you go to the teensy loader on a computer and click...
Would there be any way to do this or do you think it would create issues with core functions on the teensy?
Will that restart the timer though, aka reset the phase?
Hello Everyone,
I was just wondering if there would be any way to use a command similar to Timer1.restart() or Timer3.restart() on the additional PWM pins on FTM0.
I only need one pin to output...
I remember long ago I had something similar to this happen. I think changing the device to COM1 under device manager helped. Not sure... it was very long ago.
In addition, maybe try just...
Yea, CSV is fairly simple and you could easily have the teensy do something like:
String data;
Serial.print(data+",");
//until you want to go to the next row and then just
Serial.println();
...
If it looks like there is a file missing, you could always try to install the library manually by downloading it from GitHub and simply copying it to the "libraries" folder or by using "Add .ZIP...
If you turn on Verbose output in the Arduino settings during compilation time, you can see exactly where it is getting the files from.
So I had another full set of hardware and I assembled it all and tested it and it seems to work. I will do more through testing on the old set to see what was wrong yesterday and post the results.
...
Thank you, I was unaware of these special addresses.
Do you think this could mean that something got stuck in a sort of broadcast mode? Also, few of the aforementioned random IPs that it was...
Hello everyone,
I have been having some trouble with the Ethernet Library and WIZ820io module with the Teensy LC and breakout board REV 1.
I am unable to manually set the IP address in the...