Posts

Showing posts from March, 2013

use leo as HID and Mass storage.

just break down. i have been experimenting leo hid device. controlling esp8266 virtual keyboard , mouse using web interface hosted on esp. it got me thinking else control , using setup. so question if attach micro sd card slot use mass storage well. mass storage mean have sd card show drive on pc. flash drive if plugged 1 in. i viewed lufa project seems lufa hid , mass storage have separate boot loaders. is possible , if can point me towards information me achieve have spent week searching through google results , have not yet found solution or if possible. thanks in advanced!! hid , mass storage different usb device types. don't think single usb device can serve both purposes @ same time. Arduino Forum > Using Arduino > Project Guidance > use leo as HID and Mass storage. arduino

Use Zoom area for basic (linear) animation -- A-ha moment!

Image
no question here; and, sorry if know this; but, had share...   i've been lamenting couldn't -- -- things move around within given slide in captivate.  it's easy enough have things fade in , out using transitions; and, use flash (assuming have access that) create , importing own animations.   but, wouldn't nice have, say, image on screen , have move 1 place another, , able watch move? , relatively easily?   well, had a-ha! moment today -- creative use of zoom area.   place 2 instances of "imagea" on slide, @ desired start , stop locations.  let's call them imagea-start , imagea-stop insert zoom area.  modify zoom area's properties (by double-clicking on both start , destination areas) that: start area:  set frame width 0 (so don't seen outlines image moves across screen) use "no transition" destination area: set frame width 0 click on "select image..." , navigate to/select imagea again.  fill zoom area's destination area imag...

Thread: Windows Vista -- Two HDs

i have windows vista installed on 1 of physical hds (my c:\ drive 250gb capacity). other physical hd (with d:\ , e:\) has 750gb capacity , on 500gb free. new ubuntu , have prepared cd installation of vers. 9.10-desktop-i386. place on same physical drive d:\ , e:\. have finshed complete backup of hd. should partition hd (containing d:\ , e:\) before starting installation, , if yes, how should perform partitioning? thank you! if finished complete backup of second hdd, , assuming windows installation on c:, easiest thing deleting partitions instead of resizing. boot ubuntu cd, try ubuntu option, , open gparted (system-administration). top right select correct hdd. delete partitions on it. click big green tick mark button in gparted toolbar execute commands (otherwise shceduled , exiting gparted not make change on hdd). create 1 or 2 primary partitions ntfs, size as want. leave rest of hdd unallocated, not cr...

Help needed to complete cross-browser GPL template for Joomla 1.0. - Joomla! Forum - community, help and support

hello all, having miserably failed make rhuk_solarflare_ii template work ie6 on joomla 1.0.13 tried work out alternative solution , here temporary result of testing, patchwork template "airdutemps": 3 cols, fixed width using rhuk_solarflare_ii css, eric meyer's global reset ( http://meyerweb.com/ ), alex robinson's css layout ( http://www.fu2k.org/alex/css/index.mhtml )and extended menu ( http://de.siteof.de/index.html ). also, don't remember got reminded drop xml prolog ... lot ! it seems work ok ie6, ie7 windows, firefox 2 win, ubuntu linux , mac; ok konqueror , safari. it not work ie? mac (extended menu doesn't show up). since don't own mac ... forget ! it not work yet when newsflash mod published in "top" position, module output goes left , header image down. haven't figured out why, , found easy solution: don't publish overweight modules! same kind of problem drove me crazy rhuk_solarflare_ii: main menu stubbornly 12 px wider left co...

Mutli-Part / Multi-Page Forms / Event Registration with Payment - Joomla! Forum - community, help and support

Image
are there event registration components/modules joomla can both register event , send payments registration fees?  1 allows conduct registration , payment of different pages... look through page , see if there helps you.: http://extensions.joomla.org/component/option,com_mtree/task,search/itemid,35/searchword,event%20registration%20components/cat_id,0/ Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

How do I avoid a frame around an image?

my images frame around them when add link. don't want frame. how rid of frame? not frame (that's else).  image border.  remove borders linked images on site, add css.   a img {border: none}     nancy o. alt-web design & publishing web | graphics |  print | media specialists www.alt-web.com/ www.twitter.com/altweb More discussions in Dreamweaver support forum adobe

Thread: Batch rtf -> txt with unRTF

i want turn folder of rtf files <filename.rtf> filename.txt unrtf. ideas? file in *.rtf; do unrtf --text $file done doesn't seem work. try code: for file in $(ls|grep *.rtf); unrtf --text $file; done Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] Batch rtf -> txt with unRTF Ubuntu

Solo me realiza la secuencia una vez

Image
estoy investigando el función millis() y realice este pequeño ensayo, la cuestión es que me lo gestiona bien la primera vez, después solo se enciende el led mientras presiona el pulsador otra cuestión, la interrupciones no son muy compatibles con la función millis, ya se que no es con el delay() por esa razón estoy mirando esta función aparte de parecerme interesante. code: [select] float s,r; int led=13; int pulpers=6; void setup()    {   serial.begin(9600);                pinmode(led, output);        pinmode(pulpers, input);    } void loop()    {        if (digitalread(pulpers))           {                 prende();           }              } void prende() {   digitalwrite(led, high);   s=millis();   while (r < ...

Erro no servidor - Joomla! Forum - community, help and support

Image
olá, quando instalado o joomla em local sempre está td certinho... quando instalado no servidor de hospedagem permissões devem ser alteradas, devido configurações deles. bem, instalei no meu serv. de hosp. o joomla e configurei td certin, mas quando estou em administrador que vou adicionar conteúdo, qualquer categoria que seja, aparece uma mensagem no roda-pé da janela: essa página contém erros! e não consigo postar o conteúdo. É comum esse tipo de erro, ou houve problema na instalação? se eu tiver que re-instalar o joomla, perderei todo meu material postado? caramba, não sei como resolver isso... talvez isso seja problema de como está entrando na administração, por exemplo. http://www.seusite.com.br http://suesite.com.br são dois endereços diferentes, e aí o editor joomla não consegue trabalhar. e pra saber qual dos dois você tem que acessar, você precisa ver como está no seu configuration.php mas de quaquer forma, entra na administração com os dois jeitos pra ver qual vai dar certo...

How do I create a sequence selection Button

Image
hello, ladies , gentlemen. hope create script selects sequence of instructions per button press , after set amount of time executes program. allows me time scroll through sequences. aim of each sequence set different pattern on flasher via pulses. if it's possible i'd 4 or more selectable sequences allow me other types of flasher. further this, adding relay selects between ground , vin come when have basic program working intended. the states in code leds show sequence have selected here have far: code: [select] int relaypin = 5; int buttonpin = 11; int oldbuttonstate = high; int x = 0; int state1 = a0; int state2 = a1; int state3 = a2; int state4 = a3; void setup() { // put setup code here, run once:  pinmode(relaypin, output);  pinmode(buttonpin, input_pullup); } void loop() { // current state of button   int newbuttonstate = digitalread(buttonpin);   // has button gone high since last read it?   if (newbuttonstate == high && oldbutto...

Red Eye Removal in CS3

hi, stupid question how change colour of eye using red eye tool? thanks hazard1yard wrote:   hi, stupid question how change colour of eye using red eye tool? thanks you don't! make selection round iris; create hue/saturation adjustment layer, , play hue slider.   that's quick , dirty method, there plenty of other ways . More discussions in Photoshop Windows (read only) adobe

RS 232 AC Servo serial comunication

hello guys. i wonder if has experienced ac servo motor serial communication. i grateful can provide. i have  1 servo china and  arduino mega. using serial port mini rs232 ttl converter adaptor module board max3232 arduino. i made communication driver , can turn on servo motor hire code:   code: [select] #include <modbusmaster.h> // instantiate modbusmaster object modbusmaster node; void setup() {   // use serial (port 0); initialize modbus communication baud rate   serial.begin(9600);   serial1.begin(9600, serial_8n2);   // communicate modbus slave id 2 on serial (port 0)   node.begin(2, serial1); } void loop() {   static uint32_t i;   uint8_t j, result;   uint16_t data[6];   result = node.writesingleregister(3, 1); //so in code number 3 parameter turning motor on or off.communication working because when upload code 1 motor power.if upload (3,0) motor turn off.and can change parameters via code dont know witch ...

Estimating time to download a file (FLV / MP3)

i trying estimate how take user download mp3 /flv file.     private function init():void {                _netstream = new netstream(_netconnection);                               _netstream.play(test.flv");                 _netstream.client = _metadataobj;                 bandwidth = new timer(3000,1);                 bandwidth .addeventlistener(timerevent.timer , oncalculatebandwidth, false , 0 , true);                 bandwidth .start();      ...

Volume Correction making larger differences in volume, not smaller

i have series of recordings of narration go on captivate demonstration. thought great idea match volume of each clip volume of first one, used volume correction tool.   however instead of clips being same volume afterwards, louder ones made louder , quieter ones quieter. there massive difference in volume between them noticeable play in sequence.   so far i've tried match file account perceived loudness, match value account perceived loudness, , match file without account perceived loudness.   the clips close in volume before started , contained single voice, same 1 clips.   am doing wrong here or tool broken? More discussions in Soundbooth adobe

jce lightbox - Joomla! Forum - community, help and support

Image
ik zit met een probleem met een plaatje. ik heb een klein thumbnail toegevoegd door middel van de image manager in de jce editor ook heb ik de mambot jce utilities geinstalleerd en gepubliceerd. daarna heb ik een link gemaakt naar het originele plaatje en daar de class 'jcebox' aangegeven. nu ga ik via de frontend kijken of deze link werkt, helaas. hij popped heel snel omhoog, maar ook direct weg en gaat direct naar het plaatje, maar zonder lightbox . voorbeeld: http://www.janvierfans.nl/content/blogcategory/39/87/ en dan het onderste plaatje bij 'rudy & samara' edit: ik maak er een beetje een zootje van vanmorgen  .. ik ben bang dat het niet gaat werken ik gebruik altijd image manager extended daarmee het geheel geautomatiseerd een aanrader. om deze plugin te kunnen downloaden moet je lid worden voor iets van 15 euro en mag je een jaar alles downloaden. Board index Joomla! International Language Support Internatio...

Flasher un ESP8266 sans Arduino IDE (avrdude?)

bonjour, une partie de mon projet provient de code extérieurs et je ne voudrais pas donner accès librement à l'ensemble cas de distribution. donc pour déployer ma solution chez des clients potentiels je voudrais uniquement leur envoyer le code compilé sous format "bin". mais ensuite il faudra que mes clients puissent "uploader" cette configuration. est-ce que "avrdude" est une possibilité ? l'un d'entre vous l'a-t-il déjà utilisé sous windows vers un esp8266 ? si oui merci de me donner un exemple de ligne de commande ... pour démarrer :-) ou toute autre méthode... merci ! bonjour avrdude , dédié aux microcontrolleurs avr, ne convient pas. -> observez la ligne de commande utilisée par l'ide arduino pour lancer et contrôler le flashage d'un esp8266 à l'aide de l'utilitaire   esptool exemple sous windows: c:\users\al\appdata\local\arduino15\packages\esp8266\tools\esptool\0.4.9/esptool.exe -...

Code upload errors

can help? arduino: 1.8.2 (windows 10), board: "arduino/genuino mega or mega 2560, atmega2560 (mega 2560)" sketch uses 120266 bytes (47%) of program storage space. maximum 253952 bytes. global variables use 6136 bytes (74%) of dynamic memory, leaving 2056 bytes local variables. maximum 8192 bytes. avrdude: verification error, first mismatch @ byte 0x023b          0x5f != 0x4f avrdude: verification error; content mismatch avrdude: verification error; content mismatch this report have more information with "show verbose output during compilation" option enabled in file -> preferences. do exact same error every time try upload?  if so, seems flash memory ('program storage space') maybe broken. quote this report have more information with "show verbose output during compilation" option enabled in file -> preferences. sounds reasonable thing try.  maybe additional information provide ...

Medicine weight sensor

hello. new arduino. ask assistance on project. working on weight sensor medicines count how many pills container weighing. for example weight sensor weighs 50g of pills. how can make device count how many pills there?  thank in advance quote from: phoqueue on jul 01, 2017, 03:49 pm how can make device count how many pills there? measure weight, subtract weight of container, , divide weight of 1 pill. Arduino Forum > Using Arduino > Project Guidance > Medicine weight sensor arduino

Décodeur de trame sur 433MHz

Image
bonjour, quelqu'un a-t-il mis à disposition sur arduino, un soft afin d'identifier et éventuellement de décoder les trames se baladant sur la fréquence de 433mhz. ou bien pouvez vous m'indiquer le meilleur moyen de le faire avec l'aide d'un raspberry pi ou sous osx ? j'ai réussi à retrouver mes trames pour mes capteurs oregon, mais je vois beaucoup de monde passer (merci le voisinage) et je me dis qu'il y peut d'être des capteurs ou autres sondes météo dans le coin (j'ai vu un pluviomètre de loin). pour info j'utilise une carte emontx arduino shield de chez openenergymonitor merci  bonjour moyennant l'acquisition d'une clef usb rtlsdr le logiciel rtl_433 doit faire l'affaire. perso : testé avec satisfaction avec un pc sous linux semble ok également sur raspberry pi : https://enavarro.me/jouer-avec-une-cle-rtlsdr.html Arduino Forum > Inte...

Thread: Anyone have a tungsten E?

i wondering if had tungsten e around. while back, there project ported linux onto palm tungsten e, however, project dead, , links borked. have got linux on palm opie (which looks similar kde3). anyways, wondering if interested in copy of dd image, however, note of warning: data wiped palm (unless it's on sd card.) backup, , also, not 100% of hardware detected, soundcard wasn't found on mine. many things work. i'm not posting if nobody has tungsten e. please post if want it. well. no 1 answered, thought i'd provide link regardless. Forum The Ubuntu Forum Community Ubuntu Community Discussions The Cafe Anyone have a tungsten E? Ubuntu

Thread: Lucid Lynx Release Party Flyer

Image
here proposed flyer release party in april. please let know think. there plenty of time make changes/edits or start on scratch if need be. have added line plug co-hosting , added logo below ours. attached files lucid release flyer.odg (99.7 kb, 11 views) lucid release flyer.pdf (58.2 kb, 46 views) the flyer looks fine me. location bit out of way me. live in tonopah. don't relish 130 mile round trip lucid. i'm having sad experience in karmic koala kubuntu. copper wire dialup. bugs in modem-manager. weird changes in kppp. new networkmanager few have knowledge, or hands-on experience. forum great. nice folks. community. awhile now, i've been wondering if plug start kind of forum. no 1 seems want moderate/admin that. big job, guess. keep f...

PHP agic quotes "on" - Joomla! Forum - community, help and support

my host support sais magic quotes off due security problems. joomla 1.0.13 wants on (currently complaining in config panel it's off). put in "php_flag php magic_quotes_gpc on" @ bottom of .htaccess in root of site seems advised in these forums., reload config page , warning still there! what have screwed on? cantthinkofanickname wrote: my host support sais magic quotes off due security problems. joomla 1.0.13 wants on (currently complaining in config panel it's off). put in "php_flag php magic_quotes_gpc on" @ bottom of .htaccess in root of site seems advised in these forums., reload config page , warning still there! what have screwed on? try "php_flag magic_quotes_gpc on" don;t know if work host requiring set off though. Board index Joomla! Older Version Support Joomla! 1.0 Installation - 1.0.x

AMT subsystem failure error:1

i have found problem cs4. after reinstal doesn´t run , window amt subsystem failure open. tried remove , reinstal it. doesnt work , de instalation program show problems. solve this? you may need flexnet service. see document: error "licensing product has stopped working" when launch acrobat 9 or adobe creative suite 4 products More discussions in Photoshop Windows (read only) adobe

Mosfet surriscaldato e cella di Peltier

Image
sto utilizzando un mosfet di tipo: p11nk50fpz per il controllo proporzionale ed integrale di una cella di peltier tec1-12706, ma il mosfet si riscalda tantissimo!! quale può essere il problema?! buonasera, prima di tutto, essendo il tuo primo post, nel rispetto del regolamento ( … punto 13, primo capoverso ), ti chiedo cortesemente di presentarti qui ( spiegando bene quali conoscenze hai di elettronica e di programmazione ... possibilmente evitando di scrivere solo una riga di saluto ) e di leggere con molta attenzione il su citato regolamento ... ... poi, questo non è un forum di elettronica generale, questo è il forum di arduino.cc dove si fornisce aiuto agli utenti su problematiche che coinvolgono direttamente collegamenti e la programmazione di  arduino . ora, non mi sembra ( ... ma potrei sbagliare ) che tu stia parlando di arduino , ma stai ponendo, appunto, domande di elettronica generale, per cui, stando così le cose, debbo chi...

Thread: Network going down repeatedly

hi, few weeks ago started problem wired network, goes down after few minutes or less that. first noticed problem after new years eve , during vacation had configured wireless network. wireless network working though, it's wired network stops working after short while. when invoking ifconfig can not see problem though , nothing in /var/log/syslog either. don't know if problem caused since configured wireless network or if coincident problem occurred after that. have removed wireless network , turned off wireless network phisically on pc (there button that) still have problem. annoying, can't work hope can me out here! btw, using ubuntu 9.10 just thought have tried different eathernet cable? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] Network going down repeatedly Ubuntu

Simple Photo gallery - Javascript and/or CSS help needed - Joomla! Forum - community, help and support

Image
i have been trying simple css , javascript gallery , running http://www.avocahousedesign.com/test it script stu nicholls , elegant http://www.stunicholls.com/gallery/photo_click.html. as can see cannot large image show - know javascript working images clickable , text changes. can help. the big picture shows me in ff on mac.  Board index Joomla! Older Version Support Joomla! 1.5 Templates for Joomla! 1.5

Minimum Read Frequency for Rotary Encoder

hi, working on project on arduino uno planning use rotary encoder. plan have non-time critical main loop , set timer interrupt handle reading encoder. is there reference frequency @ need timer interrupt called relative ppr of encoder in order have read accurately? thanks! what encoder for? knob turn hand @ 5rpm or 1024-count encoder on motor shaft spinning 50,000rpm? if used timer, you'd want read encoder @ least 4 times faster ever change 1 bit. knob turned hand, big fractions of second, timer unnecessary. shaft turning fast waste of time - use pin interrupt , read encoder when changes. Arduino Forum > Using Arduino > Project Guidance > Minimum Read Frequency for Rotary Encoder arduino

Using a Captivate Touch Sensor as a button to control a servo motor.

hi, i'm trying mpr121 arduino shield button if push sends power servo motor. want servo motor go , forth (sweep preset). i've tried using "if" , "then" statements. it's not working, shield reading fingers , showing output on serial monitor, it's not moving servo motor. help! here's code: #include <wire.h> #include "adafruit_mpr121.h> adafruit_mpr121 cap = adafruit_mpr121(); uint16_t lasttouched = 0; uint16_t currtouched = 0; void setup() {   pinmode(led_builtin, output);   while (!serial);        serial.begin(9600);   serial.println("adafruit mpr121 capacitive touch sensor test");       if (!cap.begin(0x5a)) {     serial.println("mpr121 not found, check wiring?");     while (1);   }   serial.println("mpr121 found!"); } void loop() {     currtouched = cap.touched();     (uint8_t i=0; i<12; i++)...

Thread: lost ability to boot into ubuntu after repartition

i wanted update latest ubuntu short couple of gigs in linux partition. created gparted live bootdisk , repartitioned hard drive: took 5 gigs mac os partition , moved linux partition... after no longer see boot option aside mac os when starting computer option key held down. thought maybe refit might solution (i have no idea i'm doing really) , installed refit. i'm not sure achieved - can still see 1 boot option (mac os - although it's named 'refit'...) please me revive linux partition , possibly rename mac os boot volume 'mac os' in bootloader screen. i'm wondering if has grub afraid cause further damage. cheers! clém i reinstall grub first , sync partition tables. live cd, go shell , perform following: code: grub-install /dev/sda (sda hard drive containing linux, check that) boot refit , sync partition table partition tool. ...

Simple question for absolute newbie - editor access to some content not all - Joomla! Forum - community, help and support

hi - a simple question. i making k-12 intranet joomla - give faculty heads abillity edit own page (for example there tree structure like: faculties     -secondary           -science           -englsih     -primary         etc         etc what create users apprpriate heads of subjects give them acesss edit department. english head edits english opposed editor role whole site. can ayone please? dont see how can achieve - in advance amfony wrote: hi - a simple question.  not really, see i making k-12 intranet joomla - give faculty heads abillity edit own page (for example there tree structure like: faculties     -secondary           -science           -englsih     -primary         etc         etc what create users apprpriate heads of subjects give them acess...

LCD - 2 Different Circuits

does know if smaller red board on of lcd comes off? on internet i'm seeing 2 different ways hook lcd , can't work red board on i'd try without it. there no need remove backpack. i2c simpler wire when using arduino pin control. also, without proper de-soldering tools device can damaged when attempting remove backpack. all need proper library. with right library can simpler use well. i suggest use hd44780 library package. unlike other libraries, hd44780 library can autodetect backpack device. it faster , has additional capabilities on other libraries. i have exact same backpack , have tested library. hd44780 can , installed using ide library manager. you can read more here: https://github.com/duinowitchery/hd44780 the git repo page includes information library including how install library. i highly recommend use ide library manager , not attempt install manually or using zip install. the i/o class use device backpack hd44780_i2cexp. the library...

Thread: Cant access windows shared network from ubuntu and vice versa

when first installed ubuntu on laptop access shared folders had put on network windows through ubuntu, read , write files, copy , paste them etc. tried going places>network , error: failed retrieve share list server never used this, in fact when went places network not called "network", own title. can connect server ip address, lets me take files windows network, , not other way around. have 2 issues 1. cannot place files on network ubuntu laptop 2. cannot connect shared folder network places before i have had little quirkyness in area. when id go place/ network/ win network other computer(win) not show. solve first connect using "connect server". should able see other files. right click on folder , create link. stay permanent link under places , has never failed me. going windos ubuntu have problems. fixed, me anyway, first connecting ubuntu computer win computer. @ point i'm go....

Gradauated filter tool lines missing

i using lightroom 2.3. have noticed 3 lines associated graduated filter tool (the ones show start, mid-point , end of graduation) have disappeared. graduation effect (exposure, saturation etc) can seen, without lines.   would appreciate in correction problem.   thanks did press "h" key? shows / hides lines. More discussions in Lightroom Feature Requests adobe

(Maybe) Fried MEGA16U2 chip?

hello, yesterday experimenting arduino , accidentally touched 12v1.5a digital pin 2 second on arduino uno r3 the code trying works cant send new code on arduino i tried removing atmega328 chip, shorter tx-rx pins , tried send on serial monitor nothing happens, tx-rx led's not working, tried atmega328 chip still nothing is mega16u2 chip dead? if buy arduino compatible board , switch chips there chance work? (update) tried upload blink example cp2102 usb serial , worked, tried pin2 led , worked too probably dead, otherwise loopback test should work. , of course, can use atmega328p board if good. Arduino Forum > Using Arduino > Installation & Troubleshooting > (Maybe) Fried MEGA16U2 chip? arduino

音声の編集点でプチッ!

はじめまして お助けください 音声の編集点、インとアウト点で「プチッ」と ノイズが入ってしまいます。 毎回ではありませんが、ノイズが入る方が多いです。 ラバーバンドを使いフェードインにして、イン点を無音にしても「プチッ」と入りダメです。 カミソリツールで最初の部分をカットしても ダメです。 BGMをのせれば、消される程度なのですが、 ナレーションなど素音のままだと気になります もうお手上げです。どうぞご教授くださいませ 使用環境 windowsXP home      premiere6.5 cpu   p4 2.66ghz メモリー   768mb hdd   120g+120g+160g キャプチャー matrox x100  Premiereコミュニティフォーラム (Japan) でのその他のディスカッション adobe

Collaboration Project- Experienced Coder Needed

looking research on home automation. im offering buy necessary parts , hardware in return writing code. project educational purposes , not profit in way. if interested please let me know. quote im offering buy necessary parts , hardware in return writing code. what should code do? Arduino Forum > Community > Gigs and Collaborations > Collaboration Project- Experienced Coder Needed arduino

Help, my screen is too small!

so i've purchased new compaq mini, indeed name suggest, mini; max screen resolution 1024x576.   when try install indesign, setup wizard tells me screen resolution small. there work around this?? there version on indesign more suitable me? know way force change screen resolution, if temporarily?   many thanks if can hook external monitor can try that, otherwise, machine not suitable running indesign. many of dialog boxes taller 576 px.   bob More discussions in InDesign adobe

Thread: script to shuffle music files

does how can shuffle mp3 files before drag them on player? little d-wave mp3/4 player not shuffle songs. can little boring. use banshee drag , drop songs without problems , banshee play tracks randomly. did see thread on forum looked shuffle files in directory have not been able find again. system is: ubuntu karmic banshee 1.6 cpu amd64 x2 5200+ drive 160g chipset geforce 6100 nforce 405 not solved, have found way shuffle songs in mp3 player - have make sure tracks in same folder. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Multimedia Software [ubuntu] script to shuffle music files Ubuntu

how do I restart a scene

this might not question, haven't found on searches.        have scene in movie in on ,and want restart scene in scene button using actionscript.      how that? put frame label in starting frame , have button coded tell movie gotoandplay("frame label") More discussions in Adobe Animate CC - General adobe

Arduino Wireless Solenoid Control

hello, new arduino world. have far made couple project guidance of online tutorials, ambition has far exceeded abilities. i'm trying accomplish simple or impossible, don't know enough recognize 1 way or other. what i'm trying control 8 solenoids remotely. i have following equipment: 2 arduino uno's 2 nr24l01 bluetooth units 1 funduino joystick shield and associated mosfets, solenoids, powersupplies, diodes etc... initially wrote basic code make solenoids oscilate , forth using air supply , connected airbags, , worked. i able push joystick down , fire 4 solenoids @ once. then each direction up, fire 2 down 2, left , right well. imagine having airbag on each corner , wanting control them letting air out. know super complicated , terrible @ explaining this. imagine way out of wheelhouse. not have problem using if there service available coding , schematics. thanks , again sorry ignorance. appreciated. why don't start writing little progra...

arduino mini project

i trying find components measure tempreture , % of moist in air. a thermometer find tempreture , send processor , if tempreture above 28 degree c activate fan , , if below 22 degree c power heat source. a hygrometer measure moist un air ,and again according condition activate component. my choice si7021. modules cheap, small , have i2c. Arduino Forum > Using Arduino > Project Guidance > arduino mini project arduino

Taster mit Interrupt entprellen

Image
guten abend gemeinde, bin seit ein paar wochen angefixt vom arduino und komme nicht mehr weg von dem  habe schon einige tutorials durch und auch schon einiges "gebastelt" mit den kindern zusammen. jetzt zu meinem problem. irgendwie hab ich einen knoten im hirn. versuche seit stunden auf die lösung zu kommen. aber ich komme nicht weiter. ich mit einem taster die hintergrundbeleuchtung einem lcd ein- und ausschalten. das klappt mit dem anhängenden sketch super. ich dachte nur ich kann das irgendwie in einem rutsch in der isr erledigen ... nur wie ich hoffe ich bekomme einen schlag auf den hinterkopf  auch falls sonst irgendwelche fehler im sketch sind (auch wenn er geht, heißt es ja nicht das er gut ist  ), freue ich mich über verbesserungsvorschläge. danke im voraus! bin für jeden tipp dankbar. schönes restwochenende ! code: [select] // wire bibliothek inkludieren für die i2c kommunikation (sda, scl) #include <wire.h> // i2c-lcdisplay bibliothe...

Upload failed programmer not responding

i have uno , got avrdude: stk500_recv () : programmer not responding. error message. used photoresistor. temperature sensor. servo motor , 7.2v battery bank 6 batteries 1.2v each connected barrel jack. servo connected pin 9 and power connected vin temp sensor pim a1 power connected 3.3v , aref see picture. ignore light sensor , yellow jump wire light sensor pin a0 power 5v pin ive done loop test , without chip. both passed. ive had happen me before went away next time uploaded code (different project ). , cant smell weird. l led not blink when plug in , power light on .hope can help were able upload sketches before this? i remove , upload sketch. Arduino Forum > Using Arduino > Installation & Troubleshooting > Upload failed programmer not responding arduino

How do I save a custom brush without the default spacing?

every time try save brush tip spacing gets changed 25% messing i'm trying do. i've tried changing spacing 1%  , save brush again when click on new 1 spacing again 25%.     (although i'd rather have 0. 1% still leaves me weird translucent effect when make the brush smaller. , yes brush set normal , not translucent. airbrush off well.)     is there way fix or should give on making own brushes if result every time? you need check acr version supports camera , download acr version. replace existing version , should able use pse-editor cameraa raw editor     + ripple More discussions in Photoshop Elements adobe

I would prefer title displayed in 1st post to be smaller. When it is a long question it takes up a huge amount of space!

there, said it.   i imagine many of have monitors wrap around design stuios bet not many of 'em go floor ceiling!  if you're on small monitor title in first post can take lot of space.   regards   martin heh. hear that!   as temporary fix, may want try script if you're running firefox. (requires loading stylish or greasemonkey plugin.)   http://userstyles.org/styles/16875 More discussions in Forum comments adobe

Send SMS using Uno and elecfreaks SIM900 breakout bord

i'm trying send sms uno. code i'm using is: code: [select] [/ void do_the_switch(void){   if((pos=="u1front")&&(switch_state=="on")){//verify light position , switch state be.     digitalwrite(u1frontsw,on);              //switch on light.     temp='\"'+phone_num+'\"';                //format phone number read sms     serial.print("temp=");     serial.println(temp);     myserial.print("at+cmgs=\"+27716758370\"\r"); //initiate sms sending     delay(5000);     myserial.println("u1front switched on");   //send confirmation sms of switching done.   }code] it doesn't seem initiate sending of sms. confirmation sms not sent. can respond? take @ bottom of page link in signature... ...

Loading language version for different areas automatically - Joomla! Forum - community, help and support

Image
hello! let's imagine have site few languages supplement. possible use little script determine user came , load language version user automatically? for example, users belgium, france, canada french version, users germany, austria, switzerland, luxembourg german version, users russia/ukraine/belarus russian 1 , others english default language. sure, there little funny things bilingual countries canada, switzerland or belgium, not matter now, think, users thankful if language in use first visit. for example, live in russia , our users russian loaded first, english colleagues want u.k. , irish people  english version default. well... joom!fish has mambot request?  sulpher wrote: hello! let's imagine have site few languages supplement. possible use little script determine user came , load language version user automatically? for example, users belgium, france, canada french version, users germany, austria, switzerland, luxembourg german version, users russia/ukraine/belarus rus...

Thread: where is the synaptic folder that I need?

i sorry if idiotic question ever posted, trying follow instructions on how fix flash issues ( link ) have been having , 1 of steps go synaptic folder remove , add things. looked folder , came many folders of same name different contents. question folder need in acomplish task? running 9.10 64 bit. have not done file system since installing, don't imagine folder anywhere weird. otis you need work synaptic package manager program (not folder) system--> administration menu. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] where is the synaptic folder that I need? Ubuntu

Thread: can you use the ipod nano or ipod touch on linux ubuntu

Image
i want new mp3 player cuz old 1 broke. somewhere heard ipods can work on linux ubuntu. true? there linux version of software take? without jailbreaking ipod it's possible, depending on model. i'm no pro, correct me if i'm wrong pleaase, lot of friends have kinds of ipods/zune (i'm in army, spend lot of time them)... rythmbox can read models of ipod, can't change music in them. using hipo or managing software can change on models (but not touch/phone). however, think easiest way ipod or zune virtualbox windows xp or 7. can start machine , download newest itunes/zune software it, , use you're used doing. because of lack of commercial support software in linux (for obvious reason...) it's pain through linux directly. possible, simpler mp3 players way go me on it's easier, faster, , doesn't require running mac or windows or itunes/zune inside make easy... ...

Arduino installa a board and the compiler doesn't recognise it.

i have written code program , compiled it, installed , run it. ok some time later, 2 weeks, when ran error. when come compile program error board nodemcu (platform esp8266, package esp8266) unknown error compiling board nodemcu 0.9 (esp-12 module). e.g. the  "tools- board selection" identifies board board "nodemcu 0.9 (esp-12 module)" programmer: "arduinosp" seems correct. no compilation carried out straight board error. is compiler error? the "board ... unknown" error occurs when boards manager installation of different version of hardware package fails uninstall previous version. here's how solve it: click link on line following file > preferences > more preferences can edited directly in file . open arduino15 folder. navigate packages/esp8266/hardware/esp8266 folder. you see 2 folders. 1 named version of package have installed, other named version of package had installed. delete folder previous ver...