Posts

Showing posts from July, 2012

Verständnisfrage

hallo arduino gemeinde, bin neueinsteiger und fasse mich gerade mit dem arduino zu befassen. er soll hinterher die steuerunmg einer kamera mit 3 motorisierten achsen (pan/tilt/shift) übernehmen. aber davon bin ich noch weit entfernt... aber man arbeitet ja auf sein ziel hin, und nun habe ich eine verständnisfrage... ich habe 4 modus vorgesehen in dem die kamera laufen soll, dieser modus wird in der variablen modus festgehalten (1-4). frage ich den nun besser mit einer if/else oder einer switch methode ab? im augenblick habe ich es mal per switch versucht, da ich ihn mal ausprobieren wollte. aber ist besser? (abschnitt " anzeige des gewählten modus im lcd display") außerdem habe ich einen teil meines codes rot markiert, bei dem mir nicht ganz geläufig ist da genau passiert. wenn mir jemand etwas helfen könnte meinen horizont zu erweitern wäre ich sehr dankbar. quote /* libraries */ #include <wire.h> #include <liquidcrystal_i2c.h> #include <servo.h> ...

On reload/replay UIscrollbar and CSS don't work

i've run strangest snag. have flash movie dynamic content, styled css , using uiscrollbar component. first time through works fine. if wishes replay animation neither css formatting nor uiscrollbar works. way them work again clear browser cache. has run problem before? know way fix or to force browser not cache content of page? i've looked , looked , haven't found answer. driving me nuts. tia! -- billy d +_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+ the difference between stupidity , genius genius has limits. - albert einstein +_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+ More discussions in Adobe Animate CC - General adobe

Multi channel audio - Raspberry Pi Forums

hi, have done searches , haven't found solution. working on system art installation produces 8-10 individual channels of audio out. robust , modular. considering having 1 raspberry pi per channel plus master pi has gui/touchscreen/etc control other pis. these can hardwired although nice have done via wifi if possible. critical synced. of sound files different channels of same song , must loop in unison. solution? don't have use raspberry pis, seems make sense, consider using master pi + multiple arduinos. thanks, mike mqtt way run master / slaves system. each can have topic subscribe , master publishes messages appropriate. replies can sent slave rpis publishing on topic. if topics /pi/send/rpi1 /pi/send/rpi2 ... /pi/send/rpi8 message can directed each rpi. of hierarchical controls in mqtt send message rpis publishing /pi/send/ , rpis receive it. master subscribe /pi/receive/# , slave publish replies /pi/receive/rpi1. mqtt robust protocol one-to-one, one-to-many, ma...

=?Windows-1252?Q?=5BOT=5D_Enviar_bolet=EDn_con_PhpMailer?=

this multi-part message in mime format. ------=_nextpart_000_0038_01c6dc92.1b79a250 content-type: text/plain; charset="windows-1252" content-transfer-encoding: quoted-printable hola compis, tengo un cliente que quiere enviar un bolet=edn con sus = fotograf=edas etc. sus clientes, hasta ah=ed todo claro, se lo monto = con phpmailer, el problema est=e1 en que quiere crear =e9l el bolet=edn = cada vez. he pensado en montarlo con fckeditor... os hab=e9is encontrado con = alg=fan problema ? supongo que el montaje tendr=eda que ser algo as=ed (nuca usado = phpmailer): <?php require("class.phpmailer.php"); $mail =3d new phpmailer(); $mail->issmtp(); // telling class use smtp $mail->host =3d "smtp.email.com"; // smtp server $mail->from =3d "from@email.com"; $mail->addaddress("myfriend@site.com");=20 $mail->subject =3d $contenidodelmensajeenhtml; // siendo la ruta de la = foto <img src ....> $mail->body =3d ...

Obstacle Avoiding Robot Help

can't figure out....tried bunch of different things. i want move forward until sensor sees object, stop, both ways, pick longest route, turn, continue forward. i feel sensor isn't working. i'm using 6 aa batteries hooked motor shield's external power. i copied of code other examples on other oa robots code never worked right me i've made own. had working right bit fast , didn't respond walls in time , when tried fine tune somehow lost previous code , screwed up. i'm pretty square one. (also wheels move way fast liking can't seem slow them down playing motor.setspeed. voltage seems make difference on motor speed.) code: [select] #include <afmotor.h> #include <servo.h> #include <newping.h> #define trig_pin a4 //pin a4 ultrasonic sensor #define echo_pin a5 //pin a5 ultrasonic sensor #define max_distance 200 // maximum sensor distance 200cm #define coll_dist 20 //set distance of stop , reverse 20cm #define turn_dist 40 // s...

