Posts

Showing posts from January, 2013

xml playlist

i need create simple video playlist in xml file. have code play video clips in row , loop play them over. need call actual video titles (videos.list[0] = "video/clip1.flv"; , videos.list[0] = "video/clip2.flv"; etc) xml file. show me how change code: videos.list = new array(); videos.list[0] = "video/clip1.flv"; videos.list[1] = "video/clip2.flv"; videos.list[2] = "video/clip3.flv"; videos.list[3] = "video/clip4.flv"; videos.list[4] = ""; videos.list[5] = ""; videos.list[6] = ""; videos.loop = true; videos.length = 1; videos.loaded = false; so videos.list = new array(); populated xml file , not hard-coded actionscript? or know of tutorial shows how create simple xml playlist player plays clips called in xml file full screen in loop automatically. this progressive download. thanks help. --rayne set xml file so: <videos> <v>video/clip1.flv</v> <v>video/clip2.flv</v...

copying avrdude and avrdude.conf into new directory does not work? (MAC / OSX )

i tried copying avrdude , avrdude.conf file within arduino application package on mac , placed in new folder along hex file wanted upload. when run avrdude following error: $ avrdude -c avrdude.conf -v -v -v -v -patmega328p -cstk500v2 -pusb -uflash:w:test.hex:i avrdude: version 6.0.1, compiled on dec 16 2013 @ 17:26:24          copyright (c) 2000-2005 brian dean, http://www.bdmicro.com/          copyright (c) 2007-2009 joerg wunsch          system wide configuration file "avrdude.conf" avrdude: can't open config file "avrdude.conf": no such file or directory avrdude: error reading system wide configuration file "avrdude.conf" if same thing on windows machine works no problem. try this... code: [select] avrdude -c ./avrdude.conf -v -v -v -v -patmega328p -cstk500v2 -pusb -uflash:w:test.hex:i Arduino Forum ...

Serial connection doesn't work the first time after boot - Raspberry Pi Forums

i have connected attiny raspberry pi starts sending serial data it's powered (before pi boots). command code: select all screen /dev/ttyama0 doesn't work first time after booting. there no error message, no serial data received. stopping , running again works, serial data displayed. followed this disable serial console. in use case i'm running python script @ boot should receive serial data. opening , closing serial connection within python doesn't work either, need stop python , run script again work. thank you try using sudo raspi-config disable serial console properly. raspberrypi

Help With Tables...

hi guys - im new forum hope havent posted in wrong place! im trying make webpage using table in dreamwever mx 2004. have main image covers whole of table (which ive set table background). have added text individual rows , colums on image. text has in places fit's correctly bg image.....however........although looks right in dreamweaver, when preview in browser (iexplorer) seems have moved , bg image has tiled table has stretched. ive checked in firefox , seems more out of place! am doing fundementally wrong?! there way can lock sizes , positons looks right when in browser? please me! carocap you might want try use layers this, seem stay in same place better. tables hard use in image map type of page design. use photoshop image maps, think might able accomplish want using layers in dreamweaver...good luck. More discussions in Dreamweaver support forum adobe

Problema programmazione pulsante

Image
buona sera, è tutt'oggi che cerco di trovare una soluzione questo problema cercando sia qua che in google ma senza esito   vorrei che premendo il pulsante parta il tempo (funzione millis()) e che esso venga visualizzato display(anche se lascio il pulsante), una volta che si ripremo il pulsante arduino controlli il tempo impiegato, se è minore lo sostituisca con il best e nel frattempo inizi un nuovo contatore. ecco il mio programma: code: [select] #include <liquidcrystal.h> #define button 7 liquidcrystal lcd(12, 11, 5, 4, 3, 2);   int pls = 0; void setup() { pinmode(button, input); pinmode(13, output); lcd.begin(16, 2); lcd.setcursor(10,0); lcd.print("currnt"); lcd.setcursor(0,0); lcd.print("bst"); lcd.setcursor(0,1); lcd.print("ult"); serial.begin(9600);    pls = digitalread(button); } void loop () {    double bestlap;     double lap, tempo, start = 0;   if( (pls == high) ) ...

Raspberry pi dans Voiture - Raspberry Pi Forums

bonjour, je souhaiterai faire alimenter mon pi par ma voiture. j'ai pensé à temporisé le démarrage et l'arrêt. voici un schéma: http://ftpdepot.free.fr/alimpi.jpg et son explication: après le démarrage du moteur (enclenchement de la clé), le vm188 retarde de 10s la mise sous tension (temporisation pour éviter le double démarrage et/ou coupure). le transistor npn 2n2222 est rendu passant par l'intermédiaire de la diode d1, et donc le pi démarre. par le pin d'entrée, on détecte (3.3v par diviseur de tension) que le moteur est allumé (la clé été enclenchée). mise à 1 du pin de sortie. ... ... ... on roule ... ... ... on roule ... ... ... lors de la coupure du moteur (coupure de la clé), le pi reste alimenté, puisque le pin de sortie est toujours à 1. par le pin d'entrée, on détecte (0v par diviseur de tension) que le moteur est éteint (la clé été coupée). on lance la procédure d'arrêt logicielle: code: sudo shutdown -h now le pi s'éteint, mise ...

