Posts

Showing posts from September, 2014

GSM Shield

buenos días, estoy intentando crear una programa para enviar los datos leidos por mi arduino de un sensor de temperatura por internet vía gsm shield. encuentro varios programas que envían mensajes o realizan llamadas pero no que manden unos datos un servidor o una base de datos. pongo uno de estos programas que está bastante bien explicado ver si alguien me puede ayudar modificarlo para que me mande los datos que quiero o alguien que tenga el programa ya hecho. code: [select] #include <softwareserial.h>; softwareserial sim900(7, 8); // configura el puerto serial para el sim gsm char incoming_char=0; //variable que guarda los caracteres que envia el sim gsm int salir = 0; void setup() { sim900.begin(19200); //configura velocidad serial para el sim delay(25000); //retardo para que encuentra una red serial.begin(19200); //configura velocidad serial para el arduino serial.println("ok"); //mensaje ok en el arduino, para saber que todo va bien. } void llamar() // fu...

Allow text field to expand to create new page(s)

i'm designing form, , need seems simple thing:  text field not limited size, , not turn scrollable field when text exceeds original size.  rather, when applicants enter text exceeds original size of field, want field continued on next page (preferably new header says "section 7 (continued)" or like).   i've been digging around while, not identified or discussions assist me.  i'd appreciative if @ least point me in right direction, or let me know impossible.   thanks, tom there couple of ways solve issue: 1. limit amount of text viewable area user cannot add more available in space provided. there checkbox on object palette controls this. 2. there setting can use shrink font in field tries overflow text wil visible. in teh font palette set font size 0 , make sure field set mullti-line. if user enters information font size can become small becomes unreadable. 3. can redesign form make field grow based on amount of text user enters. re-layout of form not happe...

Advanced methods in a simple sketch

Image
a.k.a. "there no kill overkill." i'm quite dissatisfied many of examples included arduino ide. in particular, blink without delay referenced example of "nonblocking" coding technique. while works doing 1 thing (toggling led) @ regular intervals, written , hard generalize from. if want different on , off times? or more complex sequence morse code series of short , long flashes? i've wanted quite while write own example more complicated, better shows off flexibility of techniques. i've gone bit overboard ambition. sketch attached in .zip file below. my sister , build pov fan display based on great scott video here. changes made hardware use 7 leds instead of 5 , adding tp4056 battery charger. went 7 leds in order use same bitmaps 5x7 character lcds. behold! present...the drama queen ! video link . swoon @ sexy voice. the code posted instructables however, offends delicate sensibilities. delay()? no!!!!!!!!! my eyes!! so rewrote scratch. result,...

Errors trying to apply a Boolean expression for conditional text

Image
i have been trying create boolean expressions filter conditional text, mixed results. boolean expression 3 conditions separated ors followed 4 conditions preceded , nots. when apply expression, framemaker exhibits , error , has quit. numbers in error message are:   9004, 4908044, 6134440, 5459515   the hidden log file appears nothing more stack dump.   do numbers listed above indicate anything?   are there known limitations on how long boolean expression can or should be? 1 expression 1 fewer or worked.   does there need space between , and not? builder add one, assume not necessary.   does have general rules of thumb when working boolean expressions conditional text?   thanks, van van,   the error values meaningless users. however, please send logfiles fmerror@adobe.com address.   as far conditionals go, general rules conditon names must quoted , if ar using not, must run , or or, e.g. andnot ornot.   there's articel in developer con...

Help! Where is the First field?

Image
i'm doing tutorial creating animation using graphic symbols cs3, i'm using cs4.  it's telling me select graphic instance , in property inspector type value between 1 , 24 set frame i'd animation begin, there no first field in property inspector.  can tell me can go change this? i've never used , unfamiliar it, in image below, may field far right...?   More discussions in Adobe Animate CC - General adobe

Thread: Help - Tcpdump analisys

Image
goodmorning, i'm in trouble gigabit network runs @ 54mb/ps nc , iperf, decrease @ 16-18 mb/ps on samba(also sometime in random speed decrease more until 5mb/ps). cpu works @ 40% when file transfer active. disk speed 90 mb/ps. i've check isn't hardware problem. i'm tryng debug situation tcpdump, i'm newbye... kindly demand help code: smb packet: smbreadx (request) smb command = 0x2e error class = 0x0 error code = 0 (0x0) flags1 = 0x0 flags2 = 0x1 warning: short packet. try increasing snap length [|smb] 14:59:44.020538 00:40:63:f7:4a:07 > 00:11:d8:1c:91:8c, ethertype ipv4 (0x0800), length 1514: (tos 0x0, ttl 64, id 26451, offset 0, flags [df], proto tcp (6), length 1500) server.445 > client.6921: flags [.], seq 130124004:130125452, ack 469063, win 22, options [nop,nop,ts val 783283664 ec...