Raspberry Pi Review - Raspberry Pi Forums

Image
my stuffed penguin completed (rather humorous) review of raspberry pi: https://www.youtube.com/watch?v=5w-su26gqhi note: i've added captions in case bit difficult understand. nice review liked part "i wish ran windows [booh!]" except can brother , watched other penguin videos(we found 3) , laughing hard. funny! raspberrypi

Timer interrupts - Frequency, PWM and Duty Cycle

i have been reading many tutorials , posts on timers , still little confused. i want produce square wave have control of both frequency , duty cycle of square wave. i understand prescaler etc. ocr1a etc. seems used duty cycle , adjusting exact frequency prescaler values. could explain how done. appreciate snippet of code if possible. thanks have read atmega datasheet whatever processor using? - uno uses atmega328. contains lot of information. you might @ arduino code analogwrite(). presumably can want modifying code. ...r Arduino Forum > Using Arduino > Programming Questions > Timer interrupts - Frequency, PWM and Duty Cycle arduino

Auto Login Questions - Raspberry Pi Forums

i have few questions auto login: 1. follwing instructional set auto login: http://www.elinux.org/rpi_debian_auto_login says comment out line: code: select all 1:2345:respawn:/sbin/getty 115200 tty1 however, line looks this: code: select all 1:2345:respawn:/sbin/getty --noclear 38400 tty1 first question is, can explain parts of line? respawn, 115200/38400, --noclear, , tty1? ideas why mine different? 2. next part says add line: code: select all 1:2345:respawn:/bin/login -f pi tty1 </dev/tty1 >/dev/tty1 2>&1 -f , </dev/tty1 >/dev/tty1 2>&1? also, deleted pi user , added user 1 of few attempts make bit more secure. i'm assuming should replace "pi" part new username. 3. still want setup auto login regardless, know - must user logged in auto-run script? change if script run cron job or service? in advanced. novice i'm trying learn as can learn instead of blindly following tutorials. it's million times easier forget ancient wi...

Using frames within Joomla - Joomla! Forum - community, help and support

Image
hi, i've searched around , couldn't find answers, hoping might know. i have full php based site hundreds of pages.  i'd use joomla interface.  if create menu using "wrapper", first php page no problems within joomla app.  however, if click of links within page, takes me page...completely removing me joomla. is there way site such run within joomla...or way force php scripts stay within joomla?  manually recoding pages or creating joomla button every php page , deactiving links in php script impossible. thanks, tray. most likely, has happened "legacy" pages have "target" attribute in links set break new window. code: select all (<a href="yourpage.html" target="_new">link</a>, example.) and actually, fix less impossible might think, still going require savvy kung foo. if have access, or can gain access, console (ssh/telnet) might, crafted grep query, combined other unix magic, able dynamic search-and-delete on af...

Undefined property MosAuthorXtd - Joomla! Forum - community, help and support

i installed  (mosauthorxtd20.zip) on local (1.0.11) , on production server (1.0.12). http://www.joomlaexpert.com/index.php?o ... &itemid=77 when publish mambot error in frontend (both servers): notice: undefined property: created_by in w:wwwjoomlamambotscontentmosauthorxtd.php on line 19 any idea what's wrong? forany answer. eric moderator note; moving development >> 3rd party, mambots/plugins Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x Plugins/Mambots

จะติดตั้งระบบใหม่เลือกตัวไหนดี Joomla 1.0.12 LaiThai vs 1.5 - Joomla! Forum - community, help and support

