Posts

Showing posts from June, 2015

It's urgent, Please help.

we using flashplayer activex in our product( programming language: vc++). first creating object of cshockwaveflash class(wrapper class of activex). load swf using loadmovie fuction of object. swf contains action script functions play, pause , stop flv files. in swf there object of flvplayback class. inorder play flv file setting source property of flvplayback object flv file path. our problem after setting source in swf  when deleting object of cshockwaveflash using delete statement, our application crashes . happening when using flashplayer 10. working flashplayer 9. can help, please? More discussions in Using Flash Player adobe

CNC Shield and pins

Image
hello, i ask if there way of having free pins arduino uno while using cnc shield v3 (if, how many) ?    using controll only 2 steppers . thank Arduino Forum > Using Arduino > Microcontrollers > CNC Shield and pins arduino

SD card destroyed

i made arduino controlled gps writes file on sd card every 30 seconds cars position the problem when keep working more 2 hours sd card destroyed on shorter drives (half hour) works any hint ?? thank what mean "the sd card destroyed"? also, give more insight on sd-card module u using, code using save data, etc! Arduino Forum > Using Arduino > Storage > SD card destroyed arduino

SD card standby power in feather adalogger M0

fellows, i'm working on project using feather adalogger m0. i'm running code reads sensors, write data sd card , goes (deep) sleep. i'm using sdfat lib , sleeping based on rtc alarm scheme. goes except power consumption topic i've seen in forums many times before related sd card. let me explain. manage have samd21 processor sleeping in standby drawing uas. normal operation shows current peaks when data being written sd card (tenths of mas) when suppose sleeping using rtc.standbymode() whole sytem (feather sd card) takes 20ma. i'm using class 10 sd card. when remove (physically) sd card slot power drops ua dunring sleep time (which consistent samd21 sleeping current). from other posts, there number of suggestions using fets switch off power of sd card (which isn't accessible in feather), pullups spi bus (and exchanging output input pin in sclk), developer of sdfat library (fat16lib) has upgrade lib sd.begin() corrected no possibility have end fuction (w...

Arduino as an Audio Device using ASIO device drivers.

i'm trying arduino act audio device, meaning when plugged in, comes in windows device manager such. i'm assuming require write own device driver, preferably asio one. my question is, @ possible achieve? , if so, how can started? you can't arduino uno. might able arduino leonardo or micro. @ how handle looking keyboard or mouse. speed worry. otherwise need @ more powerful teensy 3.6 or arduino zero. Arduino Forum > Using Arduino > Audio > Arduino as an Audio Device using ASIO device drivers. arduino

Thread: install 9.10 made lots of coasters

i dying try ubuntu installing 9.10 on desktop fresh new unformatted hard drive. have no experience other windows. have no command line experience. far have downloaded iso , burnt image onto 3 cds. have used slowest speed can write with- 10x. none of cds run. basic cd screen options install, check disk errors, etc when try of things boot error. have read , reread how verify image download , cd greek me. realize pain in butt know nothing, hope patient soul out there can guide me or refer me site stone cold newbies. thank you, ken your cd drive dirty. if on laptop, eject drive (dont laser directly) dip q-tip in acohol, , <i>gently</i> wash laser. use dry end dry it, once again, carefuly. try boot 1 of cds, , if doesnt work, burn new 1 , try one. had similar issue once, , solved me. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Ne...

Thread: avahi-daemon won't start automatically sometimes

Image
hello since i've updated 9.10 avahi-daemon won't start @ boot. i've "restart" manually. reinstalled without success. has here same problem? or useful solution? thx bru3 somebody? no hint? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] avahi-daemon won't start automatically sometimes Ubuntu

Honeywell Pressure Sensor Troubles - Help?

my sensor: sscdann150paab5 sensor datasheet: https://sensing.honeywell.com/index.php?ci_id=151134 below script: int sensorpin = a0;    // select input pin pressure sensor int pressure = 0;  // variable store value coming sensor int raw = 0; float voltage = 3.3; float supply = 5; float error; void setup() {   serial.begin(9600); } void loop() {   error = 0.1*supply;     // read value sensor:   raw = analogread(sensorpin);   voltage = raw * ( supply / 1023.0);   pressure = (voltage - error ) * (150/(0.8*supply)); //convert reading psi   // output reading   serial.print("pressure: " );   serial.print(pressure);   serial.print(" psi");   serial.println("");   serial.print("raw: " );   serial.print(raw);   serial.println("");     delay(500);  } verified wiring connections correct. i applying 100psi system (known psi of source) , ...

Embedding SWF/SWC in Air for non visual interaction

hi, simple question, it's leaving me little lost.   i have existing swf file uses as3/flex , i'm migrating air.  now, want access classes don't need presentation layer (we're doing in air/html).  what's best way air (html/javascript) application?   i thinking of creating swc classes, unsure how that.  i'm using applicationupdater_ui.swf successfully, trying same thing (with different namespace, using <script src=> tags in html air.applicationupdaterui object in javascript) saying variable 'com' isn't available.   any appreciated.   cheers   robbie you create swc air using acompc utility (compc should work if there no references air-only apis). can't use swc directly. have "unzip" (you can change extension .swc .zip) , extract library.swf.   the error claiming "com" variable unavailable reference error. have provide qualified package name classes referenced. however, syntax package reference , variable reference overlap...