[réglé] Gestion de l'heure d'hiver ou d'été - Joomla! Forum - community, help and support

bonjour, j'utilise un module qui permet d'afficher la date et l'heure en utilisant moscurrentdate() . il faut modifier le fichier french.php pour formater l'affichage voici mon type d'affichage : code: select all define('_date_format_lc','%a %d %b - %h:%m'); le problème est que l'heure s'affiche en heure d'été au lieu de l'heure d'hiver. quel est le paramètre à modifier pour gérer l'heure (hiver/été)? normalement, global configuration/locale et choisir dans le menu déroulant. Board index Joomla! International Language Support International Zone French Forum J! 1.0.x - L'atelier! 1.0 - Questions générales

Sliding Navigation Menu (+ Advice)

hi, new flash. have tried pick several times on years seem come against problems. seems flash more dependant on actionscript ever was. not programmer sense , feel learning time consuming , little beyond me. if has advice on overcoming interested hear minded individuals have gone through same. an example of find myself trying (and hitting brick wall) create sliding menu website. imagine list of links triangle next home (top link). want able click on 1 link , have arrow move link clicked (and load relevant page). didn't think hard either or i'm stupid. any advice? here quick tutorial on it: http://www.kirupa.com/developer/mx/dropdownmenu.htm you can learn actionscript basics , increase difficulty. bunch of tutorials on topics interest you, , you'll pick code need more , more complex things. More discussions in Adobe Animate CC - General adobe

Graphing GPU_FFT - Raspberry Pi Forums

hello, i've been looking through gpu_fft library , want use create close real time graphing program displays amplitude versus frequency of incoming audio signal wolfson raspberry pi audio card. looking through program have 2 questions: i cannot find place in included files feed input program, whether bean adc sample wav file or else cannot find documentation on setup , use of gpu_fft cannot find rpi graphing utility can display using terminal have searched forums , cannot find real explanation beyond sample files hello_fft , hello_fft2d, did not much. if approaching wrong perspective, please let me know, idealy liek feed program sample external adc can process using gpu_fft program , display using self written program or more advanced rpi graphing utility. it nothing more demo program show how use gpu_fft api. need write own program uses api useful. if reasonable c programmer not hard do. petero raspberrypi

Can't view fonts installed on my computer

a client wants portion of text displayed on web site in papyrus font. prefers not having displayed graphic in text search engines can read text. set dreamweaver display text first in papyrus , in verdana, although have papyrus installed on mac, portion of text did not display in papyrus. idea why? nope. if visitor doesn't have papyrus installed see times/times new roman, , i'm sure that's not client wants. how large portion of content displayed using font? if it's really not much, use sifr - http://www.mikeindustries.com/blog/archive/2004/08/sifr or here - http://www.macromedia.com/devnet/mx/dreamweaver/articles/sifr_demo.html -- 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/s...

Serielle Kommunikation zwischen php und Arduino

Image
hallo, ich habe einen arduino über seriell mit meinem linux webserver verbunden. die kommunikation zwischen php und seriell funktioniert mit folgendem beispielprogramm. die datei php_serial.class.php kommt von hier http://www.phpclasses.org/browse/file/17926.html code: [select] <?php error_reporting ( e_all ); ini_set ( 'display_errors' ,  '1' ); include  "php_serial.class.php" ; $serial  = new  phpserial ; $serial -> deviceset ( "/dev/ttyacm0" ); $serial -> confbaudrate ( 9600 ); $serial -> confparity ( "none" ); $serial -> confcharacterlength ( 8 ); $serial -> confstopbits ( 1 ); $serial -> deviceopen (); $serial -> sendmessage ( "hello!" ); // usleep(50); $read  =  $serial -> readport (); echo  "read_data ##- " . $read . " -##</br>" ; $serial -> deviceclose (); echo  "message gesendet! \n\r" ; ?> momentan echo'ed der arduino jedes zeiche...

What template should I use - Joomla! Forum - community, help and support