Image
คือผมกำลังจะสร้างเวบใหม่น่ะครับ  ลองใช้ joomla 1.5 beta ดูแล้วก็เห็นว่าดอเคน่าใช้  แต่เป็นห่วงอยู่ว่าเป็นเป็น เบต้า  จะมีปัญหารึเปล่า  แล้วถ้าตัวเต็มออก จะอับเดดได้รึเปล่า  แล้วก็ไม่รู้อีกว่าจะออกเมื่อไหร่  ส่นตัว 1.0.12 laithai  ก็เป็นห่วงว่าเดี๋ยว 1.5 ออกมา โครงสร้างมันเปลี่ยนไป  จะสามารถอับเดดไปใช้ได้ข้อมูลเดิม 100% หรือไม่  ผู้เชี่ยวชาญหรือทีมพัฒนาช่วยฟันธงทีครับ  1.5 มีปัญหาแน่นอนครับเพราะยังเป็นตัวเบต้าเอา 1.0.12ดีกว่าชัวร์ไม่มั่วนิ่ม.. (ว่าแต่ว่า 1.0.12+viaturemart laithai อีกนานมั๊ยเนี่ย อยากได้..ใจจะขาด..ด.) Board index Joomla! International Language Support International Zone Thai Forum

Delphi Universal Oxygen Sensor (Lambda - AFR VALUE)

Image
dear arduino community, i'm new here, want lambda monitor. buyed 4 wire universal delphi o2 sensor wiring connection: black - sensor signal (+) - arduino a0 gray - negative -  arduino gnd how can calculate lambda value in source code ? any 1 can me ? code: [select] int sensorvalue=0; void setup() { serial.begin(9600);              // setup serial connection testing pinmode(a0, input); // set pin a0 input } void loop() {   int sensorvalue = analogread(a0);                     //read input sensor   float afrvalue = sensorvalue * (5.0 / 1023.0);                    //convert v   serial.print("afr value:");   serial.println(afrvalue); } can share relevant data sheet of product. mention output voltage level. Arduino Forum > ...

Display a random image on each site visit - Joomla! Forum - community, help and support

i have randomiser working each refresh of page id know if possible make display random image each visit site? appreciated thanks al mod note: not bump topics in forums. against forum rules. not sure if there pre-made on extensions directory did try out modification of random image mod while ago , posted modification here http://forum.joomla.org/index.php/topic,76982.0.html Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Created launcher for programs on linux(ubuntu) from arduino

since linux not have eventghost windows, created launcher programs linux you run launcher python script on htpc/computer under ubuntu from arduino can launch programs on htpc/computer sending http command arduino ethernet shield launcher python script running on htpc/computer and stuff like: start/stop xbmc start/stop chrome change wallpaper launch url's in chrome start terminal start nemo etc... as confirmation program started on htpc/computer, pushover notification send phone/tablet but can comment out/delete code if don't want/need this you can use android/ios  apps tasker or netio launch programs on htpc/computer instead of using arduino code here: https://github.com/spambus/launcher "spambus" not inspire confidence. ...r Arduino Forum > Using Arduino > Interfacing w/ Software on the Computer > Created l...

Menu issues - Joomla! Forum - community, help and support

Image
hey guys designed template , im having issues getting menu displayed in correct place. www.cmtest.digizinestudios.com if @ site above in ie , menu in correct position in mozilla 30 odd pixels lower down , isnt displayed because goes under neath div tag. i found out reason doing because change following code: code: select all <ul> <li><a href="#">home</a></li> <li><a href="#">about</a></li> <li><a href="#">services</a></li> <li><a href="#">estimate</a></li> <li><a href="#">facilities</a></li> <li><a href="#">world map</a></li> <li><a href="#">contact</a></li> </ul> to code instead. code: select all <li><a href="#">home</a></li> <li><a href="#">about</a></li> <li><a ...

Question! - Joomla! Forum - community, help and support

Image
ok, got joomla downloaded , live host having fantastico.  have a  question though. when downloaded there basic template assume automatically default.  fine template being dont want technical while learning stuff. how change header logo.  there somewhere in admin can or have modify template somewhere else? , if have modify template, how do that? i have many more questions sure, dont want overwhelm myself yet. thanks welcome joomla!  there several great resources started in joomla!. the template faqs place start type of question. http://forum.joomla.org/index.php/board,337.0.html >  , barrie north wrote excellent resource on how work templates http://dev.joomla.org/content/view/1136/79/ >. for general help, click help button @ top take directly user's guide joomla! , use "absolute beginners guide joomla!" http://forum.joomla.org/index.php/topic,47524.0.html > Board index Joomla! Older Version Support Joo...