Animation + Save for web accessible from javascript ?

hello.   i'm quite new scripting in cs4. did little script illustrator artboards available gif files :   /********************************************************** fr32c exporter les plans de travail en gif. *********************************************************/ if (app.documents.length>0){           var docref = app.activedocument;      var numartboards = docref.artboards.length;      var destfolder = folder.selectdialog('select folder export psd files to:');      if (destfolder) {           for (i=0; i<numartboards;i++){                var me = docref.artboards.setactiveartboardindex(i);                var exportoptions = new exportoptionsgif()...

"Sorry, the file you are attempting to open cannot be opened by Digital Editions"

i work company distributes e-books in pdf format using adobe content server. of our customers keep getting above error since upgraded acs4. i've looked @ technote , didn't answer question of why happens, since: a) have upgraded acs4, yet our server seems still sending out ebx.etd files rather urllink.acsm. b) doesn't happen time, unlike technote says; same ebx.etd file gives customer above error works fine when download e-book on separate computer.   so suppose question is, there other problem cause error message?   thanks in advance. More discussions in Adobe Digital Editions adobe

[solved] Can't upload my code on my ESP8266

Image
hello everyone, since 10 days, try upload code on esp8266 arduino uno. i can use serial monitor write commands can't download directly code. my try change settings not works. when plug arduino on computer, it's written "arduino uno" , no "esp8266". have error: esptool v0.4.9 - (c) 2014 ch. klippel <ck@atelier-klippel.de>    setting board ck une erreur est survenue lors du transfert du croquis    setting baudrate 115200 9600    setting port /dev/tty.usbserial /dev/cu.usbmodem1411    setting address 0x00000000 0x00000000    espcomm_upload_file    espcomm_upload_mem opening port /dev/cu.usbmodem1411 @ 9600    tcgetattr    tcsetattr    serial open opening bootloader resetting board trying connect    espcomm_send_command: sending command header    espcomm_send_command: sending command p...

Pop-up Menu Transparency

i've made blu-ray pop-up menu black background , white text. highlight white underscore appears in front of selected piece of text. problem of underscores appear transparent when not selected.   it looks fine in preview window however.   any ideas be? i'm not sure understand question.   highlight layers should remain transparent in menu editor unless manually switch them on (there's button @ bottom of frame labeled "show button highlights", or that...don't have encore open in front of me).   of course, button highlights should appear when enter preview mode , select button, or if burn bd , test in player - not appear when buttons unselected. More discussions in Encore adobe

vraag! uploaden/compiler

als ik wil uploaden of compiler  krijg deze het heeft goed gewerkt  melding : het lijk er op dat hij de map niet  kan vinden maar het lijk mij als je alles er afhaald van arduino en er weer op nieuw opzet moet goed zij lijk mij   .... arduino: 1.8.3 (windows 7), board:"arduino/genuino uno" exec: "c:\\users\\andrew\\appdata\\local\\arduino15\\packages\\arduino\\tools\\avr-gcc\\4.9.2-atmel3.5.4-arduino2/bin/avr-g++": file not exist fout bij het compileren van board arduino/genuino uno ongeldige bibliotheek gevonden in c:\users\andrew\appdata\local\arduino15\packages\arduino\hardware\avr\1.6.19\libraries\eeprom: c:\users\andrew\appdata\local\arduino15\packages\arduino\hardware\avr\1.6.19\libraries\eeprom ongeldige bibliotheek gevonden in c:\users\andrew\appdata\local\arduino15\packages\arduino\hardware\avr\1.6.19\libraries\hid: c:\users\andrew\appdata\local\arduino15\packages\arduino\hardware\avr\1.6.19\libraries\hid ongeldige biblioth...