Image
i in process of learning how make own templates, in mean time need find 1 looks this.  don't worry, i'm not stealing design got person wants me make site. thanks, gary the templates faq has information on templates.  guess difficult find 1 looks similar. some notes.  nice clean style.  layout simple , should able work in no time.  if cannot match menu font have implemented images, , default joomla menus (1.0.11) not support image only.  there extension modules do.  things stand out me more complicated 2 drop down menus, , inset picture views.  menus take through joomla extensions see if there menu implementations give drop down look.  i've seen implemented many times (outside of joomla) javascript.  don't have links. Board index Joomla! Older Version Support Joomla! 1.0 Templates & CSS - 1.0.x

Detect opening mouth

i know absurd question, know how detect opening mouth , home in device  (say, automatic spoon) it? my sister severely disabled , feeding no simple task. can eat grinded (baby) food , can take bites size of pill. takes ~2 hours feed meal. feeding 4 times day, 24/7, not fun. while weak, mentally capable , making robotic hand her. able press buttons,but, make device that: - can pick baby food bowl using special designed spoon (by ceramic 3d printing) - recognize , home in spoon mouth - release food, rinse , repeat i know suggest emg controlled arm, elbow cannot bend. if can make robotic hand not able bend arms , use spoon. now have trouble in sensing opening mouth (so spoon not poke nose). seems ultrasonic, ir sensor, photoresistors, etc not suitable. best best facial recognition beyond capacity of arduino. have ideas in detecting opening mouth? if mouth in same position, can distance measurement. example ultrasonic. can use water baby food , feed throug...

Can not view .swf when uploaded.

my web page contains swf file reference flash video (.flv files). aware of necessity have files uploaded website, , should in same folder: html file web page, swf file, flv file. when preview page locally on computer using either dreamweaver preview or previewing in browser, video plays fine. have previewed using different browsers. however, when go site on web, video not play. it's blank. mater of fact related flash code shows @ not empty area suppose be. if when code read skipped on . compared codded before uploadind , after , somehow code shown below taken out. suppose in table. body moves .swf should be. link problem page is: 64.23.13.83 here code suppose have view code on lik above see how looks after upload it. i new stuff please help. doing wrong? went site. seems working can see movie. More discussions in Adobe Animate CC - General adobe

I ran the joomla diagnostic program and here are the errors - Joomla! Forum - community, help and support

i ran joomla diag program verify ftp upload i've got errors , administrator end showing multilples of in menu. (was tryin install fresh copy of joomla in folder of site failed twice when tried have connect mysql database gave up) have 3 of of same: users icons, components, popular, , mail icons here errors: security /home/httpd/vhosts/chiground.com/httpdocs/joomla/includes/cache/lite.php file not contain _valid_mos. read more security /home/httpd/vhosts/chiground.com/httpdocs/joomla/includes/domit/xml_domit_rss_shared.php file not contain _valid_mos. read more security /home/httpd/vhosts/chiground.com/httpdocs/joomla/includes/phpmailer/class.phpmailer.php file not contain _valid_mos. read more warning /home/httpd/vhosts/chiground.com/httpdocs/joomla/mambots/editors/tinymce/jscripts/tiny_mce/themes/advanced/about.htm file corrupted or has been altered security /home/httpd/vhosts/chiground.com/httpdocs/joomla/templates/md_digimania/md_suckerfish.php file not contain _valid_mos. read ...

Tech project help

hey guys, i creating system cycle test doorknob. seen in picture, have 2 stepper motors. nema 17, , nema 23. nema 17 drives platform in leaner direction via lead screw. nema 23 motor turns door knob. want want system do: 1. nema 17 drives platform moving 2", movement engages doorknob strike plate (not shown in drawing) 2. nema 17 motor stops. 3. nema 23 turn doorknob unlocking strikeplate. 4. nema 17 drives platform 2" original position. 5. nema 23 motor turns doorknob original position. and cycles repeats. i understand drawing not correct, concept. my question is, code have has no initial delay, power it, turns on. how can add delay? could add keyboard button when press it, turns on beginning of code? how can add other stepper motor. if need more pictures of clarification let me know thanks in advance arduino uno tb6600 drivers (2x each stepper) nema 17 nema 23 12 v power supply i have code 1 working motor. code: [select] long distance = 0;  // record number of...

web Page to configure wifi - Raspberry Pi Forums

hi m new raspberry pi if possible me make web page can configure wifi in advance i suggest begin reading this: https://www.raspberrypi.org/documentati ... ess-cli.md can see wifi settings located /etc/wpa_supplicant/wpa_supplicant.conf . can setup webpage can write file. need compensate security issues writing etc/ folder. raspberrypi

Mysticform - Unable to send email - Joomla! Forum - community, help and support

i'm trying send email via module it's not working.  getting following message: spam protection. trying send form non authorized domain. operation blocked.  read post says what need in order work.  think it's pretty straightforward except "reffering server list".  should put in here, have http://www.mydomain.com , mydomain.com. thanks!! likestuff wrote: i'm trying send email via module it's not working.  getting following message: spam protection. trying send form non authorized domain. operation blocked.  read post says what need in order work.  think it's pretty straightforward except "reffering server list".  should put in here, have http://www.mydomain.com , mydomain.com. thanks!! hey mate... i have same problem. did find solution ? guy. Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x Modules