How to take serial in on 0 & 1 and output on 2 other pins

ok found software serial functions can read/write other pins. trying figure out best way take data 0 & 1 , output (just pass through) software serial pins (10&11). i saw wire library wasn't sure if passing data between arduinos. i trying test connection between remote , camera. make wireless @ point want see if remote work if pass data between arduino. btw tried wireless rs422 (snap link) , did not work trying figure out why. have feeling remote needs see voltage before starts transmitting. have looked @ softwareserial examples ?  1 of them describe.  reduced bare minimum is. code: [select] #include <softwareserial.h> softwareserial myserial(10, 11); void setup()  {   serial.begin(57600);   myserial.begin(4800); } void loop() {   if (serial.available())     myserial.write(serial.read()); } Arduino Forum > Using Arduino ...

Making Of 4 Wheel Robot

Image
hello guys self mohanish india , i'm mechanical engineer , working designer. know i'm using 4 number of dc gear motors output shaft = 4mm dia. voltage = 6v speed = 133 rpm no load current = 0.35 a stall current = 5.5 a stall torque = 8.8 kg/cm motor rpm = 10,000 +/- 5%. is arduino motor shield useful project? means motor shield capable take load of 4 dc gear motors? if yes no issue if no tell me other options i'm not guy - input not valid. Arduino Forum > Using Arduino > Motors, Mechanics, and Power (Moderator: fabioc84) > Making Of 4 Wheel Robot arduino

Hybrid powerplant for a pumpjet propulsion engine

i find these posts here on arduino forum quite amusing. i'm putting engine hybrid electric/gasoline waterjet engine. the arduino controlling rpm of gasoline engine connected generator feed best electrical power out depending on demand based on throttle grip. this not easy gasoline engine has it's top performance , horsepower @ 6000 rpm not required charge batteries. connected gasoline engine 1kw generator delivers electrical power pumps propulsion. so setup aims keep gasoline engine deliverer it's best @ times independent of acceleration required. so you twist handle , arduino figures out engine rpm's required perform action. the waterjet pumps not huge, above 6litres/sec @ maximum, electric. and power comes gasoline powered generator. so figured, measured required power handle, turn rpm of gasoline engine means of rc-servo make generator deliver required power , feed pumps? it has decide when feed pumps directly , when charge batteries. easy huh? ...

Thread: LMMS: no encuentro el plugin Singerbot

hola. tengo un pequeño problema aquí. tengo instalado lmms en su versión... 0.4.5 y mi plugin de singerbot no está. antes, en la versión 0.4.3 sí estaba el susodicho plugin. cuando busqué en google encontré esto: http://www.mail-archive.com/debian-bugs-closed@lists.debian.org/msg169538.html pero no entendí muy bien. según creo, este problema de la ausencia de singerbot se solucionó con una actualización, pero yo no veo nada : < ¿alguien sabe qué puedo hacer? gracias Forum The Ubuntu Forum Community Other Discussion and Support Ubuntu LoCo Team Forums Americas LoCo Teams Argentina Team Software LMMS: no encuentro el plugin Singerbot Ubuntu

Converting Templates - Joomla! Forum - community, help and support

ok, i'm premature in posting have answer quickly. built template (my own fyi) using autotheme cpg nuke (non-dragonfly version). think difficult working in joomla! ? yes... read template portion of system (i started using today!) http://www.southvalleysoccer.com thanks! looking forward moving on old cms system! it doesn't difficult convert template.  have remove content part of template, keeping structure or layout, replace content appropriate joomla! module. Board index Joomla! Older Version Support Joomla! 1.0 Templates & CSS - 1.0.x

parse error in wp-db.php (OpenWP/JD-WP) - Joomla! Forum - community, help and support