User Name and Password :( - Joomla! Forum - community, help and support

Image
dear knowledgeable people ! i trying install joomla on machine on our network, can built site , test i have installed xampp on machine do need install more applications ?  need myphpadmin ? ? ? al rite , comes real problem, stuck on step - 1 of installation screen when open winmysql admin 1.4 , here details on the  environment tab localhost name - ma 2503 localusername - maadmin osplatform - whistler localip : 192.168.0.96 details under server.ini tab #this file made using winmysqladmin 1.4 tool #4/12/2007 4:20:22 pm #uncomment or add keys know how works. #read mysql manual instructions [mysqld] basedir=c:/xampp/mysql #bind-address=192.168.0.96 datadir=c:/xampp/mysql/data #language=c:/xampp/mysql/share/your language directory #slow query log#= #tmpdir#= #port=3306 #set-variable=key_buffer=16m [winmysqladmin] server=c:/xampp/mysql/bin/mysqld-nt.exe user=rahul password=123456 now details need enter installation , running please ! any advice valuable. regards, when installatio...

Update Arduino firmware using GSM module

is possible update arduino firmware on internet using gprs? if yes, how??? hardware : arduino uno, gsm shield. thanks in advance. what mean firmware? however, in general, if thorough search of google fails return there 3 reasons: 1) incorrect search terms (judging previous posts, unlikely). 2) nobody has done before. 3) can't done. Arduino Forum > Products > Arduino GSM Shield (Moderator: fabioc84) > Update Arduino firmware using GSM module arduino

how do i link a spry menu subitem to a tab panel tab on a different page?

hello: i using site wide spry horizontal menu bar "corporate template".  each page has editable tabed panel (acting submenu).  link 1 of spry menu subitems directly different page , specific tab (displayed page displayed selected html page , appropriate tab item.   thoughts?  imagine have set counter tab panel , haven't done yet.   thanks in advance.   chi byrd you may want ask question on @ spry frameworks forums - you'll more response there experienced users of spry menus:   http://forums.adobe.com/community/adobe_labs/spry_framework_ajax_prelease More discussions in Dreamweaver support forum adobe

Thread: Linking (and using) the linux crypto module

hello again ubuntu forums! have been programming in windows while now, have decided return homeland: commandline-based linux programming. current project, want utilise built-in crypto functions of linux. realised although i've used 3rd party libraries before, i've never included system library... (well, apart standard ones) so, how link crypto module? , have make sure it's loaded? or calling achieve that? , there references on linux crypto functions? thanks! Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Programming Talk Linking (and using) the linux crypto module Ubuntu

Arduino connects and disconnects repeatedly

hello, i have issue arduino connect , disconnect repeatedly making unusable. i'm using arduino uno on windows 10 (ide 1.8.3) connected via usb 2.0. i have no idea fix this. tried alternative devices in port , worked ok don't think port faulty. tried on other ports , same thing happened. i'm pretty sure worked on mac (which i'm yet try). leads me believe it's windows 10 issue. suggestions appreciated. regards bad connection (cable or ports)? Arduino Forum > Using Arduino > Installation & Troubleshooting > Arduino connects and disconnects repeatedly arduino

new module: export lists / contact sheets

make module allows printing of lists optional check boxes , fill out fields present clients. thumbnails optional.   it nice able make proper contact sheet, without thumbnails there should way create list page can print out or publish on website (pdf) allows clients or photographer tick off orders, options framing, developing (b/w, colour,...) notes etc.   in opinion should separate module.   so,... behind this!     nicest regards bart nice suggestion ruined shouting       rule 5 enjoy rule 6 ( dont shout on forums) More discussions in Lightroom Feature Requests adobe

1-wire long distance strange problem

hello! i moved project table central stove. ( watch temperatures on screens; 2xlcd, 5x7segment , 17x ds28b20 sensors ) i have aprox. 35-40m long cable. on table work sensors, without reading error (-127) every few seconds. in case have arduino on table in room, aprox 20m first sensor, , continue connected different ends, additional 15m cable. instead of resistor, used potentiometer 5kohm, which set on aprox 1.5ke. works great. have server on arduino displaying temperatures @ web , pc software monitoring every 30second.. ok now moved arduino central stove, normaly connect, insert on arduino side potentiometer, and here start problem reading. can not figure out exact value of resistance work normaly. always error on sensors. sensor3 , then7, 14 etc.... what cause of error reading @ other end? i use utp cat5 cable, blue=+5v, brown=gnd , blue-white data. other wire empty. in attachments sketch of connection. thanks advice! that schematic helpful. doesn't ...