Video Playback problem in Flash

hello, i'm newbie incorporating video flash. i've created player plays several flv files. seems working correctly on of machines (mac , pc) - , several friends have tested also, client having problems playback on 4 machines. can hear sound clips - can't see clips. trying target player 6 this. i'm @ loss because can't see problem myself. the url of player is: http://www.inlawsandoutlawsfilm.com/clips.htm if has ideas or suggestions i'd appreciate it. thank much!! craiga my guess client using old version of flash player view site. need minimum of flash player 7 view these files, flash video isn't supported in earlier versions. More discussions in Adobe Animate CC - General adobe

SRAM piena e metodi alternativi di memorizzazione

Image
ciao tutti! vi espongo il mio problema: ho necessità di memorizzare 4 array di interi piuttosto ingombranti che mi portano in saturazione la sram dell'arduino uno.. questo punto ho cercato metodi alternativi quali la memorizzazione su sd e la lettura solo in caso di necessità, la lettura da eeprom e la memorizzazione su flash... ma... per quanto riguarda la prima soluzione sforo la  dimensione della flash dal momento che il codice utilizza delle stringhe per memorizzare la variabile in locale e poi la deve maneggiare per portarla prima in "char" e poi in "int"... quindi troppo lungo, piuttosto complesso e poco efficiente, la 2a potrebbe andare bene ma ho alcuni problemi con il codice di scrittura che mi dà un errore di tipo "copy_array:22: error: expected primary-expression before '.' token" che sinceramente non capisco... se poteste darmi una mano ve ne sarei grato grazie! quote /*lo sketch permette di scr...

which wifi dongle should i buy for my pi2 ?? - Raspberry Pi Forums

i live in israel , need 1 not expensive nor cheap (not cheap because cheap products making trouble) recommend me on one fght wrote: i live in israel , need 1 not expensive nor cheap (not cheap because cheap products making trouble) recommend me on one https://www.raspberrypi.org/products/usb-wifi-dongle raspberrypi

why do we use int instead of long

Image
hello pretty dumb question why use int not long. long can store bigger numbers , small numbers. think long covers range of integer range. couldn't find results problem.  not beginner not pro . know java too. never worked long type in java . thank much berathan hello , welcome, long take twice more memory int, on devices limited memory have consider using smallest variable possible for example if sure number range between 0 , 255, should use variable of type byte (or "uint8_t", same thing) take 1 byte. int take 2 bytes, long take 4 bytes. Arduino Forum > Using Arduino > Programming Questions > why do we use int instead of long arduino

mp3 player for car - Raspberry Pi Forums

is there application work 3.5" screen toch screen , play mp3 in car. tried xix not fit screen. there thing, works without screen. music taken directly internet , controll conducted via mobile phone. project's post viewtopic.php?p=813564&sid=ef7a14f716cb ... 0e#p813564 , site http://bit.ly/airbox4pi . raspberrypi

PHP Startup Errors

when try run pages on our new server (windows server 2003). several dll errors saysing php can't load 20 of them extensions folder. check extension_dir path , full path ("c:\php\ext\"). dll's in folder. php pages not run until press ok errors server itself. php runs normal until person tries access pages. any suggestions? using dreamweaver mx 2004 create php pages. darren i far expert on windows servers, sys admins know recommend against running php on windows server in production environment. More discussions in Develop server-side applications in Dreamweaver adobe

Thread: cant transfer large files over wifi

i can finaly see main (windows) computer , connect after installing samba. can transfer files ubuntu computer (ion atom 330 media center). problem large files, transfer stuck on 500-550 mb every time. searched , found lot of similar problems cant find solution. ubuntu version 9.04. guess not file system problem because when transffering large files dok or hd transferring ok. thanks. someone? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] cant transfer large files over wifi Ubuntu

Getting Started - Joomla! Forum - community, help and support

well have thought starting use joomla know how long takes sitre , running fair bit of content on, remember first time using joomla i have had experience following. dreamweaver phpnuke vbulletin phpbb subdreamer keeping in mind may think how long take me. then.. shouldn't take more 30 minutes have site , running, if u have experience... go demo page , try u may love! joomla! demo i'd recommend try joomla! 1.0.11 Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Decibels from a wav file to animate sprites

i've been looking @ how current decibel value playing audio file, i've looked @ amplitude , asfft , carnt work out. want know if there audio present within wav file (i.e. waveform) depening on value of animate character speak. if can point me in direction of script current decibels wav file brilliant. what's problem using amplitude xtra? should job perfectly, , users guide has examples should going pretty smoothly. you won't able without xtra... can give specific issues? dave More discussions in Director Lingo adobe