Image
hi there! after months of chaos, managed restore broken joomla/openwp-installation on new server, encounter error in frontend, e.g. jd-wp-sidebar: code: select all parse error: parse error in /home/httpd/vhosts/midvinterland.de/httpdocs/components/com_jd-wp/wp-includes/wp-db.php on line 137 line 137 reads: code: select all 128 // ================================================================== 129 //   basic query   - see docs more detail 130 131 function query($query) { 132 // initialise return 133 $return_val = 0; 134 $this->flush(); 135 136 // log how function called 137 $this->func_call = "$db->query("$query")"; 138 139 // keep track of last query debug.. 140 $this->last_query = $query; so... might problem? can figure out this? btw: enjoy [spam] here: http://events.ccc.de/congress/2006/streams ;-) greetz, asleif p.s.: crosspost, acually... sorry, predator's forum not beeing frequented strong, seems... what joomla version? 1.0.11? 1.0.12? ...

Flash perameters in the new Flash IE fix

i've inserted variables flashes through url in object , embed tags, can't new ie fix, , defining them perameters doesnt work @ all. i've tested without ie fix , variables recognized. manually add them 'fixed' markup? -- murray --- icq 71997575 adobe community expert (if *must* email me, don't laugh when so!) ================== http://www.dreamweavermx-templates.com - template triage! http://www.projectseven.com/go - dw faqs, tutorials & resources http://www.dwfaq.com - dw faqs, tutorials & resources http://www.macromedia.com/support/search/ - macromedia (mm) technotes ================== "ogre11" <webforumsuser@macromedia.com> wrote in message news:ec7q7i$5go$1@forums.macromedia.com... > i've inserted variables flashes through url in > object > , embed tags, can't new ie fix, , defining > them > perameters doesnt work @ all. > > i've tested without ie fix , variables recognized. > ...

Capteur de mesure de distance - Raspberry Pi Forums

bonjour tous!! je debute tout juste en programmation et aurai besoin d un peu d aide... je recherche un capteur me permettant de mesurer une distance. en realite je souhaite connaitre la distance qu'aura parcouru mon robot sachant qu il ne peux y avoir de lien avec la vitesse de celui-ci. je pensais utiliser un encodeur sur lequel je viendrai grefer une roue. je pourrai ainsi connaitre, en fonction du nombre de tour effectués par la roue, la distance parcouru par mon robot. cependant je n ai absolument aucune idee du type de capteur que je devrai prendre... auriez vous quelques conseils me proposer? merci d avance antoine c'est le même principe que les souris à boule: une roue dentés et un capteur infrarouge en "fourche" http://www.rhaaa.fr/capteur-optique-de- ... rotation-1 raspberrypi

Dynamic Text controlled by bytesloaded

hello- have progress bar , dynamic text field @ beginning of flash page. progress bar works fine, i'm having actionscript issue dynamic text field. no numbers displayed represents load progress. i'm sure there simple explanation this. can coding links text progress. thanks- the dynamic text instance name "loadtext" what's trace(this+" : "+this.loadtext) display in output panel? More discussions in ActionScript 1 and 2 adobe

RasPi 3D Printer - Raspberry Pi Forums

Image
hello reads this. while ago, read this: http://www.instructables.com/id/ewaste-60-3dprinter/ , loved idea of using ewaste make 3d printer, instructable kinda messy , has not explanation how every step (or i'm way dumber thought , didn't understand). since have been kinda busy, didn't read on subject. live, 3d printer ar$18000, standard salary below ar$6000 , have inter-annual inflation of around 30%, kind of technology not accessible everyone. believe should have access technology, @ least educational purposes. raspi affordable, here, , not require work have working , great community, full of noobs me, willing learn, , full of linux-gurus help. have idea... dream? of making small 3d printer 1 on page, control through pi , make android app control headless. publish detailed step-by-step instructable on how it, release code , upload apk, willing work can have small 3d printer affordable price. know won't have best "resolution" (idk specific term 3d printing), ...

Thread: Windows/System32/Config/System Missing or Corrupt

hi, firstly, have lenovo t60 thinkpad laptop came preinstalled windows xp. 1 of courseworks in university, dual installed ubuntu 9.04 using wubi - windows installer. note: wubi windows installer ubuntu installed can uninstalled if not required normal windows applications. had laptop dual boot either windows xp or ubuntu 9.04. fine ubuntu , windows xp , dual boot option worked fine. when tried start computer , chose windows xp option boot, on boot screen showed me following message: windows/system32/config/system missing or corrupt not boot windows xp anymore can boot ubuntu 9.04 choosing ubuntu boot option. using ubuntu in laptop access internet , type out message. ubuntu operating system, able access c drive windows xp installed. can access c , d drive , hence access files in c , d drive windows xp installed in computer. have made full backup of entire c , d drive. prepared try new method solve problem have no fear of loss of data. 1) somehow possible r...