foutmelding

hallo allemaal ik ben een dummy op arduino gebied ik kopieer nu van youtube filmpjes een progamma alleen nu krijg ik een foutmelding code: [select] const int buttonpin = 3; const int ledpin = 8; int buttonstate = 0; void setup() { pinmode(ledpin,output); pinmode(buttonpin,input);    } void loop() {   //pusbutton uitlezen buttonstate = digitalread(buttonpin);  //check of buttonstate high of low if (buttonstate == high) ( digitalwrite(ledpin, high)               (hierover gaat de foutmelding) ) ( digitalwrite(ledpin, low)     ) }   foutmelding: void value not ignored ought be kunnen jullie mij helpen? groetjes remon quote from: remon93 on jun 24, 2017, 04:50 pm code: [select] if (buttonstate == high) ( digitalwrite(ledpin, high)               (hierover gaat de foutmelding) ) ( digitalwrite(ledpin, low)     ) } rond de body van een...

Thread: Symphony 3.0 vs OpenOffice 3.1

Image
hey announcements of authorization eu oracle-sun deal , annoucement of symphony3.0 think safer enterprise switch symphony instead of openoffice, suggested software improvement group : kuipers said move openoffice.org riskiest large organizations, because cost of switching high. individuals , small businesses less vulnerable, said. noted risks not apply companies adopting lotus symphony, ibm-led fork of openoffice.org, because comes ibm's backing. what think ? *use symphony *use openoffice *other ? posted turtle.net hey announcements of authorization eu oracle-sun deal , annoucement of symphony3.0 think safer enterprise switch symphony instead of openoffice, suggested software improvement group : think ? *use symphony *use openoffice *other ? i'm downloading symphony now...

Hyperlink question

hi all   i know if @ possible have hyperlink 2 actions 1 click. i want open page in same window , open different page in new window @ same time?   any thoughts, ideas?   regards stephen with pure html, no.   you can, however, achieve javascript. <a href="main.html" onclick="window.open('other.html', 'newwin')">open 2 windows</a> if javascript disabled in browser, main.html open. More discussions in Dreamweaver support forum adobe

Thread: Session Selection Problem

i got new install setup last night using gnome installed kde environment files. working through getting nvidia vid card encountered problem. when login screen appears, screen seems skewed left , down preventing selection of different sessions. there way of changing between gnome , kde or there can login screen allow access sessions select? btw, video works great want keep settings. thanks. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Desktop Environments [SOLVED] Session Selection Problem Ubuntu

Possible solution to PDFs looking washed out/colors faded

i decided easier post new thread in reply each , every thread related problem.   i searched forums try , find solution images looking washed out/colours looking faded after exporting indesign cs3 pdf.   after looking through forums came conclusion reason images looked faded because have objects less 100% opacity in indesign if have similar settings may work also.   when exporting indesign, under output tab changed colour conversion setting convert destination. other left else was. this solved blacks looking washed out, particularly fonts had become sort of grey/brown colour. however noticed on pages images after pages had objects varying transparencies, still suffered looking washed out. the next step came across purely chance: opening pdf using acrobat, under advanced tab chose pdf optimiser , noticed transparency option in sidebar hadn't been checked fonts , image options had. so checked box , set preset high resolution , clicked ok.   it took minute or save new fi...

Problems installing AE CS4 Trial

hi, wanted try out after effects , reason wont install. reaches 96% comes error.   "error 1603. fatal error during installation"   http://upload.doauk.org/ubr_uploads/ae-error2.png   weird thing is, able install photoshop cs4 trial not this. hey there.   have tried of steps in below link?   http://consumerdocs.installshield.com/selfservice/viewcontent.do?externalid=q111019&slicei d=1 More discussions in After Effects adobe

Thread: GRUB oddness

i installed grub yesterday, because following instructions on net building usb key booted freedos. although followed instructions carefully, seems have instead/additionally done configuration of grub installed part of regular ubuntu (9.10, 64 bit) install, because boot menu when reboot pc (without usb key attached) , have press enter continue. want rid of that, i'm worried if uninstall grub it'll remove not new install of it, 1 want/need boot pc. also, i'm not sure how remove anyway. in case helps, following instructions here: http://raywoodcockslatest.blogspot.c...-drive-to.html in end couldn't working because instructions didn't work me (i had no /media/disk cd into), used unetbootin. about grub, far know bootloader install place called mbr, master boot record. think it's first few bytes of first harddrive. anyways, if got problem right have operating system on hard drive, corre...

Help with field verification mail form

could me please? have flash , php based mail form needs have fields verified. when user not insert info in text fields, error clip play. form works fine without verification of fields, want prevent receiving blank emails.   the form created in 2 parts or tutorials since i'm trying add field verification or error message. here links of tutorials. http://www.gotoandlearn.com/play?id=50 , next link field verification. http://www.macromediahelp.com/flash/php_flash_contact_form//   i'm using cs3 as1 , 2. here original without verification. stop(); var senderload:loadvars = new loadvars(); var receiveload:loadvars = new loadvars(); submit2.onrelease = function() { senderload.name2 = name2.text; senderload.email2 = email2.text; senderload.address2 = address2.text; senderload.phone2 = phone2.text; senderload.sendandload(" http://www.agdeal.com/flash/sendmike2.php",receiveload ); } receiveload.onload = function() { if(this.sentok) {   _root.gotoandstop("success...

Thread: Error 18 fixmbr

installed windows xp on new ata hdd , added ubunto next; got error 18 ; used fixmbr @ win console repair; able access windows not ubunto; guess grub removed on repair. bring ubunto back. advice appreciated many i need 2 things: make & model of machine & manufacture date if known. need more info setup & boot process. let's better @ setup & boot process. boot ubuntu live cd/usb. choose "try ubuntu without changes", when desktop loads come here , use link in signature download boot info script desktop. once on desktop open terminal (applications > accessories > terminal) , run command code: sudo bash ~/desktop/boot_info_script*.sh create results.txt file on desktop. paste entire contents of file here. once pasted highlight text , click # sign on toolbar place code tags around text. error 18 result of older bios not being able read past point on hard disk. if files needed b...

Missing 'name' from library - SOLVED - library.properties was NOT UTF-8

i have tried create library following https://www.arduino.cc/en/hacking/librarytutorial  , library names in directory deemed compiler invalid missing 'name'. currently library nothing morse library tutorial hacked different names. able load before go further. my library sits in arduino/library directory has cpp , h file , library.properties file mybuttons.ino  test program compiles , runs without error when lib referenced with #include <btnlib.h>   i compiler error invalid library found in c:\program files (x86)\arduino\libraries\btnlib: missing 'name' library the problem encoding settings of text editor used on library.properties file. it's in utf-8-bom encoding causes warning. need change utf-8. if that's not possible editor you're using need find editor suitable programming. Arduino Forum > Using Arduino > Program...

SoftwareSerial Listener

Image
ciao ragazzi, vado al dunque: ho un bluethooth connesso ai pin 11 e 12 e inizializzati con softwareserial. ho una striscia di led dove utilizzo la libreria fastled connessi al pin 8. un app android dove mi collego al bluetooth e invio comandi ad arduino (colori + effetti). il problema principale è il tempo di risposta. vari "effetti" per fastled fanno uso massiccio di delay(). volevo conoscere il metodo migliore per avere in ascolto la comunicazione seriale sul bluetooth per essere il più "reattiva" possibile. una sorta di listener che si astae dal loop() di arduino. spero di avere esposto bene il problema, nel caso ditemi pure. grazie nicola ... il problema sono delay() che hai per vari effetti. la softwareserial usa un interrupt in ricezione, quindi riceve in tempo reale, ma se tu sei bloccato sui vari delay ... c'è poco da fare, non vai leggere quello che la softwareserial ha già ricevuto da tempo. riscrivere tutta la parte ...

Missing port pins on the DUE pinout diagram?

hello, i'd able write 32bit variable directly port register on due. i'm doing similar on uno @ moment 8 bits. i've done research , believe possible on due (i don't own 1 yet can't try out). there's pinout diagram of due board here: http://forum.arduino.cc/index.php?topic=132130.0 my question; why there appear pins missing port assignments on diagram? for example; port c, c.0 missing (but a.0 , d.0 exist). i've downloaded microcontroller datasheet , on p18 table 4.3 sam3x4/8e listed having pa0. section 31 of datasheet (parallel input/output controller (pio)) has table lists pio lines per pio according version. 144 pin sam3x should have 32 piob lines count 13 b.x port pins on diagram. i'm missing something... thanks. i believe not pins in 1 port brought out due connector let that. Arduino Forum > Products > Arduino Due (Moderat...

contador a 286 y guardar cada conteo en eeprom

Image
hola grupo , pido ayuda ya que no soy esperto en arduino , quiero realizar un simple conteo 286 y mostrarlo en una lcd , pero quiero que si el conteo va en 100  y se apaga el arduino el valor se guarde cy se cargue cuando se encienda nuevamente , lo e logrado pero el conteo solo llega 255 y despues de eso se regresa 0. pido ayuda quote from: thumama on jun 02, 2017, 04:51 am lo e logrado pero el conteo solo llega 255 y despues de eso se regresa 0. entonces tendrás que almacenar dicho valor en dos bytes, así se llegaría hasta 65535. ¿de cuál eeprom estamos hablando? Arduino Forum > International > Español > Software (Moderators: surbyte, Hector_A) > contador a 286 y guardar cada conteo en eeprom arduino

Thread: Wireless internet connecion problem

i have installed ubuntu 9.10 on laptop,all works fine apart belkin wireless card. after reasearch have found need install drivers device, have used ndiswrapper install windows drivers, goes connect, areial light flashs (on card) , network light comes on not long, 3 times says has disconnected internet, know password correct wireless, cant think else wrong it. can offer advice @ please? many chris Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] Wireless internet connecion problem Ubuntu

Thread: How to mount an iso on an external hard drive?

hello all, having problems mounting iso on external hard drive. not want move onto linux partition because 3.6 gb. have directory made (/media/iso) mount in, if doesn't work don't care goes. after mount want able run using wine, come later. need mounted. and, of course, new linux/ubuntu. i use app gisomount mount them. seems easier me trying remember mount points , commands. might because kind of old. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] How to mount an iso on an external hard drive? Ubuntu

Vacuum pump on a cheap solder sucker iron

i've been using good-old radio-shack style desoldering iron, , want upgrade.  hooked little fuel filter hose, attached small vacuum pump.  worked, until started losing suction between hot iron tube, rubber hose merged onto it, become warped on heat. i wondering if here had creative simple idea(s) stumped.  can use air-tight merge hot metal tube plastic filter - won't warp / melt under heat? silicone tubing 500 f. if need little higher temperature use bit of ptfe (aka teflon) tubing, 550 f, buffer it's not flexible wouldn't want use full length of hose. Arduino Forum > Using Arduino > General Electronics > Vacuum pump on a cheap solder sucker iron arduino

What's going on?

what's going on? i purchased nice new digital scope, , thought i'd @ arduino nano's speed performance. here's code  - toggling pin in various ways. code: [select] //1: newfile1,2,3.png void loop() {   while (1) {     portd |= 0x20;     //digitalwrite( pulsepin , high);     portd &= 0xcf;     // digitalwrite( pulsepin , low);   } } //2:newfile4.png void loop() {   while (1) {     //digitalwrite( pulsepin , high);     portd &= 0xcf;     // digitalwrite( pulsepin , low);     portd |= 0x20;   } } //3:newfile5.png void loop() { //  while (1) {     //digitalwrite( pulsepin , high);     portd &= 0xcf;     // digitalwrite( pulsepin , low);     portd |= 0x20; //  } } //4:  newfile6.png void loop() {   //  while (1) {   portd |= 0x20;   //digitalwrite( pulsepin , high);   portd...

Thread: thunderbird 3.0.1

Image
is there know there can find install thunderbird 3.0.1 ubuntu. if install daily ppa, install ver 3.0.2 pre need ver 3.0.1 if have danish language in thunderbird 3 you try package in https://launchpad.net/~cristiklein/+archive/ppa Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] thunderbird 3.0.1 Ubuntu

analog value to control delay value???

hey guys/girls, i'm starting project uses 2 pots control delay/millis  , 1 resistor block control count of how many times 1 & 2 happen 1) digitalwrite, high x time 2) digitalwrite, low x time 3) count of high , low i wanted using analog value (0-1023) control amount of delay 1&2 (analogread value * 10 = delay) for resistor block / selector switch control count of 1 &2 combined in increments of 2,4,6,8,10 is there library or can guide me little? google wasn't lot of searched... thanks guys/girls not difficult - can post code? allan Arduino Forum > Using Arduino > Project Guidance > analog value to control delay value??? arduino

Thread: Upgrade to KDE 4.3.5

kde 4.3.5 available - how upgrade? shouldn't synaptic grab upgrade me? it's not doing it... http://www.kde.org/announcements/announce-4.3.5.php ok - got it. appeared in update manager ... Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] Upgrade to KDE 4.3.5 Ubuntu

Mega 2560 + RFID + Ehternet stop working

hello have mega 2560 rfid , ethernet shield w5100. the mega 1 allarm system , when start siren system send 1 http request ifttt.com. some time ethernet shield stop working , have not response ping command. i try change ethernet shied new, problem same. can me? thanks most ethernet shields need specific pins. make sure no interfering communications. also post sketch using please use code tags ( </> ) forum can chew code without them. Arduino Forum > Using Arduino > Installation & Troubleshooting > Mega 2560 + RFID + Ehternet stop working arduino

for each in loop not updating the progress bar until loop is finished

this air app in flex3 on osx 10.4.   i have loop running through xml object.   in example there more 3000 children, more once distributed.   while i'm processing xml, want show progress bar user.   but progress bar not update until loop finished, trace prints in flex builder console loop runs.   once loop finished progress bar updates (too late of course)   i have tried importprogress.validatenow(); no luck   how can progress bar update each loop.   tia flashharry   var tracklength:number = xml.children().length(); var trackcount:number = 0; for each ( var d:xml in xml) {      trackcount ++;      trace(trackcount);      importprogress.setprogress(trackcount, tracklength); //do something   } try refactoring your  importprogress.setprogress(trackcount, tracklength); call separate function , call new function using calllater. idea.   atta More discussions in Fle...

url problem with menus using nightly build - Joomla! Forum - community, help and support

[edit: had use backup.....] help, menus aren't working: result http://www.dto.no/ dto /index.php?option=com_newsfeeds&view=categories&itemid=53 should be http://www.dto.no/index.php?option=com_ ... &itemid=53 all other links menus seems ok... major problem me. have use nighty build... m. ps: site located @ http://onemanarmy.no/dto/ from location menus ok. somehow /dto/ added http://www.dto.no-position.. . why? ps2: turning off system legacy not help further: when logged backend, cannot access of plugin-settings, no error message given... so have 2 installations? can check global configuration , make sure correct (no subfolder)? Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information Archived Boards - All boards closed Joomla! 1.5 Coding

BAR à Cocktail

bonjour à tous, en fichiers joint vous trouverez le code du bar à cocktail, un schéma de cablage ( attention les cables représentants les +5v et/ou les gnd ne sont pas mentionnés pour éviter la surcharge)  ainsi que des photos du projet terminé et une capture d'écran de l application réalisé sous android qui permet de commander les cocktails. un grand merci j-m-l pour sa participation et ses précieux conseils. mention spéciale dfgh, qui apporté son concours et qui du supporter mes exigences et mon incompétence. je mettrais, si possible, les liens vers les sites marchands m ayant permis de réaliser cet automate. et celui permettant de télécharger l'application gratuitement . bref description : -connexion via bluetooth (module hc06 ou hm10(pour iphone)) - choix parmi 16 cocktails différents                    -soit en clickant sur l image correspondant au cocktail               ...

Joining two wav files together?

hi. if have 2 separate mono wave files, 1 left channel , 1 right channel, how can join 2 separate wave files 1 stereo l/r wave? create new session in multi track view. put each mono waveform in own separate track. pan 1 track 100% left.  pan other track 100% right. go view>advanced session properties , click on mixing tab.  make sure select l/r cut logarithmic. go file>export>audio mixdown , mixdown of file.   you should end stereo waveform of 2 mono files. More discussions in Audition CS5.5, CS6 & CC adobe

i have an error when messing with LCDs(expected primary-expression before '=' t)

code: [select] #include <liquidcrystal.h> liquidcrystal lcd (a0, a1, a2, a3, a4, a5); void setup(){   lcd.clear();   lcd.begin(16, 2); } void loop(){   lcd.setcursor(0, 0);   lcd.print("***zac ahlers***");   int digit = digitalread(4);                //the error occurs here   if (digit) = high) {     lcd.clear();     lcd.print(*****switch*****);   } } = assigns value == tests value Arduino Forum > Using Arduino > Programming Questions > i have an error when messing with LCDs(expected primary-expression before '=' t) arduino

serial input mapped to servo?

i have both these sketches , running i'd map sonar servo. is possible? unfortunately i'm total noob. thank help. sonar test code: ( i'm reading output on serial ) /* hc-sr04 ping distance sensor] vcc arduino 5v gnd arduino gnd echo arduino pin 13 trig arduino pin 12 red pos arduino pin 11 green pos arduino pin 10 560 ohm resistor both led neg , grd power rail more info at: http://goo.gl/kj8gl original code improvements ping sketch sourced trollmaker.com some code , wiring inspired http://en.wikiversity.org/wiki/user:dstaub/robotcar */ #define trigpin 12 #define echopin 13 #define led 11 #define led2 10 void setup() {   serial.begin (9600);   pinmode(trigpin, output);   pinmode(echopin, input);   pinmode(led, output);   pinmode(led2, output); } void loop() {   long duration, distance;   digitalwrite(trigpin, low);  // added line   delaymicroseconds(2); // added line   digitalwrite(trigpin, high); //  delaymicros...

Powering 2 12v NEMA17 stepper motors

hello everyone, i designing cnc printer part of college project , using arduino control 2 stepper motors (x , y axis). motors using rated @ 12v , 1.5a. question can use power these motors. have use dedicated stepper motor supply? can use 12v supply similar arduino uses? there other options can use? any advice have appreciated. thanks in advance! have @ stepper motor basics provide lot of background information need arrive @ practical solution. ...r Arduino Forum > Using Arduino > Project Guidance > Powering 2 12v NEMA17 stepper motors arduino

Find/Change random scripting

hi,   i've never used indesign scripting before , looking find/change script found it's standard sample script makes possible me change example "aa" "aå". want make script random. so if there multible double a's in text times changes "aa" "aå" other times changes "åa" there way edit sample or make script self, have start??   thanks in advance i don't know sample thinking of, it's quite not meant change items @ random. that's rare thing ask mind explaining why?   in case, following script (cs3 or newer!) trick. findtext function fed correct parameters: text found , case sensitive on, not find 'aa' or 'aa' or 'aa'. since findtext function returns array (rather 'a next item', 1 one), can loop on found items , change either first character or second. setting either character #0 or character #1 of contents a-ring, leaving other character alone. backward loop prevent messing documen...

Problème de mémoire saturée après plusieurs heures

bonjour à tous, j'ai un soucis de "stabilité" ou de mémoire sur mon arduino nano en fonctionnement continue contexte : c'est un programme sur un arduino nano qui affiche sur un écran oled (ssd1306) des tensions provenant d'un ads1015 à la compilation : 58% de stockage et 70% de mémoire dynamique problème : le programme fonctionne ! mais dès que je dépasse les 5-6 heures de fonctionnement en continue eh bien l'arduino se "bloque" : l'affichage reste "figé", et les pin d'entrées ne sont plus actives, idem pour les interruptions. idem quand je suis en mode veille ! par contre les premières heures tout fonctionne très bien. je pencherais plutôt pour un problème de "mémoire" saturée ... comme si il y avait des "fuites mémoires" ... merci pour vos aides ! bonjour utilisez vous la classe string? allouez vous dynamiquement de la mémoire vous même ou une de vos librairies ? sans code diffici...

Help needed on how to set up Global Nav in Dreamweaver so that changes need to be made only once and will be reflected throughout the site.

hi, i've created site global navigation across top (drop down menus) , global buttons on left side. there way code type of global navigation in dreamweaver people making changes site need make them once (not on every page!) , have them reflected throughout site? i'm using dreamweaver mx create site. thanks forum know server side includes way handle i'd use dreamweaver if possible. thanks! there nothing server-side includes prevent using dw.  need to  a) enable display in preferences (i think that's in dmx), , b) save parent file *.shtml extension. More discussions in Dreamweaver support forum adobe

Thread: Laptop Battery troubles

recently have switched ubuntu 9.1 windows xp number of reasons. yesterday installed , working fine, except 1 thing. battery icon in top right corner said battery charging @ 0% , not moving. pulled charger shut off. ran simple commands in terminal , detected battery there , charging. said had full capacity , else normal. know not battery because replaced , working without problems on windows. not charger have tried 1 , still same problem consists. shut down , started several times , plugged , unplugged no effect. have dell 700m [old know] gets job done [or used too] appreciated =] it highly unlikely os has it, other reporting battery level. but, if shuts off after unplugging, it's more reporting. have dual-boot setup on machine? if so, boot windows , see happens. battery seem charge when machine powered off (not on hibernate or standby)? test powering way down, charging while, , turning machin...

029 - Create a "Joomla! Category Blog Layout" document. - Joomla! Forum - community, help and support

Image
hi all, i'm hashani weerarathna, sri lanka ,16 years old, girl,  ready ordinary level examination 2007. i'm newbie opensource , joomla. i'm interested in creating "joomla! category blog layout" document,  learn , have fun i claim task: http://code.google.com/p/google-highly- ... %20summary thank you. task claimed: dec 3 due: dec 17 google task [me=amystephen]changed subject slightly sorting threads match against google resource  [/me] welcome joomla! hashani! glad have us. please feel fee ask questions or assistance might require. here successful task. also, please read thread ghop contestants please read: task process start finish , understand process need follow contest. good luck! forward seeing progress, amy Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information Archived Boards - All boards closed Google Summer of Code and GH...