Set led brightness and fade to set value without delay (PWM)

Image
hey guys, first of all, want appreciate taking personal time answer question. anyway here's issue. i want fade led brightness set value without delay. code: **'dim' actual led brightness **'set_value ' brightness level set through serial ps: serial function has been omitted intentionally. ////////////////////////// int fadeamount = 1;    // how many points fade led by unsigned long currenttime; unsigned long looptime; int set_value = 115; // brightness level set serial int dim = 0; void setup() {     currenttime = millis();     looptime = currenttime; } void loop() { currenttime = millis();     if(currenttime >= (looptime + 50))     {         if(set_value <  dim)         {             fadeamount = -fadeamount;             dim+=fadeamount;         }       ...

Forms - onmouseover title

i working design project largely form driven. 1 of problems having end-user education. solution have come have narrative pop-up when user drags mouse on field. far, works great in input text style boxes. created element onmouseover="title" title="some descriptive text" problem having can not work on pull down menus. if move mouse on those, title element not trigger same type of pop happens text input box. is browser issue? should think of different way of delivery information, creating ? icon next each field , trigger baloon narrative pop on each mouseover? any input appreciated. did ever receive answer on this? attempting same design , having problems. can provide... More discussions in Dynamic HTML General Discussion (read only) adobe

Plex not found after install - Raspberry Pi Forums

hello, followed instructions fresh pi 1 b+ plex media server: http://www.htpcguides.com/install-plex- ... erry-pi-2/ here history: pi@raspberrypi ~ $ history 1 locale -a 2 sudo nano /etc/locale.gen 3 ifconfig 4 sudo vi /etc/locale.gen 5 sudo locale-gen 6 sudo apt-get update && sudo apt-get install apt-transport-https -y --force-yes 7 wget -o - https://dev2day.de/pms/dev2day-pms.gpg.key | sudo apt-key add - 8 ldd --version 9 echo "deb https://dev2day.de/pms/ wheezy main" | sudo tee /etc/apt/sources.list.d/pms.list 10 sudo apt-get update 11 sudo apt-get install plexmediaserver -y 12 ps -ef |grep plex 13 sudo bash /usr/lib/plexmediaserver/start.sh & 14 vi /usr/lib/plexmediaserver/start.sh 15 sudo vi /usr/lib/plexmediaserver/start.sh 16 sudo bash /usr/lib/plexmediaserver/start.sh & 17 sudo vi /usr/lib/plexmediaserver/start.sh 18 echo $plex_media_server_home ...

Jom Comment & CB - Joomla! Forum - community, help and support

hejsa, jeg har jom comment installeret på min hjemmeside, hvor det er muligt brugerne @ kommentere indlæg osv. jeg har cb installeret, og på profilsiden er det muligt @ finde nogle faneblade, hvor der er oversigt on hvilke indlæg en bruger har sendt ind, hvilke emner brugeren har besvaret forum, oversigt on brugerens skrevne dagbogsindlæg osv. jeg savner dog en oversigt on hvilke kommentarer en bruger har skrevet. jeg har søgt på sådan et modul, men kan ikke finde nogle. så derfor vil jeg gerne høre om der er nogle derude, der ved om der findes sådan et modul der kan vise en brugers sidst skrevne kommentarer, og så fald hvor man kan downloade det henne? hilsen suriyan Board index Joomla! International Language Support International Zone Danish Forum Ældre versioner (disse vedligeholdes ikke længere fra officiel side) Joomla 1.0 (Udgået version, der blev afløst af 1.5 i 2008) ...

Thread: problem with updating system after installing Gyachi

Image
i have problem ubuntu jaunty, every time try update (apt-get update)but following statement keep showing :w: gpg error: http://ppa.launchpad.net jaunty release: following signatures couldn't verified because public key not available: no_pubkey d0d3c959db2035a6 w: may want run apt-get update correct these problems few days ago tried install gyachi in pc, require deb http://ppa.launchpad.net/loell/ppa/ubuntu jaunty main deb-src http://ppa.launchpad.net/loell/ppa/ubuntu jaunty main sudo apt-key adv –recv-keys –keyserver keyserver.ubuntu.com 0xc23b005d874996dc8d03a3c0d0d3c959db2035a6) added in source list. me problem?? so im assuming have added ppa sources.list if comes error. use ppa need grab gpg key @ link: http://ppa.launchpad.net/loell/ppa/u...ty/release.gpg need copy , paste text on page text editor , save anywhere like, name keyfiles way: name_of_program.asc, save , exit text editor. go syst...

Anybody interested in a RetroPie Noobs Image? - Raspberry Pi Forums