loadvars?

q)i confused between loadvars , loadvariables? see 1 loading movie clip why load data movie clip anyway? q)why use actionscript on using flash ide, speed reasons? to frank, don't know start second question, i'll begin first. (strange introduction guess ;-)) loadvariables method of movieclip global function wrote: loading (and sending) variables , server side script or textfile. the loadvars class same lot more controll on do, e. g. can decide load or send or both simultaniously; gives methods monitor arrival of data requested. there milloin or more use-cases that. example if have game highscore, might want load scores @ moment when user has finished playing game have results recived while playing in addition on server when started playing. an other case recive date , time @ end of game server time on users machines aren't set right. or have guesbook, want load entries stored dynamically on server show in application etc... concerning second question: a there things c...

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

arduino for shifting separatly controled overdrive in project car

ok heres setup.  70 chevelle new fuel injected engine.  hooked old automatic turbo400 transmission, behind 3 speed transmission there gearvendors overdrive.  now, heres problem.  gearvendors sends controller unit controlling overdrive.  there 2 types gearvendors send , depending on whether or not transmission automatic or manual.    controller unit has manual mode both automatic , manual, , automatic mode kicks in after 45 mph in automatic controller.  ordered overdrive long ago gearvendors not going me out doing exchange of kind.  want use 1 of arduinos this, plus add added functionality gearvendors controller doesnt offer. heres how gear vendors controller works: signal generator (two wires) transmission go controller tell how fast vehicle going. now, have 2 types of inputs:  manual mode , automatic mode, , on , off button. in manual mode,  when car @ full stop overdrive off until hit on , off button.  accelerate go...

X-bee digimesh communication

