Let's Make Robots!

Processing, getting an application to run on a browser.

amando96's picture

Hi, recently got started with processing again after not touching it for about a year, and I wondered... How can I get an app to be executable on a browser? Say, you go to www.myprocessingapp.com and you can view a processing app being executed. Thanks a million.

General platform for doing stuff
Using a
My latest 'bot. the time it took me is really measured in days, just finding a decently priced plexiglas provider was very hard. but assembling, testing, coding … Read more
Kills its opponents.
We all know the famous hypno disk from robot wars, well, here's his illegitimate son.   Just a couple of servos some old lego knex wheels, and foamed PVC bits I … Read more

How to make grayscales on black and white LCD?

amando96's picture

Hi, well I've been downloading games to my calculator(yes, class is boring) And I noticed this one game, they have grayscales, various levels of gray, and I asked myself how do they do this? Since the calculator only operates at 14.7Mhz I see some interference and stuff, so maybe to make grayscales you have to turn the pixels on and off really fast with software generated PWM?

Right now I only have character LCDs, I really want to get a graphical one soon to play around with.

Oh, and I can't find the source code for the game.

AATV stands for, Autonomous All Terrain Vehicle. Fully custom metal chassis, and "tank" like tracks. Electronics go inside old modem case.  Motors and drive system … Read more

"Knight rider" in C

amando96's picture

Hi, I have this code for a night rider - like thing for a PIC16F628

 

#include <pic.h> 

#include <HTC.h>

#define _XTAL_FREQ 4000000    

__CONFIG( UNPROTECT & LVPDIS & BORDIS & MCLREN & WDTDIS & 0x3FFD);

void delay(void); 

 

void main(void) { 

TRISB = 0x00;

while (1) 

{

PORTB = PORTB << 1;

delay(); 

 

if(PORTB == 0){

PORTB = 1;

delay();

 

} else {

 

Gives your medium to large sized robot very good traction.
Hi, after seeing PROTOS III here on lmr I wanted a robot with big tank tracks even more than I already did, so I made some tank tracks, with slight modifications … Read more
Not sure if it clasified as a robot, either way, its simple! i know the arduino is overkill, soon it will be an attiny13 instead.   tripod was free, chocolate box … Read more