USB to BT

i build rockets , trying find cheap way track , came across this: https://www.aliexpress.com/item/3drobotics-3dr-radio-telemetry-kit-915mhz-as-apm-2-5/1440940555.html?spm=a2g0s.8937460.0.0.lwtiuu well want able hook phone , track rocket using gps data, however, can't plug phone. use bluetooth , wondering if there board let me plug in receiver , transmit data phone? when thinking of buying such device such first things consider are; 1. legal use in part of world. 2. person selling going provide me support. 3. there manual, sample code etc. Arduino Forum > Using Arduino > Project Guidance > USB to BT arduino

Thread: Facebook Playing Cat and Mouse With Pidgin Again

yep. captcha pop back. know when pidgin guys have plug in updated? me too.. updated 1.6.4 plugin http://code.google.com/p/pidgin-facebookchat/ pidgin keeps popping facebook captcha before disabling .... not connecting. empathy on other hand keeps returning authentication error. appreciated. derek Forum The Ubuntu Forum Community Ubuntu Community Discussions The Cafe Facebook Playing Cat and Mouse With Pidgin Again Ubuntu

Thread: VLC on Jaunty

Image
hello, have installed xubuntu jaunty last week , until have not been able make vlc work.... when try open vlc, control panel however, when try open dvd movie, vlc screen come .5 of second , disappear. have heard of issues vlc , jaunty , have tried solutions unfortunately none of them worked. have tried install via ppa too. still did not work.. here box xubuntu 9.04 celeron d 2.66 512 mb ram 64 mb shared video. thanks, homer why not use totem movie player? Forum The Ubuntu Forum Community Other Discussion and Support Ubuntu LoCo Team Forums Asia and Oceania LoCo Teams Philippine Team VLC on Jaunty Ubuntu

error finding library, but I didn't try to include one!

so had been testing code off github did use custom library , not work, giving me no directory found error. but that's not i'm asking here, that's background. so temporarily gave on , went whole new sketch had been writing myself earlier. has compiled before , when tried upload error saying can't find library. the library previous sketch. ? ? ? ? ? ? ? ? ? ? ? ? ? no in sketch try include library, seems think exact same line previous sketch in new sketch. it's same literal error code. i've tried restarting program computer it's bafflingly still doing exact same thing.] have of experienced this? ide have kind of "cookies" clear? how possible separate instance of ide in totally new file corrupted? obviously last resort uninstall , reinstall, i'd know problem don't end doing have issue persist. tia! the ide have build cache makes subsequent compilations faster. should overwritten when start new sketch maybe went ...

File browse and Mac filetype

hi,   i'm facing annoying problem on mac leopard 10.5.6.   i built app air , requires select path of existing application, let's flash.   to select path, wanted select application use file.browse(). works on windows on mac "adobe flash cs4.app"remains grey , disabled, making me unable select validate path.   i tried change filters , mactype property of filefilter nothing works, i'm not able select app file...   is there can do? hint?   romu no idea one?   do think that's bug should report?   romu More discussions in Archived Spaces adobe

lightbox feature JCE - Joomla! Forum - community, help and support

Image
hi, i looking way tot put small image in content item , make them clickable, see original image in lightbox kind of thing. had found jce utilities, should trick. unfortunately isn't doing want do. i have followed guidelins given @ jce website, when click on image, goes image without making lightbox of . you can see sample here: http://www.janvierfans.nl/content/blogcategory/39/87/ the steps have taken: installed jce utilities published jce utilities mambot inserted image created link class = jcebox has idea doing wrong? thanks in advance! in jce utilities config, set 'convert to' 'no conversion'. means wish use jce utilities popup method. selecting 1 of other 'convert to' options means have inserted jce utilities popup (it has class name of 'jcebox') wish convert 1 of other methods (you need have these scripts installed) the popup image have inserted must have class changed 'jcebox'. can remove rel="lightbox" tag. ryan ...

Code seems to lock up.