Image
i've created noobs image contains required data include retropie on noobs boot menu. took me few hours using ubuntu create tarballs , tested , working great on pi 2 model b. i've noticed lot of users asking no 1 seems have solution other create image manually. decided use noobs v1.4 base retropie v3.0 rc1 uses new retroarch config setup means have configure pad once , works everything, no more manual retroarch config , included latest rasbian distro too. file size 1.13gb , uploading google drive speak, update page dl links, virus total scan , md5 when upload finished. hi! can link file? ad openelec , great raspberrypi

Duplicate data fields in community builder - Joomla! Forum - community, help and support

i think accidentally clicked button in joomlaboard add data fields community builder the problem had done that now fields doubled , users cant register i have couple hundred hits hour , need fixed stat!!!!! please please please help this error message on attempt edit users db function failed error number 1054 unknown column 'sbviewtype' in 'field list' sql=insert jos_comprofiler ( `id`,`user_id`,`approved`,`confirmed`,`cb_website`,`cb_birthday`,`cb_extrainfo`,`cb_pgenable`,`cb_pgautopublish`,`cb_pgautoapprove`,`cb_pgshortgreeting`,`cb_pgtotalquotasize`,`cb_pgtotalquotaitems`,`cb_pguploadsize`,`cb_pgtotalitems`,`cb_pgtotalsize`,`cb_pglastupdate`,`cb_pgaccessmode`,`cb_pgdisplayformat`,`sbviewtype`,`sbordering`,`sbsignature`,`firstname`,`middlename`,`lastname` ) values ( '102','102','0','1','','','','','','','','','','','','','',''...

Thread: Keyboard/Mouse disabled at login screen

Image
i switched on laptop morning (hp compaq nc6320) usual , tried log in, find neither trackpad nor keyboard working (not mention usb mouse tried well)! if reboot recovery mode shell, keyboard works until move on normal boot. if boot ubuntu install disk (run cd), both trackpad , keyboard work. seemed ok last night when shut down. seems if disabling keyboard , mouse (or not enabling them) gui loads. advice welcome. i'm running jaunty 9.04. posted david samuels i switched on laptop morning (hp compaq nc6320) usual , tried log in, find neither trackpad nor keyboard working (not mention usb mouse tried well)! if reboot recovery mode shell, keyboard works until move on normal boot. if boot ubuntu install disk (run cd), both trackpad , keyboard work. seemed ok last night when shut down. seems if disabling keyboard , mouse (or not enabling them) gui loads....

help with tiny85 SPI pinout

Image
good afternoon all, im (lol) ok, got code nick g. compile , load onto tiny85. my situation understanding pinouts cause nothing working through spi function. (3wire spi) i can seperate code ss pin go high/low know buttons work.  can not mcp41100 respond testing on led. my pinouts follows: my mcp pinout tiny85 1 - cs       (ss tiny85 d3)        8 - vcc 2 - sck    (tiny85 d2)              7 - pot gnd 3 - si        (tiny85 d0)             6 - wiper (to test led) 4 - gnd                                      5 - pot input (+5v) code setup in nick's namespce: //                                                +-\/-+ // reset...

[Problem] Impossibility to load a sketch on board Mega 2560

hi all, i acquired first arduino mega 2560 last week it's few days can no loader long. this message appears : avrdude: stk500v2_getsync(): timeout communicating programmer after 6 x : "avrdude: stk500v2_receivemessage(): timeout". when load sketch remaining shift, have message : "avrdude: stk500_getsync(): not in sync: resp=0x00" i release atmega16u2 in dfu mode problem still same. anyone can me please ? ps : have yet try ide arduino 1.5.7 (bêta). not better.  :~ Arduino Forum > Using Arduino > Installation & Troubleshooting > [Problem] Impossibility to load a sketch on board Mega 2560 arduino

Video length problem

im having small problem, trying build video controls in application, creating playhead using hslider. my video defined ===== <mx:videodisplay autoplay="false" id="video" live="false" > <mx:source>...source....</mx:source> <mx:volume>.75</mx:volume> <mx:playheadupdateinterval >25</mx:playheadupdateinterval> </mx:videodisplay> ==== and slider ==== <mx:hslider maximum="{video.totaltime}" enabled="true" change="setvideo(event)" id="playhead" allowtrackclick="true" value="{video.playheadtime}" > ==== the function used ===== private function setvideo(event:sliderevent):void { var currentslider:slider=slider(event.currenttarget); video.playheadtime=currentslider.value; } ===== the problem totaltime loads immediately, waits video play through. causes slider max nan, removing functionality. is there better method creating playhead? files flvs...

Novato que no sabe por donde empezar ^^

hola todos, llevo tiempo pensando en comprarme un arduino y usarlo para varios proyectos. el primero que quiero hacer es el siguiente: una hucha,si una hucha con arduino. lo que quiero que haga la hucha es que tenga un lcd que me diga el dinero que hay dentro, es decir, si no tengo nada y meto una moneda de 10 centimos, que el lcd muestre 0.1€ y asi, tambien querria un pad numerico para sacar dinero, es decir, si escribo con el pad que quiero sacar 10€, que me los de con el menor numero de monedas y que el saldo se actualice automaticamente en el lcd. aparte que cada vez que quiera sacar dinero que me pida un pin de 4 digitos, supongo que con monedas de podra hacer, pero no detectara billetes, pero eso es lo de menos. el problema basicamente es que no se por donde empezar xd, habia pensado que para sacar dinero la podria hacer controlada con la voz, poniendo como "cerebro" un arduino uno + easyvr. lo que no se es que sensor poner para que sepa de cuanto es cada mone...

Thread: MintMenu Help

Image
hey, i've change ubuntu 9.04 mint 7, , i've had problem menu. added programing , system tools categories menu editor, not on menu. has else had problem , how fix it? right click on menu icon, , choose update or reload, that. mintmenu dont update menu, every time make change or install new software have manual update; thats why dont use mintmenu. excuse me english, im use speak spanish. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [SOLVED] MintMenu Help Ubuntu

Need help securing Raspbian Jessie - Raspberry Pi Forums

Image
there many different ways add user, cant believe can't change default username 'pi', pain add new user , add them groups pi belongs to.. ran heaps of crashes , problems setting user , removing default user system.. need step step works jessie. saw gui of rasp-config allows default user access it.. please help. want replace user pi own username security reasons eatmyrasperrypi wrote: there many different ways add user, cant believe can't change default username 'pi', pain add new user , add them groups pi belongs to.. ran heaps of crashes , problems setting user , removing default user system.. need step step works jessie. saw gui of rasp-config allows default user access it.. please help. want replace user pi own username security reasons http://forums.debian.net/viewtopic.php? ... 73#p264714 raspberrypi

Arduino and App Inventor

i'm using app inventor receiving device arduino. i'm using tutorial guide. problem want send multiple values android phone (i.e 2 potentiometers).they tweak serial.println serial1.println , serial2.println, know how to this? https://www.youtube.com/watch?v=xjtxrxvauzg quote they tweak serial.println serial1.println , serial2.println, know how to this? no, because not do. how type 2 words, instead of one? how recognize there 2 words, instead of one? the key delimiters, spaces between words. Arduino Forum > Using Arduino > Programming Questions > Arduino and App Inventor arduino

Ball and Beam Project

hi, i have old ball , beam system should run 1 of classes in less 2 weeks. it has old dc motor , potentiometer want control direction of beam via arduino uno. i have no clue how make dc motor feedback potenciometer , change speed , direction in order reach setpoint want through pid controlling. i'll glad if me thanks lot analogread usual method of reading pot value. you can use map . Arduino Forum > Using Arduino > Project Guidance > Ball and Beam Project arduino

Problem with CS pin of SD Module on Arduino Nano

hi, i'm new on this. last week got arduino nano , sd module. we did conexion how nano datasheet says, when use example arduino ide offers (archive/examples/sd/cardinfo<<in fact example @ begining use one>>), mesagge appears: ------------------------------------------------------------------- initializing sd card...initialization failed. things check: * card inserted? * wiring correct? * did change chipselect pin match shield or module? -------------------------------------------------------------------- i looking information wiring, didn't find anything. the arduino nano has atmega328. (note in datasheet of arduino nano, presents configuration of atmega116 , ss pin not presented mosi, miso , sck pins.) the sd module has 8 pins: -gnd -3.3v -5v -cs -mosi -sck -miso -gnd please us! best regards! hi, welcome forum. we know if official arduino nano, or clone different or pins ? which sd module using, can copy link in post. can show photo h...

Non-Standard LCD Displays

i've seen lot of material (on internet , in books) on controlling lcd panel arduino board, presupposes assume "standard" lcd 14 pins (plus 2 backlight, if present). a little while back, american science & surplus offering random assortments of lcd panels incredibly cheap price; figured might fun play around with, bought few.  turns out these not have standard pin arrangement.  smallest ones have 40 pins (20 on each side) , bigger ones must have few hundred pins (i didn't precise count).  since number of pins varies size, suspect somehow each pin relates character (with few more various control functions).  however, haven't got foggiest idea of how figure out how make these work.  suggestions appreciated. thanks. rob rothman can show few photos of them ? maybe there brand or numbers printed on them ? the "additional options..." @ lower left of text input field (when writing post) attachment. i ...

