Search the Community
Showing results for tags 'Stellarpad'.
-
What I did on my Summer Holidays: http://programmablehardware.blogspot.ie/2014/08/retrocomputer-resurrection.html
-
Hello all! I've got three new libraries to share with you! They are: An Arduino "Servo" library clone (StellarPad): Duplicates all of the functionality of the Arduino "Servo" library. Fully compatible with all existing sketches that use the Arduino "Servo" library. Based upon the Eigendreams servo library posted here a while back. Supports 8 servos as-is. Can be modified to do a heck of a lot more, but that is up to you to incorporate (at least for now -- update to come soon). An ultrasonic rangefinder library (StellarPad, easily modifiable to work with other Energia device
-
Scheduler/Chron library -- experimental!
fughilli posted a topic in TivaC / CC3XXX Energia Libraries
Hello all! I've been on a sort of coding binge lately... and so a new library has been born! This one will come with basically no manual and no explanation, other than: It lets you schedule things to happen at specific times. It is timer interrupt-driven. It works with the StellarPad. It requires that you make some modifications to startup_gcc.c and (at least, in my case) to Energia.h, main.c, and lm4fcpp.ld. All the files are attached below. Be warned that this is an early prototype, and that though it works (as far as I can tell) now, it will probably undergo some pretty -
I tried the ASCII Table demo with Launchpad and it seems to work flawlessly. When I recompile for Stellaris and run on the StellarPad at 9600 baud, it works MOST of the time, but occasionally the serial monitor receives garbled text. I thought it might be a problem with the serial monitor, so I also tried using teraterm with the same results. I am using Energia 0101E0009 under Win7.
-
- stellarpad
- serial
-
(and 1 more)
Tagged with:
-
I don't have one of these yet, I am still waiting for mine to arrive. My question is this: How many "individual" pins on this board are capable of doing analogWrite? I say individual as on the 2553 while there are 6 pins available, certain pins share the same timer, so you can only use 1 pin out of a "pair" which share a timer. So, that said, does anyone have an answer to this? Thank you! Also, I read somewhere that the pins on this board are 5 volt tolerant, however while reading the datasheet, it looks like that isn't the case. Would be great if I could use this boar
-
I've followed the cdcacm directions and have the MSP430 working with Energia! Well, I can upload Blinky example anyway. But, I can't get the Stellarpad to work. Upon upload I get "No ICDI device with USB VID:PID 1cbe:00fd found! Failed!" error. Linux Mint 3.2.0-23 kernel, fresh install yesterday Energia latest version downloaded and installed today Any suggestions?