first post please go easy on me.... i've been writing code operate 12v retractable antenna, close chicken coop door, based on solar input level.  retract needs 12v constant signal, extend needs 12v constant in addition 2nd 12v signal. so far setup seems working - point. if start system solar sensor covered actuates 2 12v relays , extends antenna(closing door).  if start system light on solar sensor retracts antenna - should.  problem doesn't seem loop.  sets relays , never shuts them down. want disengage relays once antenna has reached it's position (open or closed) not have continuous draw on battery. should re-evaluating light level every loop - if take away light should close door (extend antenna). my code has quite few delays in think should ok don't believe need multitasking , in end need run program every 15 minutes. (most of delays have been time trimmed considerably trouble shooting purposes)  there lot of rem'd out statemen...

Thread: which is better in python: arrays,dictionaries,lists

Image
hi friends, i'm new pthon. want store characters in data structures(arrays or lists or dictionaries). compare things characters obtained @ run time. in case wat data structure should use. im need it... plz me ur reply, dharanitharan.a http://naturefactory.wordpress.com uhm, string? Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Programming Talk [SOLVED] which is better in python: arrays,dictionaries,lists Ubuntu

[RISOLTO]Alimentatore 5v per striscia led RGB

alimentatore switching - sodial(r) ac 110-240v dc 5v potenza di commutazione fornitura convertitore sa10-05 https://www.amazon.it/dp/b00jzeu6bk/ref=cm_sw_r_cp_apa_mxiwzbsvsc2w3 salve, ho acquistato questo alimentatore per alimentare 21 led di una striscia led rgb da 5v che pieno carico (colore bianco) consumano 0,06a x 21led = 1,26a. ho fatto la prova alimentando arduino da usb e la striscia led corrente.  il progetto finale vede entrambi alimentati corrente tramite lo stesso alimentatore. purtroppo led sembrano in preda sbalzi di corrente, non prendono colori ben definiti e luccicano in continuazione, ho provato anche ad alimentare soli 4 led ( che alimentati da arduino funzionano alla perfezione) ma il problema persiste. sbaglio io qualcosa? potrebbe essere un difetto dell' alimentatore? come potrei alimentare il tutto economicamente? grazie in anticipo delle risposte. utilizzo arduino nano v3 ma alimenti arduino con quel alimentatore e poi da a...

JoomlaChicago December User Group Meeting - Joomla! Forum - community, help and support

hi folks, we're holding our monthly joomlachicago user group meeting on wednesday, december 12th.  you're invited, must rsvp, seating limited , security tight. time: noon - 1:00 pm  (stay 1:30 network) cost: free lunch: provided (compliments of arc technology group) location:  offices of acquity group 500 west madison, suite 2200 (22nd floor) in chicago rsvp: mandatory - seating limited the focus 100% education, prepared learn , share ideas , insights. http://www.joomlachicago.com : stay in loop on joomla! ps: if chicago inconvenient you, please see site info on suburban ug well. thanks. when , next mitting be? Board index Other Forums Joomla! Events

Returning multiple values from a method

Image
hello again all. i need again. i want return 3 values method calling within code. 3 values dynamically changing- in streaming arduino. here bit of code 3 values printed serial window code: [select] void showdata() {     if (newdata == true) {         serial.print(ackdata[0]);         serial.print(" ");         serial.print(ackdata[1]);         serial.print(" ");         serial.println(ackdata[2]);                  newdata = false;     }     int setfx   = ackdata [0];     int lowset  = ackdata [1];     int highset = ackdata [2]; } i want 3 values (setfx, lowset, highset)to returned main loop. know void returns nothing , looked @ return method seems single values. nesting returns option? if that's th...

Measuring time between two photoresitors and printing time on lcd

i working on project supposed record time difference between 2 photoresistors 4in apart. photoresistors sensing passing of water or other liquids on chute/ramp. i have looked online , haven't seen similar project. want able display time difference on lcd. i have lcd , running i'm not sure how code time difference. photoresistors connected a0 , a1 , using digital pins 7-12 lcd. if has advice appreciated! i'm sure missed ask clarifying questions thanks! basically this: code: [select] if ((digitalread(sensor0) == low) && (timecheckin progress == 0)){ starttime = micros(); timecheckinprogress = 1; } if ((timecheckinprogress == 1) && (digitalread(sensor1) == low)){ endtime = micros(); timecheckinprogress = 0; duration = endtime - starttime; serial.println(duration); } Arduino Forum > Using Arduino > Sensors > ...