hi, i set 3 node network in digimesh. i set 1 router , other 2 end device. i connected 3 radios computer through usb explorer , x-ctu console found able communicate bidirectionally. but when connected these 3 x-bee radios arduino using x-bee sheild,the communication not happening. i loaded following program in arduino xbee radio configured router sends 'h' , 'l' alternatively. code: [select] void setup() {   serial.begin(9600); } void loop() {   serial.print('h');   delay(1000);   serial.print('l');   delay(1000); } this program @ other 2 receiver ends of arduino. code: [select] byte byteread; void setup() {                // turn serial protocol on   serial.begin(9600); } void loop() {    /*  check if data has been sent computer: */   if (serial.available()) {     /* read recent byte */     byteread = serial.read();   ...

Thread: Ubuntu vs Mac OS X

Image
we've heard debate of linux/ubuntu , windows, guys think ubuntu better mac os x? i'm aware mac os x uses bsd unix (correct me if i'm mistaken), why i'm more interested see guys think better. please explain answer. hello, believe mac better, because larger company , has more support , compatibility. Forum The Ubuntu Forum Community Ubuntu Community Discussions Ubuntu, Linux and OS Chat Recurring Discussions Ubuntu vs Mac OS X Ubuntu

Initial Sale Success: Atmega328p-pu w/ Arduino Bootloader on eBay

hello, a little on month ago, posted our listing set of atmega328p-pu's bootloader burned in. program sketch mc acts software defined .2 1.1 mhz oscillator use in other projects.  far listings have been sold 3 customers, 40 mc's total. great start , indicates interest in product. cool thing if customer doesn't find applicability in pre-uploaded sketch, can rewrite it. recommend using mc experimenting near-field radio communications. other that, contact if have questions. spencerdepue@comcast.net the link towards listing provided. http://www.ebay.com/itm/10-pieces-atmel-atmega328ppu-bootloader-arduino-microcontroller-/151391604914 thanks. Arduino Forum > Community > Products and Services > Initial Sale Success: Atmega328p-pu w/ Arduino Bootloader on eBay arduino

dynamic text in mc

i having trouble making dynamic text show inside of movie clips, works ok on main stage i have text document called "text.txt" , using dynamic text box instance name "icelandair" on main stage. in first frame have actionscript loadvariables("text.txt", "_root"); this works fine. in area on stage making movie clip called "ice_txt_mc". inside movie clip putting same text had on main stage. instance still "icelandair". tried putting same actionscript had used before in first frame of movie clip, when test movie, in dynamic text box comes as: _level0_ice_txt_mc.icelandair. messing levels somehow? thanks. sorry. "icelandair" refers both var name , instance name of dynamic text field. More discussions in Adobe Animate CC - General adobe

Thread: Ubuntu and Kubuntu

Image
are there differences between kubuntu , ubuntu (besides desktop) on fresh install of either? posted shibblet are there differences between kubuntu , ubuntu (besides desktop) on fresh install of either? the desktop environment , default programs come difference, far understand. @ kernel level, they're pretty same. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Desktop Environments [all variants] Ubuntu and Kubuntu Ubuntu

Bugs in contact page

it has come attention there problems contact page. it has been issue, new leads not being generated contact page. what seems problem page? need help. http://curraheeclub.com/contactus.aspx thanks! on sat, 23 sep 2006 07:38:49 -0400, "sld" <sld33@aol.com> wrote: >it has come attention there problems contact >page. for example? gary More discussions in Dreamweaver support forum adobe

lcd.createChar before and after lcd.begin

i noticed that, in setup bloc, when write code: [select] lcd.begin(16,2); before code: [select] lcd.createchar command dosent display , lcd remains blank ( compile). but when put lcd.begin after lcd.createchar works fine , why? i'm surprised .createchar() works before .begin() sets interface 4-bit mode.  .send() function uses data set constructor know if interface supposed 8-bit or 4-bit (most people use 4-bit save pins)  until call .begin() interface mode isn't explicitly set. Arduino Forum > Using Arduino > Displays > lcd.createChar before and after lcd.begin arduino

[solved] transer GPS coordinates over RFM12b

im in process of making gps rc car, ability send new waypoints car remote, , have car send current coordinates. i've gotten pretty working, 1 exception. numbers i'm trying send (the gps coordinates) large send. gps numbers 8-9 digits, while in research i've done, looks largest number can send 5 digits (i dont remember exact number). any idea how this? everything prints out on transmit side comes out correctly, on recieve side different numbers, , shorter. here transmitter code (basic gps , rfm12b code): code: [select] #include <jeelib.h> #include <softwareserial.h> #include <tinygps.h> tinygps gps; softwareserial ss(4, 3); typedef struct {  long lat1, long1; } payload; payload test; long flat, flon; float lat2, long2; void setup() {  serial.begin(115200);  ss.begin(4800);  rf12_initialize(1, rf12_433mhz, 33);  serial.print("simple tinygps library v. ");  serial.println(tinygps::library_version()); ...

Thread: VMware Workstation 6.5.0 issue on Ubuntu 9.10 beta

Image
hi all, have installed vmware workstation 6.5.0 , installation successful. when tried open application, asking install/compile modules, when click install button gives error "unable build kernal module" , log file shows: code: oct 16 15:36:57.869: app| log vmware workstation pid=5235 version=6.5.0 build=build-118166 option=release oct 16 15:36:57.869: app| host codepage=utf-8 encoding=utf-8 oct 16 15:36:57.869: app| logging /tmp/vmware-root/setup-5235.log oct 16 15:36:59.152: app| extracting sources of vmmon module. oct 16 15:36:59.168: app| building module command: /usr/bin/make -c /tmp/vmware-root/modules/vmmon-only auto-build support_smp=1 header_dir=/lib/modules/2.6.31-14-generic/build/include cc=/usr/bin/gcc grep=/usr/bin/make is_gcc_3=no vmccver=4.4.1 having solution? in advance. yes. http://communities.vmware.com/thread...cee7?tstart=75 ...

Problem finding COM device in Arduino DUE with 25V caps

i got few new arduino due boards. of them 25 volts capacitors (serials d000394xx) , have noticed necessary press erase , reset buttons everytime need load sketch, otherwise following: code: [select] send auto-baud set binary mode no device found on comxx such thing has never happened me before using old arduino due boards 16 volts caps. has experience lately? regards, p Arduino Forum > Products > Arduino Due (Moderator: fabioc84) > Problem finding COM device in Arduino DUE with 25V caps arduino