Posts

Showing posts from March, 2011

Hi, I tried another forum but no one...

Image
ok, found code , learned does, unfortunately, still can't figure out how change  code have rely on 1 ping sensor. need help, , i've tried everything. learned python simplify , understand code better. (i my, it's not mine, borrowed majority of it. ) i'd prefer if of guys keep pretty humane comments.here code. not comments. please nice, i'm noob. quote //sketch written imm//rroboto convert rc truck robot using 3 ping sensors, //an arduino uno , //seeed studio motor shield.  built upon ping example code //tom igoe , motor //shield tutorial sketch seeed studio. int pini1=8;//define i1 interface int pini2=11;//define i2 interface int speedpina=9;//enable motor a int pini3=12;//define i3 interface int pini4=13;//define i4 interface int steerpinb=10;//enable motor b int speed_drive =420;//define speed of drive motor int speed_steer =1524;//define speed of steering motor const int pingpin_r = 7;//sets pin ping sensor on right side of car const int pingpin_c = 6;//

US-100 Ultrasound sensor doesn't work

            hi im using arduino mega 2560, , tried connect us-100 ultrasonic sensor distance measurement. i connected shown in image below(conn.jpg). the code used was: const int trigger=6; const int echo=7; float distance; void setup(){ serial.begin(9600); pinmode(trigger,output); pinmode(echo,input); } void loop(){ // trigger us-100 start measurement // set trigger digitalwrite(trigger,low); delaymicroseconds(5); // start measurement digitalwrite(trigger,high); delaymicroseconds(10); digitalwrite(trigger,low); // acquire , convert mtrs distance=pulsein(echo,high); distance=distance*0.0001657; // send result uart serial.println(distance); delay(50); } but won't work, in output 0.00 cm shown in image sm.jpg can tell me if i'm doing wrong(also, tried putting 2 probes between vcc , 1 of gnd pins, , resistance shown.this should mean sensor isn't broken.yes?)? first time using arduino , appreciate fix this. Arduino Forum

projeto mood lamp

o codigo abaixo alterna cores de led usando sistema rgb sao usados leds verm,azul,verde estou com duvida em um trecho: code: [select] float rgb1[3],rgb2[3],inc[3]; int red,green,blue; int redpin=11,greenpin=10,bluepin=9; void setup() {   randomseed(analogread(0));   rgb1[0]=0;   rgb1[1]=0;   rgb1[2]=0;     rgb2[0]=random(256);   rgb2[1]=random(256);   rgb2[2]=random(256);        }   void loop() {   randomseed(analogread(0));     for(int x=0;x<3;x++) //aqui ele subtrai 0 de um numero aleatorio ,mas nao entendo necessidade   {                                // da divisao /256     inc[x]=(rgb1[x]-rgb2[x])/256; }       for(int x=0;x<256;x++)   {     red=int(rgb1[0]);     green=int(rgb1[1]);     blue=int(rgb1[2]);         analogwrite(redpin,red);         analogwrite(greenpin,green);             analogwrite(bluepin,blue);     delay(100);         rgb1[0]-=inc[0];     rgb1[1]-=inc[1];     rgb1[2]-=inc[2];   }       for(int x=0;x<3;x++)     {       rgb2[x]=random(556)-300;  

Gaming OSes: Which One's For You? - Raspberry Pi Forums

so, i've been asking myself this. prompted me make thread people find right distro indulge in gaming delight of past. retropie: retropie popular 1 out there far. 1 of first distros had gaming , emulation @ heart. 1 not user friendly, however. take them haxxing skillz set fully. have support more systems, though. it's if wanted try hand @ arcade machine. recalbox: system of choice. far user friendly. after either plugging ethernet or keyboard once , set wifi there, works there. has plug , play ps3 controller support, built-in kodi. if want make emulation console/media box, want one. piplay: 1 based off raspbian, has desktop interface 10-foot one. pretty good, takes bit of hacking set everything. built arcade machines in mind, go-to if retropie isn't cup of tea. raspberrypi

How many templates does your Joomla site on average use? - Joomla! Forum - community, help and support

on average, how many site templates create per joomla site? poll runs till wed apr 27, 2044 10:36 am 1 7 100% 2-4 0 no votes 5-8 0 no votes 9-15 0 no votes 15+ 0 no votes   total votes: 7 your vote has been cast. i looking @ else's site inherited has 15 templates. mine have 2-4. wondering people's strategies here are. mine is: 2-4 templates , 1 centralized stylesheet. Board index Other Forums The Lounge

Did NOOBS just kill my SD card? - Raspberry Pi Forums

yesterday attempted install noobs onto sandisk microsdhc 8 gb. used sdformatter default options, quick format , format size adjustment off. (the noobs setup page not give information options use, readme in noobs.zip says turn on format size adjustment, 1 part of confusion) after booting, installer tried expand fat32 partition. never got past part after 10 minutes stuck, unplugged pi. plugged in , same thing occurred. after reboot, pi gave me error saying not being able set partition. after that, sd card collapsed. not boot @ all, , not recognized @ on windows pc. tried search in diskpart , gparted both said there nothing found. gave , tried another, identical, sd card. reading readme, noticed says turn on format size adjustment, do. drag on files in noobs.zip , boot pi. gets way install screen asking distros want install, far further previous sd card got. choose raspbian , starts set partition it. ends failing. gives me similar error message , blank window size of distro installer alon

TIP120 transistor base current from arduino

Image
hello! im using tip 120 transistor drive solenoid 12v , 1.5a cant work when use analog pin directly base close transistor?  the thing works if have smaler transistor helps tip 120 "close".  do need 2 transistors drive solenoid? have tested use flyback diode , without resistor , doesnt work either when have tip120. the smal transistor s8050 this wiring works photo host this wiring doesnt work how print screen quote cant work when use analog pin directly base close transistor? well should, must doing wrong. have set pin output in setup function? i surprised circuit works works. there no pull resistor on smaller transistor there no source current base. again must doing other show in first diagram. quote do need 2 transistors drive solenoid? no. quote i have tested use flyback diode put need it. quote and without resistor put or damage arduino. Arduino Forum > Using Arduino

Thread: Can no longer mount 2 hard drives after upgrade to 9.10.

i upgraded 9.10 today , won't see 2 250 gig ntfs drives. i've played around bunch , still can't seem mount it. xp , still view drives no problem. both of them auto mount again. 3 other ntfs partitions still auto mount no problem. oh , times when restart ubuntu can't see 1 of drives @ in mount manager , in gparted. can 1 help? need able use drives. the update might have, reason, uninstalled ntfs-3g. open terminal , enter following: code: sudo apt-get install ntfs-3g that should install you, if removed it. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [SOLVED] Can no longer mount 2 hard drives after upgrade to 9.10. Ubuntu

ต้องการเซ็ตเว็บให้ default encoding เป็น utf-8 ต้องทำอย่า&#3591 - Joomla! Forum - community, help and support

Image
ต้องการเซ็ตเว็บให้ default encoding เป็น utf-8 ต้องทำอย่างไร  ช่วยแนะนำให้ด้วย รออยู่ครับ  Board index Joomla! International Language Support International Zone Thai Forum

Thread: wg311v3 installed and worked,now won't install

i have been trying install wg311v3 wireless card. downloaded copy of 6.10 , installed ndis-common , ndis-utils installed ndisgtk , used install wireless drivers. worked fine. in proccess of learning tweak ubuntu messed more fix reinstalled ubuntu. can not wireless drivers install. using same comp,the same 6.10 disk,the same drivers , ndis programs. can not figure out whats wrong. ndisgtk loads drivers recognize card,there alias wlan0 wrote , placed in modprobe.d iwconfig says there no wireless extensions. have reloaded 5 times including ubuntu drivers not load right. know fix this. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [SOLVED] wg311v3 installed and worked,now won't install Ubuntu

Changing default compiler flags

is there easy way modify compiler flags used build sketch? as far see -wall not turned on @ , -os default optimization level. how change these arduino ide 1.5.8? look file platform.txt http://forum.arduino.cc/index.php?topic=262231.0 Arduino Forum > Using Arduino > Programming Questions > Changing default compiler flags arduino

Unable to save pages in MoinMoin [Solved] - Raspberry Pi Forums

hello everyone, noob here. tried installing moinmoin today , i'm unable save pages; keep getting 500 server error. i've googled , seen moinmoinquestions page on official website can't understand how fix problem. please tell me simple fix? appreciated. thanks. melichrous wrote: hello everyone, noob here. tried installing moinmoin today , i'm unable save pages; keep getting 500 server error. i've googled , seen moinmoinquestions page on official website can't understand how fix problem. please tell me simple fix? appreciated. thanks. version of moinmoin? how did install it? (i'm using moinmoin version "moin-1.9.8" on "boot mounted" usb stick in model b2 pi export "raspberry pi webpages" - see link in sig.) trev. raspberrypi

How to collect data from a 5 wire force sensor using an arduino?

Image
hello, this first post here, please excuse me if i'm doing wrong. i'd hello community! disclaimer, first experience programming , first time using arduino, i'm struggling bit. here problem. have force sensor strain gauges connected in wheatstone bridge (4 wires) additional shielding (5th wire). precise, i'm using km102 k 0-100n sensor rated stretching company mofo name megatron . board arduino uno. need measure force, , i'd love if save measurements in file , process them in matlab. i'd grateful if me out couple of basic issues jig. it has excitation voltage of 10-15v, , rated output of 1,0629mv/v. wires come out of sensor are: excitation+, excitation-, signal+, signal-, , shield. so i'm guessing have use external source of power excitation (because arduino provides 5v), , here comes question 1 . thinking usng 9v battery connected in series a 1,5v battery power source. idea , work? have 9v power adapter, below recommended value. once have proper s

[svn] 2106: Merge 3.0.x revisions [2073,2075-2077,2079,2093,2095,2103] -> trunk

revision: 2106 author: jimurphy@adobe.com date: 2008-06-17 08:08:59 -0700 (tue, 17 jun 2008) log message: ----------- merge 3.0.x revisions [2073,2075-2077,2079,2093,2095,2103] -> trunk modified paths: -------------- flex/sdk/trunk/frameworks/air-config.xml flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/accordion.as flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/viewstack.as flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/datagrid.as flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/datagridclasses/datagridhead er.as flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/buttonbarbuttonskin.as flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/multitopicconsumer.as property changed: ---------------- flex/sdk/trunk/ flex/sdk/trunk/modules/asc/ More discussions in Commits adobe

Fake TV mit Arduino und FET

Image
hallo, ich bin noch ein anfänger mit dem arduino und bräuchte etwas hilfe mein ziel ist es ein faketv mithilfe eines arduino aufzubauen (als basis benutze ich diese anleitung ) allerdings möchte ich mehere led's parallel schalten, um die ingesamte helligkeit zu erhöhen. dafür brauche ich natürlich mehr strom. als lösung ist mir ein n-channel mosfet ( dieser ) in den sinn gekommen. die schaltung habe ich wie folgt augebaut: die gates der mosfets werden die jeweilligen pwm-pins des arduino angschlossen die kathoden der leds source drain gnd leds mit vorwiderstand 5v im moment funktioniert meine schaltung aber garnicht und der fehler liegt sicher bei den mosfets. meine vermutung ist, dass der mosfet wegen uth nicht schaltet. was gibt es für möglichkeiten mein problem zu lösen, oder bin ich mit meiner idee mit mosfets vollkommen auf dem holzweg? gruß progox ist auch verständlich dass das nicht geht. es gehört so: http://i.stack.imgur.com/8qzh7.png (mitte)

Thread: Compiling the kernel problems

Image
i'm pretty sure in wrong section don't know put im sorry , means mod can kick right section; thanks! problem, i'm trying recompile kernel , want modules (is how call them?) in menuconfig built-in. when try have built-in kernel starts yelling can't built-in cause depends on piece of software flagged being module rather being built-in. looking documentation state modules dependant modules. if being vague please so. in advance, richard ps. using kernel 2.6.28.16 which module(s) be? lot. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [all variants] Compiling the kernel problems Ubuntu

Rpi Ccode to mysql server - Raspberry Pi Forums

Image
hi, doing project on raspberry pi, sensing readings temperature, humidity etc , sending database server(xampp server) on pc. confused how send readings rasperry pi pc local xamppserver. want know how can done in c coding. want c code in rpi connect , insert values in database hosted on pc local (xampp)server.plz there 2 options: 1) connect directly database (google 'mysql c example linux') 2) send http request web server , create php page handles request , stores db (google...) raspberrypi

What download am I looking for?

i new flex 3 , blazeds. have been trying follow instructions here: http://opensource.adobe.com/wiki/display/blazeds/installation+guide for integration within compressed war, deployed via jboss. unfortunately cannot seem find flex.war or full download of blazeds. can point me either updated instructions (if these wrong) or right downloads complete integration? thanks in advance. http://opensource.adobe.com/wiki/display/blazeds/release+builds<br /><br />you should "binary distribution".<br /><br />--<br />tom jordahl<br /><br /><michael_bauer@adobeforums.com> wrote in message <br />news:59b5123b.-1@webcrossing.la2eafnxani...<br />>i new flex 3 , blazeds. have been trying follow <br />>instructions here: <br />><a href=http://opensource.adobe.com/wiki/display/blazeds/installation+guide><br />> integration within compressed war, deployed via jboss. <br />> unfortunately can

Boton Arcade con led a Raspberry - Raspberry Pi Forums

Image
buenos días gracias todos por anticipado. me inicio en el uso de las raspberry pi 2 b para mi proyecto de mando arcade y mi pregunta es la siguiente. tengo los botones del mando con led´s y quisiera conectarlos la raspberry para utilizar sus 5v y poder iluminarlos. ya visto por algunas imágenes el mapa de los pines de la raspberry pi 2 b y quisiera saber si alguien me puede indicar en que pines conectar el positivo y negativo para dar servicio sin romper la placa. por favor sed los más gráfico posible xq estoy verde en electrónica y raspberry . gracias aquí hay un esquema de los pines gpio, que por cierto entregan 3.3v: para el positivio puedes usar cualquiera de los pines marcados en verde, mejor los que no están recuadrados y reservados para otra función como i2c, spi, etc. y para negativo los que son "ground". si no tienen resistencias incorporadas, deberías agregarles como minimo de 220 ohm y no mas de 1 kohm, dependiendo del brillo de los led. aquí hay uno

Thread: Problem with an application added at startup with Sessions.

Image
hi, have tried add giver application autostart application list using sessions. have put same command on application menu : giver . application starts can't found on small bar near time : when click on cross. close application. how start when open application menu. goes near clock when click on cross. question : how open direct on bar near clock. thx. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Desktop Environments [ubuntu] Problem with an application added at startup with Sessions. Ubuntu

Lighting sequences code - Raspberry Pi Forums

Image
hey here knows how write simple lighting code sequences can control simple led lightbulb flash on , off. written on terminal unit: raspberry pi 2 os: noobs (raspian) led bulb connected raspberry pi written in linux or c/java please out! i'd suggest having @ following: https://www.youtube.com/watch?v=kxbqivpgubs https://www.youtube.com/watch?v=sploaofwyk8 https://www.youtube.com/watch?v=b_n2cpthlec https://www.youtube.com/watch?v=gjaa8s0ruog https://www.youtube.com/watch?v=znnpolfbl9e https://www.youtube.com/watch?v=tsp77moccm8 raspberrypi

[RESOLVED artf7616] 6611 - Email function of articles doesn't work. - Joomla! Forum - community, help and support

fatal error: class 'contentview' not found in c:\program files\xampp\htdocs\joomla\components\com_mailto\controller.php on line 88 pop-up displays these: notice: trying property of non-object in /library/webserver/documents/joomla11new/libraries/joomla/application/router.php on line 111 notice: trying property of non-object in /library/webserver/documents/joomla11new/libraries/joomla/application/router.php on line 113 warning: invalid argument supplied foreach() in /library/webserver/documents/joomla11new/libraries/joomla/environment/request.php on line 263 Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information Archived Boards - All boards closed Quality and Testing - Locked and Archived Q&T 1.5.x Resolved

Thread: Error 18 after fresh install from CD

i did fresh install of 9.04 cd. iso , cd good. install goes fine before computer shuts down reboot, i/o error fills screen. , when restarts gets grub menu , stalls "error 18". i'm going try reinstall , reformat. other ideas? reinstalling didn't help, still getting error 18. checked bios , there no options switch lba on hard drive. it's maxtor 300gb. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] Error 18 after fresh install from CD Ubuntu

Photoshop Elements 3.0, Arbeitsspeicher freigeben

hallo zusammen, ich habe ein problem mit der freigabe von arbeitsspeicher im photoshop elements 3.0 (xp). ich arbeite mit gescannten bildern, habe daher relativ grosse dateien (>50 mb). das bei jedem bearbeitungsschritt der arbeitsspeicher ansteigt leuchtet mir noch ein. das aber nach dem schliessen einer datei, dieser arbeitsspeicher immer noch belegt ist leuchtet mir überhaupt nicht ein !!! auch das in der hilfe beschriebene vorgehen: bearbeiten > entleeren > inhalt der zwischenablage hat keinerlei einfluss auf den arbeitsspeicher !!! ist das ein bekannter fehler oder muss ich noch spezielles konfigurieren? das momentane ständige starten und stoppen von photoshop nach jedem bild ist echt mühsam (notwendig obwohl 1gb ram) merci für eure hinweise tom More discussions in Deutsche Foren adobe

Custom library question

Image
i know more of c++ question, have difficulties writing library. how construct in library? here trying do. rather rewriting encoder.h brilliant library want add options of own , make superclass (not sure you'd call it). can't seem construct myenc interface.h code: [select] #ifndef interface_h #define interface_h #include "arduino.h" #include <libraries/encoder.h> class interface { public: interface(); void begin(); private: encoder myenc; }; #endif interface.cpp code: [select] #include "arduino.h" #include "interface.h" #include <encoder.h> interface::interface () { } void interface::begin() { encoder myenc(2, 3); } one more little question (or hope) there way define size of array in constructor : interface myinterface=interface(5); where array of int of size 5 created i've searched web couple of hours , can't seem find answer. see people define constant , use define size of array… maybe way, lovely

Kreation ändern im Photoshop Album

guten tag ich bin ein relativ neuer psa-user und suche unterstützung für folgendes problem: ich möchte gerne die kreationsvorlagen im photoshop album anpassen, z.b. für fotoalben. hier möchte ich den ausdruck in portrait, schriften anpassen etc.. besten dank für den support. beat es gibt keine "offizielle" möglichkeit, die vorlagen für die kreationen zu ändern. die vorlagen sind jedoch als lesbare dateien im verzeichnis "c:\programme\adobe\photoshop album 2.0\shared_assets\templates" gespeichert. mit dem passenden wissen und einem gewöhnlichen texteditor (z. b. notepad) kann man sich diese nach belieben anpassen. es ist sinnvoll, sich vorher ein backup des gesamten vorlagen-verzeichnissen anzufertigen. damit das programm die Änderungen überhaupt bemerkt, kann es notwendig sein, den sog. vorlagen-cache "c:\programme\adobe\photoshop album 2.0\shared_assets\locales\de_de\templates.dat" zu löschen und psalbum neu zu starten. alexander. -- 1533 mhz, 1 g

Arduino/XBee Max Communication Speed

i'm taking 3 analog inputs arduino , using xbee w/shield send inputs xbee connected laptop. i've increased baud rate 115200 (which believe max). however, i'm able receive data on laptop @ 700hz . use hyperterminal read serial input 10 seconds , count number of data points get. thought can read data @ least 5,000 hz. math used is: xbee max throughput/(size of data) = sampling rate. 250,000(bits/sec)/(16bits*3samples)=5,208 hz am doing inefficient code/communication methodology, or inherently limited xbee or arduino? code shown follows: code: [select] #include <xbee.h> #include <softwareserial.h> xbee xbee = xbee(); #ifndef cbi #define cbi(sfr, bit) (_sfr_byte(sfr) &= ~_bv(bit)) #endif #ifndef sbi #define sbi(sfr, bit) (_sfr_byte(sfr) |= _bv(bit)) #endif   uint16_t  packet[]={0,0,0};   uint16_t  sensorvalue1;   uint16_t  sensorvalue2;   uint16_t  sensorvalue3; void setup() {   serial.begin(115200);   xbee.setserial(serial);   cbi(adcsra,adps2) ;   cb

Servo Array in 12 Servo Control Program

i've done bit of research, found nothing answered specific problem. among other messes, have servo declaration in start of program contains following: code: [select] //---servos: 12 x hs-5645mg (~750us - ~2200us)------ int servolist[12] =           {0,    1,    2,    12,   13,   14,   16,   17,   18,   28,   29,   30};  //servo pin # int servocenters[12] =        {1800, 1900, 1250, 1200, 1100, 1750, 1200, 1100, 1750, 1800, 1900, 1250}; // starting position of each servo moves body nice standing state int servo_out_up_limit[12] =  {2200, 750,  700,  750,  200,  750,  750,  2200, 750,  2200, 750,  2200}; physical or digital limits of each servo moving away or body int servo_in_down_limit[12] = {1000, 2000, 2200, 1500, 1100, 2200, 2000, 1100, 2200, 1500, 1900, 750}; // physical or digital limits of each servo moving towards or down body int servogroup[12] =          {1,    1,    1,    2,    2,    2,    3,    3,    3,    4,    4,    4,}; i need way control 12 servo in 3-dof q

How to receive I2C data into pure data

hello i have 1 arduino micro connected pure data using pduino set [http://goo.gl/8gizjh]. have used 'arduinomega-test' pd patch , 'standardfirmata' arduino coding. i have connected 2 more arduino micro's original using i2c connection. used 'i2c_scan' arduino coding test if connected. then, before opening pure data, uploaded 'standardfirmata' coding 3 arduino's. now stuck on how receive input and/or output information 2 new arduino micro's. if or has suggestions appreciate it. sorry if have been bit unclear, first forum post , first arduino project. can have @ of process of project here if like: [http://goo.gl/u6d9aq] Arduino Forum > Using Arduino > Networking, Protocols, and Devices (Moderator: fabioc84) > How to receive I2C data into pure data arduino

Low voltage cutoff, wireless signals, and transistor switching.

Image
hi guys! i'm making project involves having 2 separate arduinos communicating 433 mhz rf transmitter/receiver combos. i'm better programming side of things i'm hoping on circuitry. one of arduinos run on 3.7v battery , packed in small box. control 10 leds, motor, , speaker based on wireless signals receives. i've found battery charger board cuts lithium battery off @ 2.5v , on @ 2.9v (after recovers) i've adapted 5v booster board , 4077 quad nor ic make cutoff circuit keeps arduino off after battery has died , recovered, until usb plugged in. keeps arduino off while charging battery. will voltage booster , 4077 draw lot of current drained battery if isn't recharged few days? need resistors or diodes in there? how big of battery might need power 10 leds, 170ma motor, rf transeiver set, , speaker on 8% duty cycle few days? through 5v booster. besides think i'll using arduino pwm control 2n3906 transistors switch leds, motor (ff130), , speaker, should

Thread: Webcam keeps telling the system it's the sound device...

okay, i'm on debian, use gnome, i'm hoping here can help. anyway, upgraded 2.30.x linux kernel, , whenever plug in webcam , turn on computer; somewhere during startup system detects sound device alsa. when have webcam unplugged, however, it's fine , sound card detected sound device. there way fix this? hate having unplug webcam work when system turns on. thanks, dillon anyone? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware Webcam keeps telling the system it's the sound device... Ubuntu

Newbie Q: Setting scripts to run on Start Application

please help! cs3 says check enable events run scripts/actions checkbox , choose photoshop event: stat application run script on startup me it's photoshop has had it's memory wiped if close , reopen it! the script event manager looks when you've installed photoshop. how ps cs3 remember choices runs setupworkspace script when opens? it's first ever ps script, design compensate fact though ps shows saved workspace current 1 on restart in fact default workspace until reselect workspace menu. i'm on macbook pro , scripts in folder, created , chose in ps using browse path, called users/myname/library/application support/adobe/adobe photoshop cs3/presets/scripts would love in scripting if can't scripts run i'll v sad. here how attach script event: http://ps-scripts.com/bb/viewtopic.php?t=58 larry More discussions in Photoshop Scripting adobe

Few error too complex for my starter level in program

hi i try control servomotor ajoystick in 1 axis moment the code is // connecter  sur la broche 0 (configurée en sortie)  la broche de commande d'un servomoteur. // broche analog 0 (=broche 7) en entrée analogique  : // connecter  la sortie d'une résistance variable connectée entre 0v et 5v. //**************** entête déclarative ******* // ce niveau sont déclarées les librairies, les constantes, les variables... // --- inclusion des librairies utilisées --- #include <servo.h> // librairie pour servomoteur // --- déclaration des constantes --- const int pos_min=400; // largeur impulsion pour position 0° servomoteur                        // pos_min=400 pour servo const int pos_max=1900; // largeur impulsion pour position 180° servomoteur                    // pos_mas=1900 pour servo int angle_servo=0; // variable pour angle du servomoteur // --- constantes des broches --- const int broche_servo=7; //declaration constante de broche const int voie_0=0; //declaration

Pulsante distante

Image
ciao tutti, oggi sbarco con una domanda semplice... almeno da esporre dovrei collegare un pulsante ad arduino, e fin qui niente di strano. il problema è che dovrei posizionarlo parecchi metri di distanza (diciamo 5 o 10, tanto per stare larghi) e il filo dovrà correre fianco fianco con uno o più cavi che portano la 220v. temo che 5v di arduino non arriveranno mai destinazione... come posso fare? sono aperto soluzioni di qualsiasi tipo, parte wireless... che non sarebbe una soluzione ma un modo per aggirare il problema. un modo sicuramente valido, ma mi interessa sapere se esiste un modo livello "accademico" per comprenderlo meglio basta fotoaccoppiare il segnale e non ci pensi più Arduino Forum > International > Italiano > Hardware (Moderator: leo72) > Pulsante distante

Making an RSS Feed out of links... - Joomla! Forum - community, help and support

hey all. i'm getting pretty joomla!, i'd love able post link , title , added rss feed turn around , publish in module. reasoning: allow users submit topical links related stories whole community view. i running political website on joomla, , want encourage community participation.  this, , users having ability submit own news articles (which joomla!) hope great start. anyone have suggestions?  can write php/mysql app output rss feed, have link joomla via wrapper , ruin of security since page out there, accessible not on site. thanks suggestions.  tried search through extensions, couldn't understand differences in them. Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

How does the Arduino Serial Monitor send the newline?

i using arduino serial monitor send command string code: [select] [s123][m123] with "newline" enabled @ bottom. if turned no newline; not work. use joystick easier control; using java. however; adding "\n" string not work. arduino use enable newline? thanks in advance! the button @ bottom of screen (normally says "no line ending") controls line ending sent after data, when hit "send" button. Arduino Forum > Using Arduino > Programming Questions > How does the Arduino Serial Monitor send the newline? arduino

Virtuemart front end administration please help - Joomla! Forum - community, help and support

Image
hi guy when use virtue mart front end administration. , click on product redirected link http://index2.php/ when click on product on top, able put product details when click on save it still redirect me link http://index2.php/ please me mod. note ot2sen: moving thread extensions directory forum --> 3rd party extensions / components forum Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x Components

SainSmart 4,3" Inch TFT LCD Touch Panel For Arduino TEST

moin, ich habe gerade das teil bekommen. sainsmart 4,3" inch tft lcd touch panel arduino und würde das gerne mal ausprobieren. ich habe ein mega2560 oder das uno board im angebot. ich suche ein demo program, einfach aufspielen und testen für dummies! ich habe noch nie mit arduino gemacht, kann recht gut bascom. grüsse uwe schau mal ob beim angebot eine bibliothek zu runterladen war oder ob es einen link auf eine biblithek gibt. normalerweise geben die versender genügend infos damit man das teil sofort mit arduino benutzen kann. kannst du den link zum angebot geben? gruße, auch uwe Arduino Forum > International > Deutsch (Moderator: uwefed) > SainSmart 4,3" Inch TFT LCD Touch Panel For Arduino TEST arduino

Problema con la programación

Image
estamos trabajando en un proyecto arduino y queremos activar un servo motor cuando un sensor magnético detecte un imán. el arduino no nos deja poner el servo funcionar. por favor, respondan lo antes posible. gracias,  robotic mind i couldn't resist we working on arduino project , want activate servo motor when magnetic sensor detects magnet. arduino not let put servo operate.  please respond asap. Arduino Forum > International > Español (Moderators: surbyte, Hector_A) > Problema con la programación arduino

Looking for data search tool - Joomla! Forum - community, help and support

i working local cemetery organization on website.  i'm trying create module or component allow searching burial information able find it.  in other words, tool can go can find great aunt tillie's burial plot.  ultimately, it'd great if have birth/death dates , maybe photo of gravestone. any suggestions on component allow me add option?  i've got entire cemetery databased in access.  have convert there mysql.  initial thought @ contact managers , add custom fields, maybe here might know of better extension trick. thanks! brian Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x Components

Arduino Uno + Wifi Shield + PS2 Keyboard + LCD Display

Image
i'm new in arduino community , i'm facing problem when try use ps2 keyboard , lcd display (16x2) on arduino uno wifi shield. i write keyboard , display in lcd before sending webservice. here problem: when use keyboard , display on arduino without wifi shield --> ok. can write on display key has been pressed. when use keyboard , display on arduino wifi shield --> ok until write on display. write on display function lcd.print(), keyboard not work anymore (it detect character '2' every time press key). it's surprisingly because if dont use lcd.print(), keybord works without problem. here part of code: code: [select] #include <liquidcrystal.h> #include <ps2keyboard.h> liquidcrystal lcd(12, 11, 2, 5, 6, 8); ps2keyboard keyboard; const int datapin = 9; const int irqpin = 3; void setup(){        keyboard.begin(datapin, irqpin);        lcd.begin(16, 2); } void loop(){   checkkeyboard(); } void checkkeyboard(){   if (keyboard.available()) {     ch

problemas con motion. - Raspberry Pi Forums

Image
hola todos. estoy intentando que una cámara me muestre la imagen por internet para después visualizarla en una aplicación android tengo una cámara de marca furtech que se que la raspberry me la lee por el visualizador luvcview y por que sale en la lista de lsusb lo que sucede es que al intentarla ver con motion por la ip me lee un par de seg y se me cae y por mas que reinicie la pagina sale "esta pagina web no esta disponible". si inicio el motion sin la camara me sale de esta forma. la cámara es como esta. y estoy manejando la resolucion por defecto del motion que es de 320x240 la cambie por la que decia el luvcview que es de 640 x 480 pero me funciono igual y estoy manejando 10 mgpixeles. sigo este tutorial. http://www.instructables.com/id/raspber ... te-webcam/ probe este tutorial http://raspberryparatorpes.net/instalac ... pberry-pi/ pero lo que me hace es tomar fotos cada segundo pero como yo lo usare para algo de seguridad es muy lento para poder ver el mo

Newb Post: Turning on an LED with Python - Raspberry Pi Forums

hi all, first time poster here! picked raspberry pi 2 b+ , loving it. have experience programming python, wanted give turning led via code shot. however, far has been unsuccessful! sure missing small step, advice appreciated! here know: 1. python-dev , python-rpi.gpio packages installed , date (see image01.png). using python 3 this. 2. led , resistor work (tested them separately arduion). led uses pin 25 (blue wire) anode/cathode wired correctly. using gnd (black) , 3.3v (red) (see image02.jpg , image03.jpg). 3. pi cobbler, ribbon cable , breadboard brand new. 4. python code semantically correct: print statement executes, led not turn on (see image04.png). screen shots available here: https://www.dropbox.com/s/c6ze3fpu1usss ... s.zip?dl=0 tried making "test.py" executable via chmod 755. ran "sudo python test.py", no luck there either! far can tell packages, physical setup , code correct. else causing this? best, light_forger hard tell pics vaguely

Auditing Adobe acrobat using SMS

within sms reports see number references installed adobe packages having trouble differentiating between reader application , either acrobat professional or standard. instance see adobe acrobat used reference reader or pro/std. if go through , filter add/remove programs can tell difference, wondering if there preferred way audit network systems actual adobe packages installed? within sms 2003, can query domain , identify acrobat version installed on each machine, having difficulty in determining edition (standard or professional). there particular file or listing of versions corresponds edition? More discussions in Enterprise Deployment (Acrobat and Reader) adobe

WiFi shild client. Parse json file

hi everybody i've arduino wifi shild. it's working client, parse data file data.json there file data.json: code: [select] { "statusbut": "0", "statusbut2": "1" } how can provide data file in form this: statusbut = 0; statusbut2 = 1; so  statusbut , statusbut2 variables. there how data file: code: [select] void loop() {   // if there's incoming data net connection.   // send out serial port.  debugging   // purposes only:   while (client.available()) {     char c = client.read();     serial.write(c);   }   // if ten seconds have passed since last connection,   // connect again , send data:   if (millis() - lastconnectiontime > postinginterval) {     httprequest();   } } i attached full scratch below Arduino Forum > Using Arduino > Networking, Protocols, and Devices (Moderator: fabioc84) >

Is it possible to get source code of AutomationManager.as class or/and QTPAdapter.as?

sorry, don’t provide source classes right now. on 2/25/09 2:47 am, "jabbypanda" < member@adobeforums.com > wrote: a new discussion started jabbypanda in general discussion --   is possible source code of  automationmanager.as class or/and qtpadapter.as? i have license of flex builder 3.0.1 pro, running win xp. inside "c:\program files\adobe\flex builder 3 plug-in\sdks\2.0.1\frameworks\source\mx\automation\"  folder can locate listing of source code of iautomationmanager interface. inside "c:\program files\adobe\flex builder 3 plug-in\sdks\3.2.0\frameworks\projects\automation\src\mx\automation\" folder there bunch of open sourced classes present, source code of iautomationmanager interface missing. , source code automationmanager.as , qtpadapter.as classes find. , tried extract source files data visualization package suggested here http://blogs.adobe.com/flexdoc/2008/04/extracting_data_visualization.html , no

Another cron job problem - Raspberry Pi Forums

i have script (checkroute.sh), use set special route if not exist , if specific wifi ssid connected. works fine when run pi command line shown here: code: select all pi@rpi2-jessie2:~ $ ./checkroute.sh checking wifi routing connected auriga-ap! main route exists. check vpn route... vpn route exists! nothing needs done. wanted set cron run every minute ran crontab -e add following: code: select all * * * * * /home/pi/checkroute.sh >> /home/pi/checkroute.txt not getting output @ checkroute.txt file. listing of zero-length file: code: select all -rw-r--r-- 1 pi pi 0 feb 7 17:48 checkroute.txt wrong here? expected printed lines stdout added txt file, nothing seems happen. clarity here script containg echo commands: code: select all # ---- script used check wifi routing vpn network 10.0.0.x ----- #configuration values: apname="auriga-ap" wifigw=192.168.137.1 quiet=off while [ $# -gt 0 ] case "$1" in -q) quiet=on;; esac shift done [ "$q

making a forum with extra user-entered fields - Joomla! Forum - community, help and support

someone directed me joomla cms purposes. don't know if joomla has features need (or more accurately, ease of development/config features need) , don't quite know right terminology ask them. what want build forum users add entries have specific metadata associated them. some examples: - weather observation forum, users on continent might add post of observations, , post have fields date of observation (different posting date), gps coords, state/prov/city, altitude, type of observation, etc. user can sort , filter on fields choose - might want show threads occur in city, or might want filter on partial gps coord. having separate fields make search criteria easier (i don;t want generic search text feature) - photography forum, users post pictures , fill in fields such equipment, medium, subject, etc. i'd few things, really: 1] i'd know how speak of this, that, succinctly, people know i'm asking for. (does know user metadata is?) 2] i'd know how effort id required i