Joomla! Forum - community, help and support - Login

the board requires registered , logged in view forum. username: password: i forgot password resend activation email remember me hide online status session   register in order login must registered. registering takes few moments gives increased capabilities. board administrator may grant additional permissions registered users. before register please ensure familiar our terms of use , related policies. please ensure read forum rules navigate around board. terms of use | privacy policy register Board index

Thread: HOWTO: Installing NMap 5.20 in x64

Image
if have been trying compile & install new nmap 5.20 scanning utility 64 bit user, may have run issues did... compiler halt when attempt 'make', saying need recompile using -fpic. fix: "./configure cxxflags=-fpic cflags=-fpic lpflags=-fpic" rerun "make". hope helps someone, took me way longer should have going. enjoy new versions supposed have 10,000 updated os detection signatures , new scripts! posted ejeanmaire if have been trying compile & install new nmap 5.20 scanning utility 64 bit user, may have run issues did... compiler halt when attempt 'make', saying need recompile using -fpic. fix: "./configure cxxflags=-fpic cflags=-fpic lpflags=-fpic" rerun "make". hope helps someone, took me way longer should have going. enjoy new versions supposed have 10,000 updated os...

ResultEvent is always null

hi i aplogise if has been asked before i've looked answer , couldn't find anytthing.   <mx:script> <![cdata[ import mx.messaging.channels.streamingamfchannel; import flash.net.sendtourl; import mx.controls.alert; import mx.rpc.soap.soapfault; import mx.rpc.events.resultevent; import mx.rpc.events.faultevent;   private function handlefault(event:faultevent) : void { alert.show(event.fault.faultdetail, event.fault.faultstring); }   private function handleresult(event:resultevent) : void {   if(event != null){ if(event.result != null){ lbldisplayjava.text = event.result.tostring(); } else{ alert.show("event result null", "webservice result"); } } else{ alert.show("event result null", "webservice result"); } }   private function invokewebservice() : void { javatestwebservice.sayhelloworldfrom.send(txtname.text); }   private function invokehelloworld() : void { dotnetservice.helloworld.send(txtna...

Receive Sms feedback about status of devices

hello! friends can me receive sms feedback status of devices example if send sms turn off relay  , if relay off want receive sms mobile sms arduino relay off.thanks advace did read reply in other thread? http://forum.arduino.cc/index.php?topic=484279.msg3304696#msg3304696 Arduino Forum > Using Arduino > Programming Questions > Receive Sms feedback about status of devices arduino

Adobe Updater in PE4 on Mac OSX

i using pe4.0.1 on g4 imac , pb both running osx 10.5.6. when open pe on both machines message "the adobe updater not started. please reinstall application , components". updater on hd under utilities seems try update reader , can't change preferences. should bother about? mean reinstalling pe or updater itself? haven't used pe weeks ok last time , seems odd has happened on both macs.   thanks,   geoff. elements works okay, though? in case, try going help>updates. if can force updater window appear, click prefs button in window , turn off auto update. (it never updates reader, anyway.) More discussions in Photoshop Elements adobe

ANN: Dreamweaver Developer Toolbox (ADDT) to be discontinued

it has been officially announced development of adobe dreamweaver developer toolbox (addt) discontinued yesterday (9 april), , remain on sale next 2 weeks, after withdrawn. details of announcement can found here: http://www.adobe.com/products/dreamweaver/addt/ . there faq regarding decision here: http://www.adobe.com/products/dreamweaver/addt/eol_faq.html .   for avoidance of doubt, not affect dreamweaver itself. dreamweaver alive , well.   addt dreamweaver extension contains additional server behaviors, , marketed interakt's mx kollection. good grief!  language of announcement, asp going dead in dw also.   what don't understand why it's still sale.  doesn't make sense sell in 1 paragraph , announce demise in next on same page. More discussions in Develop server-side applications in Dreamweaver adobe

Cfform validation

i have cfform regular expression validation. wondering if there way not have form submit when enter hit. validates if hit enter go next form field. any ideas? to control whether or not submit form, use actionscript value of cfform's onsubmit attribute. if last line of script return false , form wont submit. example follows   <cfif isdefined('form.test')> <cfdump var="#form#"> </cfif> <cfform method="post" format="flash" onsubmit="return submit_it()"> <cfformitem type="script"> function submit_it(){     // test, toggle between true , false     return true; } </cfformitem> <cfinput type="submit" name="sbmt" value="test it!"> <cfinput type="text" name="test"> </cfform> More discussions in ColdFusion Rich Forms adobe

Thread: IPod Problems...

i've been linux year , first time i'm stumped. i've searched many ipod threads , can't find solves problem. i'd appreciate help. i've been using 4th gen nano on ubuntu jaunty rhythmbox while. ipod isn't mounting. if go system monitor can see wont show in rhythmbox or showup on desktop usual. tried gtkpod , message "extended info not used." i've tried manually mount , doesn't work. suggestions? i have same problem samsung yp-k3. im on ubuntu 9.10 Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Multimedia Software [ubuntu] IPod Problems... Ubuntu

fancy zoom

i looked link make images bigger on click. fancy zoom 1.1 best. followed instructions it's not working. please help!!??!! did go wrong????   thank soooo much!   here link instructions: http://www.cabel.name/2008/02/fancyzoom-10.html?commentpage=3 here link web page i'm trying use on: http://www.robertsgraphics.com/pages/customerfeedback.htm i answerd question on original thread.  best not start multiple threads same conversation.   emichael More discussions in Dreamweaver support forum adobe

Where is my original account?

Image
i unable log on user id have been using last few months how can fix this? hi there   you need post question in appropriate forum.   this link should take there.   cheers... rick     click here adobe authorized captivate , robohelp html training click here sorcerstone blog click here robohelp , captivate ebooks More discussions in WebHelp adobe

Dual Screen / Render differ for the same image (same time!) - Full size

on mac pro / lightroom 2.3, have 2 screens connected (same brand: dell, same size 24'). 1 in landscape position, other vertical.   i use landscape 1 screen 1. if display image (1:1 ratio) on screen 2, rendering not sharp (seem not finished / close be!), same image render on screen 1 correct! problem easy check: @ same time have sharp image (screen 1) , blurred 1 (screen2).   images came canon eos 50d raw file.   does problem know? idea solve it?           i'm having similar problem on mac pro apple 23" monitor 1 , samsung 21" in portrait orientation monitor 2.  sometimes, though full 1:1 previews have been rendered, when zoom 1:1 view on monitor 2 (usually grid view on monitor 1), zooms in never loads 1:1 preview, image blurry.   the solution i've found restart lightroom. More discussions in Lightroom Classic CC adobe

Copying content from .chm help

Image
hi all, i have system that's maintained in robohelp word (v5), it's primary layout used winhelp, upgraded .chm.  after conversion, clipboard seemed stop working.  users able copy content , paste word doc or notepad in winhelp format can't we're using .chm format.  know if normal or of fixes? thanks in advance, chris hi there   chm allows selecting text , whatnot , copying clipboard.   i create chm files custom javascript allows me click text , copy windows clipboard.   how seeing fail?   cheers... rick     click here adobe authorized captivate , robohelp html training click here sorcerstone blog click here robohelp , captivate ebooks More discussions in RoboHelp for Word adobe

how do i include a "main" switch function

hi all! , have been programming ran unit issue, trying program code "automatic door heat sensor open/close door. the door has main switch (button pressed down simulate door closed),which tells program if door close or open. code: [select] #include <virtualwire.h> //define constant pin sensor connected const int sensorpin = a1; //room temperature in celsius const float threshold = 512;  //light sensor const int sensorpin = a0; //for temp sensor const int sensorpin2 = a1; // temp sensor 2nd const int buttonpin = 5; //the "switch" or button door int buttonstate = 0; //for button state const float baselinetemp = 26.0; //sensor temp base line void setup() {   //initialize io , isr   vw_setup(2000); // bits per sec   serial.begin(9600);   //open serial connection display values serial.begin(9600);   pinmode(buttonpin, input); //push button door } void loop() {   //read value on analog-in pin 0 , store in variable int sensorval ...

Can sombody please help me convert this formula to arduino code.

hi all. new here. can please me convert formula arduino can use it. it work out wet bulb temperature if have dry bulb , relative humidity % tw =  20 atan[0.151 977 (50 + 8.313 659) power 1/2] + atan(20 + 50) - atan(50 - 1.676 331) + 0.003 918 38(50) power 3/2 atan(0.023 101 * 50)  - 4.686 035 answer should be 13.7 what *** this? code: [select] 0.003 918 38(50) Arduino Forum > Using Arduino > Programming Questions > Can sombody please help me convert this formula to arduino code. arduino

General Quiz tools Question - Click boxes unavailable

it appears click box tool unavailable (greyed out) others in @ least 2 of question styles, trying use. example, hot spot, , matching.   what reason? , can access these somehow?.    for example if choose assessment overall style or preference, options not carry on when go edit screen work on slides.   any ideas?   thanks grayley hi grayley   it understanding question types disable click box, button, text entry box, rollover slidelet , zoom area objects.   cheers... rick More discussions in Adobe Captivate adobe

ظهر لي خطئين ممكن اعرف وش حلهم - Joomla! Forum - community, help and support

السلام عليكم الخطأ الاول هذا مضمونه هذا الخطأ يظهر في فوتر الموقع warning: fopen(/************************/components/com_sef/cache/shcachecontent.php) [function.fopen]: failed open stream: permission denied in *****************/components/com_sef/shcache.php on line 110 الخطأ الثاني في الكمبوننت الي اسمه joomlaxplorer والخطأ هو warning: array_flip() [function.array-flip]: argument should array in ******************/administrator/components/com_joomlaxplorer/.include/fun_bookmarks.php on line 139 warning: invalid argument supplied foreach() in ****************/administrator/components/com_joomlaxplorer/.include/fun_bookmarks.php on line 141 الرجاء المساعده السلام عليكم ورحمة الله وبركاته ممكن تحذف محتويات الفوتر وتضيف اي شيء تريد لن يكون لديك خلل Board index Joomla! International Language Support International Zone Arabic Forum جوملا! 1.0 القسم العام

Problems installing Arduino 1.8.2 on Linux Mint

hi all, i'm working on project summer requires use of arduino on linux system. having installed linux mint, tried download , install arduino 1.8.2. following instructions given on arduino site, error occurred , has since failed install (seen in image). can me this, whether advice or alternatives can use? do see arduino ide icon on desktop? Arduino Forum > Using Arduino > Installation & Troubleshooting > Problems installing Arduino 1.8.2 on Linux Mint arduino

[RESOLU]utilisation capteur d'intensité pour arduino...

Image
bonjour, j'ai une question toute bête: je dispose de ce capteur: https://www.microbot.it/documents/mr003-006-2_datasheet.pdf cependant, j'aimerais lui appliquer une tension de 24v (tension à tester, pas celle d'alimentation) et j'ignore si il va supporter... je n'ai rien trouvé dans la datasheet pour m'éclairer... ni sur internet! donc pourrais-t-il supporter du 24v? je fais donc appel à vous et à votre expérience ! merci beaucoup pour votre aide sur cette question pourtant simple...mais dont je n'ai pas trouvé la moindre réponse... bonsoir on n'applique pas de tension à un capteur de courant qui, par principe, doit se comporter comme un parfait court-circuit. en revanche, ce capteur sera monté au sein d'un circuit électrique qui présentera des tensions... mais encore faudrait-il préciser entre quels points ! la documentation précise que le circuit intégré (acs714elctr-05b-t) procure un isolement électrique de 2100 v r...

Need an extension for an artist Community. Please Help! - Joomla! Forum - community, help and support

hello everyone, i building artist community joomla , in need of extension allow users create own individual galleries viewable visitors , members.  browsing feature on home page search art category , allow visitors purchase artwork well. anyone know of extensions can this? thank in advance assistance. - ralph rserpe wrote: hello everyone, i building artist community joomla , in need of extension allow users create own individual galleries viewable visitors , members.  browsing feature on home page search art category , allow visitors purchase artwork well. anyone know of extensions can this? thank in advance assistance. - ralph gallery2 can handle this. Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

error al compilar

hola muchachos, ultimamente estoy teniendo un error al compilar mi arduino uno. aca dejo el programa: code: [select] //librerias primarias #include <rbd_timer.h> #include <temporizador.h> #include <servo.h> #include <tvout.h> #include <video_gen.h> #include <fontall.h> #include <font4x6.h> #include <font6x8.h> #include <font8x8.h> #include <font8x8ext.h> //designar variables tvout tv; temporizador temp1; temporizador temp2; temporizador temp3; temporizador temp4; rbd::timer timer; //variables temperatura int analogpin=0;   // pin input of voltage-divider float vin=4.5;     // [v]        supply voltage in voltage-divider float raux=1000;  // [ohm]      secondary resistor in voltage-divider float r0=3500;    // [ohm]      ntc nominal value @ 25ºc float t0=293.15;   // [k] (25ºc) float vout=0.0;    // [v]       ...