Serial-Daten aufspalten

Image
hallo zusammen, wie in meinem letzten thread schon gesagt, werde ich mich jetzt auf die entwicklung von hard- und software konzentrieren. da die hardware ja schon halbwegs abgeschlossen ist (zumindest für's erste) und ich jetzt auf die platinen warte, hab ich mich schon mal den code gesetzt um die einzelnen "bestandteile" zu lernen. beim serial bin ich da schon auf ein problem gestoßen: ich hab ja vor, einige daten vom steuergerät (master) auf die terminals (slave) zu lasen. ich such gerade nach dem richtigen weg, diese daten zu schicken. mein aktueller versuchsaufbau: arduino uno (hatte ganz vergessen, dass ich den mal gekauft hab *hust*), lcd-display, isp-programmer und usb-konverter. Über den isp-programmier hab ich die stromversorgung und programmier den uno. diesem ist auch der lcd angeschlossen. den usb-konverter benutze ich, um vom pc (arduino ide) über den serial monitor daten den uno zu schicken, der die erhaltenen daten auf dem display anzeigen soll. u...

Arduino Twitter 'Ethernetn Client' Issue

i have started build petwaterwarden http://makezine.com/projects/pet-water-warden/ , having trouble uploading code arduino uno board.   the link code using below: https://github.com/treeloy/pet-water-warden/blob/master/petwaterwardenwifi/petwaterwardenwifi.ino an error message comes when try verify , upload code, saying  error: 'ethernetclient' not name type , i'm having trouble fixing it.   do have libraries correctly installed? it seems me error due lack of library. do have saw this: http://playground.arduino.cc/code/twitterlibrary do have tried examples of library first? Arduino Forum > Using Arduino > Programming Questions > Arduino Twitter 'Ethernetn Client' Issue arduino

Thread: getting mail to work / php

i have lamp setup on 8.10 here simple php mail script: if($_post['email']) { $to = $_post['email']; $subject = "bla"; $message = "read now"; $headers = 'from: bla.com' . "\r\n" . 'reply-to: al@bla.com ' . "\r\n" . 'x-mailer: php/' . phpversion(); mail($to, $subject, $message, $headers); echo "an alert has been sent."; } no errors returned, nor email sent. ran function: if (function_exists('mail')) { echo "looks php mail() installed/enabled else.."; } else { echo "the problem php mail() not installed or enabled"; } php mail() installed/enabled, there other setting or package need install??? alnot. we'll need more details abnout environment. server on home connection? said connection have static or dynamic ip? etc....

Micro Infrared Bar Code Scanner

Image
posted once, got no replies.   figured try give shot advised direction. any 1 know of arduino micro ir scanner module.  can not pen scanner run along barcode.   the project box, scanner housed, has stay still, , when button pushed scan barcode project box sitting on, , send code application running on computer, tablet or smart phone via blutooth le (bluetooth 4.1)  barcode printed using invisible ir ink ink jet scanner has able read in ir spectrum. any advice apreciated, including if should try micro ir camera , rely on optical recognition software interprate, not barcode, actual invisible ir printed digits. hi, have used "search arduino forum" window in top righthand of screen, try just   barcode, there quite few threads have discussed barcode readers. what describe supermarket laser bed barcode scanner, common items, how connect , read output not in field. however requiring ir , barcode , all, sounds specialis...

Drag+Drop Site Modules - Joomla! Forum - community, help and support

hi, i've simple idea future generations of joomla! a. idea redesigning architecture of site module page ( modules ==> site module allow admin modify contents of joomla!,via drag , drop. b. how to 1. when admin go site module area, he/she can choose modules display, i.e. publish 2. admin can access page, board consists of: a. :left category listing available modules b. rest of page playground area what happen admin choose site modules category, drag , drop within playground area. admin can move modules within playground until have suitable layout his/her design point of view c. why i believe such option - near customizing myyahoo! + mymsn - more applicable admins while working on final retouch before launching website Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information Archived Boards - All boards closed Feature Requests - White Papers - Arc...

Application only works on localhost...why?

i followed examples , created live video stream test app. works when on 1 machine, meaning fms , tomcat both on same machine. but, when try access machine, other machine cannot see live stream. did research on , of them point problem netconnection.connect method. since both apps + fms on same machine, tried .connect ("rtmp:/apps/session"); .connect("rtmp://localhost/apps/sesson"); .connect("rtmp://machine.domain.com/apps/session"); .connect("rtmpt://ip address/apps/session"): all of above works when local machine. but, other machine doesn't work? a couple of questions: 1. ip you're using wan ip or lan ip? 2. fms machine firewalled, , if so, have set firewall allow inbound/outbound traffic on port 1935? 3. network using hub/switch, or router? routers little goofy when using wan ip within network. More discussions in Adobe Media Server adobe