Posts

Showing posts from August, 2011

Help CFSELECT

hi, i trying use flash forms create drop box(cfselect) haven't used before , running problems. attaching code help. syntax problem used select instead. i appreciate on how query results populated the field.tia <cfselect name="courselist" id="courselist" query="getcourselist" display="coursename" value="courseid"> </cfselect> -- ken ford adobe community expert - dreamweaver fordwebs, llc http://www.fordwebs.com "abdlah" <webforumsuser@macromedia.com> wrote in message news:foisr2$k58$1@forums.macromedia.com... > hi, > trying use flash forms create drop box(cfselect) > haven't > used before , running problems. attaching code > > help. syntax problem used select instead. > > appreciate on how query results populated > > field.tia > > query: > > <!--- courses list ---> > <cfquery name="getcourselist" datasource="#reques

Thread: Command Line: 'Error: This script must be run with bash'

can please explain why i'm unable run file. error states need use bash displayed 'echo $shell' - am. root@me-ubuntu:/home/unreal/ut-server# ls -l asu.* -rwxrwxrwx 1 900 900 1119 2002-04-25 00:24 asu.sh root@me-ubuntu:/home/unreal/ut-server# ./asu.sh ./asu.sh: error: script must run bash root@me-ubuntu:/home/unreal/ut-server# echo $shell /bin/bash the top of script starts with: php code: #!/bin/bash  Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Command Line: 'Error: This script must be run with bash' Ubuntu

can an arduino mega handle 50 leds on at the same time?

hello there im trying learn how program arduino , make project lots of leds tied each 1 directly on outputs of arduino mega using resistor before starting learning shift registers. specifically want put 50 leds on arduino , code scan them in patterns , stuff each pin of arduino have 1 led on current limiting resistor allow 20ma of current pass. if scan them , toggle each 1 @ time on , off there wont problems suppose but happen if code scan leds , keep them turned on simultaneous or if code turn on leds 3-5 seconds? will arduino handle 20ma*50output pins = 1amp total simultaneous current draw 50 of outputs together? or blow in face? (i know should use shift register, led driver or right im interested learn if said possible , if arduino can handle it. when complete project ill start learning shift registers , stuff) http://jimmieprodgers.com/kits/lolshield/ Arduino Forum > Using Arduino

error message list does not support the buffers interfaces - Raspberry Pi Forums

hello i've made programm send table processing i'have error message "list not support buffers interfaces" how can correct ? programm code: select all import socket import time import rpi.gpio gpio gpio.setwarnings(false) gpio.setmode(gpio.bcm) gpio.setup(5,gpio.out) gpio.setup(6,gpio.in) gpio.setup(13,gpio.out) gpio.setup(19,gpio.in) udp_ip = "192.168.43.154" udp_port= 8080 listled= ["a","b","c"] etat1=0 etat2=0 sock = socket.socket(socket.af_inet,socket.sock_dgram) sock.sendto(str(listled),(udp_ip,udp_port)) while true: if(gpio.input(6)==etat1+1 ): #clignotant etat1=a gpio.output(5,true) time.sleep(0.5) gpio.output(5,false) time.sleep(0.5) else: gpio.output(5,f

remove registration information MacOs Tiger

hi there, perhaps shouldn't place ask this, think it's incredible telephonic support adobe spain not giving me answers problem. i've registered flex builder 3 trial using bought flex builder 3 standard license, error, because we've bought flex builder 3 profiessional license 1 used. the problem, can't change standard professional version, because we've not bought update standard pro, 2 updates flex 2 flex 3 (one standard, error, , 1 pro, 1 want). uninstalling flex builder not enought, because when install again, keeps registration info flex builder 3 standard. knows how remove registration info, license flex builder professional license???? thanks in advance , marc More discussions in Flex (Read Only) adobe

E-Mail não chega, mas Formulario diz que esta tudo OK - Joomla! Forum - community, help and support

boa tarde, estou com meu site no ar: http://www.fscomvisual.com , e na função contato preencho todos os campos e clico na guia enviar cópia para o e-mail. nâo chega o e-mail para nenhum dos dois, já verifiquei o endereço de e-mal no painel de configuração e está tudo ok qual seria este problema? obrigado qual função de e-mail você está utilizando para envio? função php? o sendmail ou o que? você consgue enviar e-mail com outras aplicações? você conegue enviar e-mail através de outros formulários joomla? Board index Joomla! International Language Support International Zone Portuguese Forum

sending variables from flash to PHP

Image
hi everyone, i have problem while sending variables flash php here code: submit.onpress = function () { c = new loadvars (); c.nme = "myname"; c.sendandload ("getvars.php", reply, "post"); } php code: <?php $name = $_post['nme']; print "your name ". $name . ".<br>"; ?> what doing wrong here. i getting error saying notice: undefined index: name in \xxx\getvars.php on line 2 please me. in advance 2 things notice 1. never initialize variable "reply" sendandload. 2. need pass url-encoded string of variables ampersand delimited. typically return string echo("&result=1&msg=your%20name%20is%20".$name.".%3cbr%3e&"); your error relates information not getting passed correctly. use $_request flash-php communication, though shouldn't make difference. have seen people use $_request testing purposes, , switch $_post when finished. More discussions in Adobe Animate CC - Gene

Clear LCD once in loop

hi, can tell me how clear lcd once in loop , carry on rest of code? code: [select] #include <liquidcrystal.h> liquidcrystal lcd(12, 11, 5, 4, 3, 2); int number = 0; void setup() {   lcd.begin(20, 4); } void loop() {   number = number++;     lcd.print(number);     if(number > 10) {     //clear lcd once , keep printing rest of numbers     lcd.clear();   }     delay(1000); } if(number > 10) {     //clear lcd once , keep printing rest of numbers     lcd.clear();   } try if(number = 11) {     //clear lcd once , keep printing rest of numbers     lcd.clear();   } Arduino Forum > Using Arduino > Programming Questions > Clear LCD once in loop arduino

Human Detection using Raspberry Pi - Raspberry Pi Forums

i have raspberry pi b+ , pi camera. intend use capture "human" figure live video stream using opencv , python 3. have few questions concerning project. 1. how interface gpio output of motion detection circuit? 2. how trigger camera using this? 3. how process live stream using opencv? 4. can upload picture frame live stream google drive? 5. how run these on startup of pi? 6. how integrate different scripts in python , opencv run 1 after other? questions may seem vague. appreciate kind of help. also 7. there similar project or same idea implemented in raspberry pi? raspberrypi

Two or more servos serial or in a parallel circuit

hello, i new forum , did research before posting here, regardless, how stupid question is, not find appropriate answer. i want control two-three servos of type: http://www.pollin.de/shop/dt/nja5otcxotk-/fundgrube/modellbau/servomotor_analog.html the pwm signal comes arduino uno, problems start. i want maximum torsional moment, need voltage of 7.2 v. i know power in joule or newton meter volt*ampere, 15 kg/cm = 7.2v * if divide 7.2v (15kg/cm)/(7.2v)=i, so = 208.3 ma. true particular force, load different while servos running. every servo has different load, changing during runtime without relation others. i want connect servos 1 additional electric source. don't know how this. when use parallel circuit voltage same, ampere added. needed force different, needed ampere different too, how shoudl balance this? or servo adjust needed amperes? means have source 7.2 v , maximum possible ampere load? my brain fried thinking problem whole day now. i apprecciate much. and sorry bad

Mosfet e modulo tinkerKit: funzionamento e stabilizzare corrente/tensione

ciao tutti, vengo chiedervi lumi riguardo un dubbio che mi è sorto oggi. dei miei amici devono far partire un razzo meteorologico che all'interno ha un arduino che comanda motore, paracadute ecc... in pratica devono/devo costruire un circuito per cui al momento x l'arduino dia un impulso e si accenda un 'fiammifero' che succhia parecchia corrente. ora problemi sono due, uno è un dubbio sul funzionamento del modulo che trovate qui . in pratica loro mi hanno dato questo modulo con un lm358 che comanda un mosfet (se non sbaglio). io non capisco cosa serva quell'lm358. io non posso comandare direttamente il mosfet da arduino e far passare 12v così? (nel caso spiegatemi comunque, se ne avete voglia e tempo, cosa serve quell'lm in generale) che io sappia lm è un doppio mezzo ponte, ci comandi motori (velocità e direzione), ma senza il mosfet. anche perché il mosfet credo che elimini la variabile direzione non avendo la possibilità di far girare la corrente n

Configurazione scheda ethernet

buonasera tutti, oggi mi è arrivata la scheda ethernet w5100 ma non riesco proprio farla funzionare. essendo mega compatibile l'ho inserita sopra all'arduino, attaccato la rete e provato come prima cosa caricare lo sketch di esempio dhcpaddressprinter. purtroppo non mi dà nessun risultato, il monitor seriale resta vuoto. la scheda è collegata ad uno switch collegato direttamente al router. vi allego il codice che ho caricato.  grazie mille per l'aiuto. code: [select] #include <spi.h> #include <ethernet.h> // enter mac address controller below. // newer ethernet shields have mac address printed on sticker on shield byte mac[] = {    0x00, 0xaa, 0xbb, 0xcc, 0xde, 0x02 }; // initialize ethernet client library // ip address , port of server // want connect (port 80 default http): ethernetclient client; void setup() { // open serial communications , wait port open:   serial.begin(9600);   // check needed on leonardo:     ; // wait serial port connect. need

Web server con richiesta autenticazione

Image
salve, vorrei accedere all'interfaccia web dopo l'autenticazione dell'utente. ho provato tramite htaccess e htpasswd, ma non funziona. creare una pagina di login che indirizza alla pagina index.htm sarebbe possibile, ma sarebbe molto facile aggirare il controllo. qualche suggerimento? grazie benvenuto.   ti invitiamo presentarti qui: http://forum.arduino.cc/index.php?topic=113640.0 e leggere il regolamento: http://forum.arduino.cc/index.php?topic=149082.0 - qui una serie di schede xxxpighi per collegamenti elettronici vari: http://forum.arduino.cc/index.php?topic=146152.0 - qui le pinout delle varie schede xxxpighi: http://forum.arduino.cc/index.php?topic=151646.0 - qui una serie di link utili: http://forum.arduino.cc/index.php?topic=126861.0 Arduino Forum > International > Italiano > Software (Moderator: leo72)

Loading Legacy Flash 8 Content in a Flex 2.0.1 App

rewriting legacy content in as3 difficult business case make. but, if can load legacy swf (flash 8 swf) can make case of doing new content in as3 , keeping old content in as2. have been attempting do, i've run big snag. i'm having trouble using localconnection flex project communicate flash8/as2 swf. i wanted use localconnection pass strings , forth (as described jesse warden here: controlling flash player 8 swfs in flash player 9 swfs note: link appears down, may able recover google's cache). when use code: loadr= new swfloader(); loadr.height = 600; loadr.width = 800; loadr.y = 150; loadr.x = 0; loadr.source = "testingconnection.swf"; loadr.addeventlistener(event.complete,loadrcompleteevent); i'm able load legacy (flash8) swf flex application. there no domain problems here. but attempts @ using localconnection not paying off. error message (error #2082: connect failed because object connected). here's code as3 side of connection (from flex

Couple of quick questions...inf and reading data

two little questions... is output of inf division because data small display or out of range of doubles? work others (using same calculation) save inf. and how can read file , sd card line line...the line read selected variable. the variable @ start of each line in recorded data ie line 1. 2. 3. 4. etc if help. quote is output of inf division because data small display or out of range of doubles? inf means infinity, not small.inf result of doing dumb, dividing 0. quote and how can read file , sd card line line...the line read selected variable. you can't. there nothing defines "line". there characters/byte. convention, of bytes funny things print heads , paper feed mechanisms , cursor positions. you can read , store data in array until 1 of funny bytes found ('\n' or '\r'). can count number of times 1 of funny characters has along, see if have right "line". now, if have fixed length records, story lot different. in

Thread: libgtk-1.2.so.0 doesnt seem to work

i know has been posted on , on find old posts , sorry if answer staring me in face brand new linux after years on windows code: :/usr/local/games/epsxe$ ./epsxe ./epsxe: error while loading shared libraries: libgtk-1.2.so.0: cannot open shared object file: no such file or directory this , know have file, downloaded twice , says installed. have heard alot of linux , want os can play emuators , maybe windows games without dragging down computing power windows does. running ubuntu 9.04 if helps >.> know grammer sucks have been several hours trying figure out myself before asking are running 64-bit? give me output of; code: ldd /usr/local/games/epsxe/epsxe Forum The Ubuntu Forum Community Ubuntu Specialised Support Gaming & Leisure libgtk-1.2.so.0 doesnt seem to work Ubuntu

Programmed Flight Arduino Quadcopter

Image
i have started new project, have been doing tons of research , have learned lot far. idea created quadcopter, has 9 dof sensor stick sen 10724. can control quadcopter , keep level. going use arduino uno flight controller. have ordered 4 multistar esc , 4 brushless motors. have found great code on git hub, supposed self leveling system exact sensor. problem have right don't know how code arduino, run motors through esc. appreciate on figuring out how program quadcopter fly using code, not controller, still use sen 10724 sensor stick. post links code i've found , parts list. if work first person in fab lab stoughton create quadcopter. stoughton site- https://sites.google.com/a/stoughton.k12.wi.us/fablab-stoughton/ my site- https://sites.google.com/a/stoughton.k12.wi.us/fablab-stoughton/home/131422/alexander-horneck code:https: https://github.com/ptrbrtz/razor-9dof-ahrs/blob/master/arduino/razor_ahrs/razor_ahrs.ino parts: arduino uno- http://arduino.cc/en/main/arduinoboa

Call to undefined function: josgetarrayints() - Joomla! Forum - community, help and support

this strange one, because not first joomla site doing. tried access site mambots page , following got. fatal error: call undefined function: josgetarrayints() in /homepages/7/d84944564/htdocs/........./administrator/components/com_mambots/admin.mambots.php on line 28 i reloaded entire com_mambots folder no effect. knows may missing out ?. not great php, know enough around , on line 28 : $cid = josgetarrayints( 'cid' ); thanks hi, are chance running jacl+ well? regards robin Board index Joomla! Older Version Support Joomla! 1.0 Installation - 1.0.x

RXTX Error

hi, i cannot upload arduino because error serial port cannot opened , @ first have serial port checked in tool menu after hitting uplaod button tools-serialport grey. i using fedora 20 , have installed yesterday on computer , netbook. on cmputer works fine not on netbook. and error when running account administrator when running sudo works. the warning displayed in cases when start arduino program terminal is: quote warning:  rxtx version mismatch    jar version = rxtx-2.2    native lib version = rxtx-2.2pre2 i looked in web have not found useful , explanation. and possible solution have found here not understand: quote on linux, uno , mega 2560 show devices of form /dev/ttyacm0. these not supported standard version of rxtx library arduino software uses serial communication. arduino software download linux includes version of rxtx library patched search these /dev/ttyacm* devices. there's ubuntu package (for 11.04) includes support these devices. if, however, you're u

Thread: Winfast DTV Dongle Gold

Image
i´ve followed every tutorial known man on topic, , need professional help. have, subject suggests, winfast dtv dongle gold. has af9015 chipset , usb dvb-t tuner. installing on ubuntu 8.10 (intrepid) on 60gb ps3 (so powerpc architecture think, in nooby opinion). obviously, i´m having troubles. here´s dmesg output: code: usb 2-2.1: new high speed usb device using ps3-ehci-driver , address 3 usb 2-2.1: new usb device found, idvendor=0413, idproduct=6029 usb 2-2.1: new usb device strings: mfr=1, product=2, serialnumber=0 usb 2-2.1: product: winfast dtv dongle gold usb 2-2.1: manufacturer: leadtek usb 2-2.1: configuration #1 chosen 1 choice usbcore: registered new interface driver hiddev input: leadtek winfast dtv dongle gold /class/input/input0 generic-usb 0003:0413:6029.0001: input,hidraw0: usb hid v1.01 keyboard [leadtek winfast dtv dongle gold] on usb-sb_05-2.1/input1 usbcore: registered new interface driver usbhid usbhid: v2.6:usb hid core driver as can se

PiBot Help!!!

for project university making pibot! robot powered arduino run rasp pi setup webserver. website in hosting provide input arduino. my problem, made error when designing pibot. bot has 2 motors rated 4.5v -15v, , im using 4 npn transistors (2n 3904) provide h-bridge control motors direction. using 9v battery power motors want control h bridge using arduino. believe arduino not man enough provide current need switch transistors. havent got long till assignment due need solution. spent lot on in both time , money , dont want new motors. have thought using relays again dont know if arduino man enough? an arduino output pin powerful enough 2n3904 base current, 10 ma saturate. question rather if the  transistor powerful enough motor. rather ampere volts question. Arduino Forum > Using Arduino > General Electronics > PiBot Help!!!

Nano (breadboardable) Mega?

there of use veroboard, @ least prototyping, want lots of io , don't want custom pcb layouts everything.  chance there of having mega2560 on pure 0.1"-pitch board?  in other words, hack-friendliness of arduino nano power of 2560 (or larger). alternatively, dil/idc headers ribbon cables break out of ios, eg seen on de0-nano fpga board. either of options rock. could mount '2560 on schmartboards adapter. Arduino Forum > Development > Suggestions for the Arduino Project > Nano (breadboardable) Mega? arduino

Director 11 and flash cs3 editing

hi, since last version of director, worked fine , feature of flash editing director (you know, double click in flash member , flash movie opens director. can update flash in 1 click). well, i've installed dir11 , flash cs3 (without uninstall dir10 , flash8, because know flash 8 doesn't work dir11, i'm looked profiting feature old dir10 , flash8 , dir11 , flashcs3). ok, feature doesn't work anymore. when try edit dir11, flash cs3 opens swf file!!!!. same occurs dir10 , flash8!! after this, i've tried possibles combinations, uninstalling flash8 , reinstalling flashcs3, , same directors. finally, found versions of macromedia products doesn't uninstall completely, (even after removing manually registry references of both products). when uninstall dir10 , install dir11, .dir files not associated director anymore(even rebootings), system ask me proper application. .dir icons white. solve this, need reinstall dir10 , icons back. then, reinstall dir11 , icons change p

White paper performance numbers

if true: 2060 x 700 kbps ~= 1.4gbps => claim results published in fms3 white paper limited 1gbps throughput ( http://www.adobe.com/products/flashmediaserver/pdfs/flashmediaserver3_whitepaper_ue.pdf , page 17) can not true! can comment please, maybe not understanding issue correctly numbers published confusing (pages 16, 17), complete benchmark fms 3 benefit all... there reference 2 bonded nics (why? have no idea....), result of ~1.4 gbps consistent bonded nic tests on rhel4 (2.6.9-22elsmp). fyi, results newer rhel5 kernel (2.6.18) able ~1.9 gbps. newer linux kernel (& tcp optimizations) make big difference. don't know results on windows. but yeah, agree, apparently whomever editing unable portray meant. wanted target average customer, not use bonded nics (yet). anyway, take away, think, performance numbers improved greatly, , in typical 1 gbps configuration 1 able take advantage of entire nic (minus os's tcp stack), , in fact fms can go beyond 1 gbps utilizing secon

Need a decompile expert for an advice!

hi have flash files used website trying make changes on them. new webmaster tells me it's impossible if don't provide him *.fla files. don't have them. old webmaster have them , don't know anymore :( can try decompile it? or @ least tell me if it's possible softwares sothink swf decomplier? thanks here download link http://www.sendspace.com/file/tbfjn7 it's panel modelling agency wih different models thanks! More discussions in Adobe Animate CC - General adobe

Thread: Photos onto DVD

hi i,ve search unsuccessfully program lets create album using photos insert transition (effects between photos them burn these dvd. windows based program. http://www.xequte.com/pixplay/index....fq0aawod-ayo_g can advise if there similar linux? you combine smile devede . devede in repositories. smile not. there .deb on link have given. smile successor of manslide. can of video editors well. depends on if want dive in video editing slideshow making 1 of many features or if want dedicated app slideshows. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Multimedia Software [ubuntu] Photos onto DVD Ubuntu

kodi + desktop - Raspberry Pi Forums

hello everyone, looking distro kodi, because media centrum, want use download station jdownloader or similar. pls give advice, distro should download, thx. butkic wrote: hello everyone, looking distro kodi, because media centrum, want use download station jdownloader or similar. pls give advice, distro should download, thx. http://www.raspberrypi.org/forums/viewt ... 66&t=99866 raspberrypi

Vis dit websted??? - Joomla! Forum - community, help and support

Image
der lader til @ der er en stigende tendens til @ fortælle om andre joomla-sites end sin egen "vis dit websted". måske skulle der opretten et nyt forum med titlen "vis et joomla-websted"? blot en tanke... ja, det er ikke helt hvad kategorien var tænkt til  vis dit websted her kan du fremvise dit eget joomla! websted og få kommentarer. kun til joomla! websteder. Board index Joomla! International Language Support International Zone Danish Forum Vis dit websted

OSMC Rainbow Box - Raspberry Pi Forums

hey everybody, running raspbmc while, , 1 day saw not supporting anymore , switching osmc. installed osmc via desktop application onto class 10 sd card (8gb). popped in , rainbow screen appeared red rectangle in corner, have 512mb b+. looking online, it's saying pi either overheating or under-powered. power-supply have canakit 2.5a, , tested fine voltmeter. heatsinks copper jbteks way. has else had issues osmc installs or canakit? the huge rainbow square @ boot gpu test, small top right reddish square supposed overheat there bug firmware makes appear @ boot when makes no sense. if don't anywhere else can ignore it. raspberrypi

quiero crear directorio - Joomla! Forum - community, help and support

buenas quisiera saber si joomla tiene alguna extension o version del programa que me permita crear un directorio, en el cual las personas se inscriban y que sus datos se almacenen en una base de datos que pueda accesar es algo estilo bolsa de empleos por ejemplo: http://www.mastrabajo.com http://www.estascontratado.com http://panaempleos.com/ la ultima es la que mas se parece mi idea existe algo asi o tengo q programar o q? gracias hola tienes esta extension para crear un listado de ofertas de trabajo: jobline http://joomla.theyard.org/jobline esta es la direccion de la demo: http://joomla.theyard.org/component/opt ... itemid,55/ un saludo Board index Joomla! International Language Support International Zone Spanish Forum Versiones de Joomla! obsoletas Joomla! 1.5

Save Button en breedte invoervelden - Joomla! Forum - community, help and support

Image
ik gebruik de js-matrix template en heb 2 issues. 1. als ik via submit news een nieuwsitem wil toevoegen, valt het invoerveld buiten de template, ik vermoed dat ik dat wel via de template css kan aanpassen, maar weet het niet zeker. 2. de save button werkt niet. in ie7 krijg ik een melding dat er een javascript error is. in firefox 1.5 gebeurt er gewoon helemaal niks, ook geen foutmelding. bij bijvoorbeeld het invoegen van een weblink, werkt die save button overigens wel, oorzaak toch de breedte van het invoerveld dan ? graag jullie input / info! ik heb een testgebruiker aangemaakt voor wie het probleem zelf wil zien. inlog: testgebruiker, password joomla ik krijg in de developer toolbar deze foutmelding: fout: tinymce not defined bronbestand: http://www.erikschulp.nl/index.php?opti ... 1&itemid=2 regel: 175 lijkt me dus eerder in de editor te zitten dan in de template, maar weet het niet zeker. Board index Joomla! International Language Support

Protect Flash memory on ATMEGA2560 (SOLVED)

hi, i've been looking few days find info in net. downloaded avr studio 5 , bought avrisp mkii atmel store follow steps explain on website block security bites. thing when connect arduino mega avrisp mkii computer can't lock security bites on avr studio 5 cause option doesnt exist atmega2560 atmel show on tutorials.... have no idea how can that!! the idea avoid access code saved on flash memory. knows how can done?? that appreciated. thanks! afaik, atmega2560 has same security features atmega328; bytes/bits trying set (or pages of tutorials looking at)? note "protected" settings won't protect against bootloader being able read code. as5 has bad reputation; should upgrade 6.1. you want delete bootloader , set non-bootloader lock bits (lb1, lb2) 0: "further programming , verification of flash , eeprom disabled in parallel , serial programming mode. boot lock bits , fuse bits locked in both serial , parallel programming mode."

Re-skin the Yun configuration page

hi all, i hope can me... i wonder if (and how) possible change page users sees when or configures yun connect network (http://arduino.local) if, instance, yun used within product, add product name , logo page. i hope i've managed make sense! thanks, neil http://forum.arduino.cc/index.php?topic=208908.msg1606818#msg1606818 Arduino Forum > Products > Arduino Yún (Moderator: fabioc84) > Re-skin the Yun configuration page arduino

Using the On-board push button as a on/off switch

hi everyone, still newbie working arduino trying understand wondering how can use on-board push button on mega adk on/off switch. know have use interrupt because it's hardwired pin 2 , need turn on , off when clock changes, possible if 1 can lead me through this? no, can't it. the button on adk reset button.  hard wired reset pin, , pressing resets microcontroller. i don't know specific chip, there may ways disable reset functionality , use pin input pin, disable ability program board @ all, you'd kind of stuck. to want need external circuitry.  chip can't turn on own power, there no power run chip can turn power on.  kind of catch-22 situation. you can create soft latching power switch using p-channel mosfet, has gate pulled vin  through resistor, button pulls down ground turn on.  arduino takes power mosfet, , when powers drives io pin high turns on npn transistor in turn shorts out power button keeping turned on.  can "release&

Controlling Digital Potentiometer AD5235

i'm not officially lost! ive got ad5235( http://www.analog.com/static/imported-files/data_sheets/ad5235.pdf ) replacing volume dial in audio amplifier. i've got thing wired , coded per tut - http://www.arduino.cc/en/tutorial/spidigitalpot#.uwdmqhna7wn - doesn't work. see no change on wiper reading. i've tried using 1 - http://www.reigndesign.com/blog/controlling-a-10-bit-digital-potentiometer-via-spi-with-arduino/ and, i've tried replicating once - http://forum.arduino.cc/index.php/topic,85837.0.html all no avail. this part of home cinema project, , else working bar last bit. can offer me support? thanks martin * pin 10 , ss defined output ?? * connection cables ok ? * spi-mode ? ,  msb/lsb first ? * pullups needed ? * no mods in transfer speed --------- when examples chip fail, closest mind check cables once more. (remove power, disconnect all, make connections on again, (remenber 5v/gnd) --------- if still doesnt work. hardware has

Setting up test and production servers

i upgraded dw cs3 golive, , attempting mimic feature available in golive setting various servers each site. have single source of files saved locally , network connections each of test , production servers. typically, develop local files, test on test server, move production. however, in dw cs3, notice can set remote (production) , test server when working local files , attempt put files, moves remote server location. so, there way set scenerio this? > so, there way set > scenerio this? set 2 sites. 1 local/testing, , other local/remote. switch between them needed. you can expand files panel, , select testing server display clicking on testing icon @ top. point until you change again, uploads go testing server rather than remote server. can't tell how many times has caught me in real head-scratching experience.... -- murray --- icq 71997575 adobe community expert (if *must* email me, don't laugh when so!) ================== http://www.projectseven.com/go - d

Assistance for DW template

hello, i new dw user using dw2004. have website developed in template. copied file dw , able work in on limited basis. however, online store used shoppng cart programs 2 different host , have had problems both. need have own template catalogue pages , link own ssl , make store pages part of actual website. , not subdomain. not knowledgeable enough in dw develop template myself believe if had 1 use , expand on it. templates seem find on google not fit needs. appreciated ... thank you, susan you take @ these ecom packages , build own: www.cartweaver.com (commercial) www.vpasp.com (commercial - lite version free) www.oscommerce.com (free) -- nadia adobe� community expert : dreamweaver -------------------------------------------- http://www.csstemplates.com.au - css templates | free templates -------------------------------------------- http://www.perrelink.com.au - web dev http://www.dreamweaverresources.com - dropdown menu templates|tutorials http://www.adobe.com/devnet/drea

pi killed my sd card?? (solved) - Raspberry Pi Forums

back story: per other post, got raspbian written 8gb sd card. got hdmi cable , hooked tv. booted up, worked. life good, right?? well...... today got in tft touchscreen bought off ebay. plugs gpio pins. plugged in , turned t on, nothing. not plug , play. put small disc came in computer. there read me file on says contains special version of raspbian set work 3.2" lcd touchscreen, or such story. now problem starts: put sd card computer, , tried write new os screen on (did not try format first) got error message saying disc not big enough. went computer , looked @ properties. says 8gb sd card 56mb. tried formatting in windows, still 56mb. tried formatting panasonic sd formatter, still 56mb. why 8gb sd card recognized 56mb? did destroy something? if so, did wrong? can fix this? use this format sd card. raspberrypi

Using a local keyboard while connecting via Network/SSH - Raspberry Pi Forums

hi there, got (probably) basic/dumb question: want use local keyboard (connected via usb raspberry) while connecting pi via network (using ssh putty or remote desktop). searched lot, find tutorials "how use keyboard connected computer" putty running - not pi directly. clarify: computer - putty ------- ssh ----- raspberry pi ---- usb keyboard might different sessions or this? tried different keyloggers test, no results, although keyboard works (tested direct hdmi connection). greets germany, sebastian 0xseb wrote: hi there, got (probably) basic/dumb question: want use local keyboard (connected via usb raspberry) while connecting pi via network (using ssh putty or remote desktop). ... sebastian can clarify mean - it's possible logged in pi computer via ssh** (using computer's keyboard) and use directly connected keyboard but suspect real question expect (want) characters typed on directly connected keyboard appear/display. (they appear on the, similarl

Thread: Cleaning PCs with Rootkits

a) there literature can read regarding cleaning windows based pcs rootkits on them? b) can use ubuntu boot xp based pc , modify registry? appreciated. look here: http://home.eunet.no/pnordahl/ntpasswd/ Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Cleaning PCs with Rootkits Ubuntu

RoboHelp Server 7 n00b questions

hi all, my company considering rh server 7 go along our upgrade rh 5x rh 7. we're looking way integrate our topics, learning videos (created in captivate), faq, blogs , customer forums in 1 happy, local server environment can have more control on how/when things updated. right out of gate, we've got following questions can't seem find answers in of literature or posted in forums: *does rh s7 support flash-based progressive downloads? (our videos hosted adobe) *can other content (blogs, forums, etc.) included in server , it's metrics? *i so, have sort of search engine? *if so, can set index relevant content (not topics)? *does support rss feeds of updates content? i'll have more, i'm sure, start... thanks in advance help! hi freewaydiva , welcome rh community. there lot of questions here may not answered doubt whether correct forum them. because people here documentation (not server) specialists. that said, can of them. rh server 7 can index ms office

Need file permissions permanent help page ! - Joomla! Forum - community, help and support

Image
greetings, i spent hours trying figure out why core search component joomla! 1.0.11 didn't work me. i did quite bit of debugging of components/com_search/search.php , isolated problem. then search forums , found many other people had same problem, , none found a resolution it, except re-uploaded files , problem disappeared. i found source of error... file permissions. i set whole tree 777 , error went away. the problem is:  1) web-based installation didn't catch this, 2) best effort @ setting file permissions didn't catch this, 3) joomla! backend admin system/permissions tab didn't catch this. you can read details of ugly problem, including dead code in search.php, here:   http://forum.joomla.org/index.php/topic,114271.0.html i think it's high time permanent page devoted file permissions.  sources set whole tree 755.  others set 775, folders set 707.  sources set permissions recursively (on subfiles , subfolders).  this whole issue seems generate endless headaches p

Communicating to and from a microSD card

hi! name renato , apprentice regards arduino. have project doing school requires me have website can send commands arduino board have motor spin.  i m having problem figuring out how can have function or on website code call arduino code make motor move. how communicate website in sd. card , arduino code outside of it? want have function moves motor when alarm on website sounds. in snippet of website: code: [select] if (typeof this.hourwake!="undefined"){ //if alarm set                        if (this.ctref.title==(this.hourwake+":"+this.minutewake+":"+this.secondwake)){                                clearinterval(jsalarm.timer)                                countdowntimer()                        }                } heres code. website on sd card can accessed through website: www.itcup.skuttcatholic.com . can inspect source on website see code of it. here code on arduino. reads sd card: code: [select] #include <spi.h> #include <e

copyright GPL with heavily modified Joomla? - Joomla! Forum - community, help and support

Image
hi joomla! we have hired great developer we've used in past. working on our new cms. package heavily modified source code of joomla 1.0.11 love. have read in forums it's okay remove copyright notice on web pages, source code? says okay because he's re-built of code, small little company , want make sure follow rules! thanks joomla! sorry, it's not ok. gpl not allow remove copyright code. credit needs given credit due. i'd worried though, developer ignores copyright, may not trustworthy in other things either. Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Writing BMP085 sensor values to MySQL

hello everyone, i wanted request assistance on reading values bmp085 barometric pressure sensor , writing same mysql database. arduino beginner , have been working on few home monitoring projects. wish use arduini-mysql connector library write data mysql server directly. there assist me this. appreciate greatly. is there nobody can me this? Arduino Forum > Using Arduino > Project Guidance > Writing BMP085 sensor values to MySQL arduino

Thread: Sound and desktop effects not working =(

hello everyone! dad picked old comp. not surprisingly, had windows , password protected account. windows xp , vista discs recovery , work default machine. option installing ubuntu, if wanted machine work. installed it. problem there no sound @ , not desktop effects. i've tried: *updating using update manager *installing ubuntu restricted extras *installing desktop effects in add/remove. tried turn on effects, said installing drivers "could not enable... etc" *i've tried messing around system>preference>sound. changed possible options, none of worked. *i've ran "alsamixer" in terminal , unmuted everything. *i follwed online guide, removed pulseaudio , installed alsa only. still nothing. wasnt such idea... *i think might need add "/etc/modprobe.d/options" don't know what. @ moment, don't know do. alsamixer in terminal doesnt work (probably cause removed =s). i'm not w

Komme im Code nicht weiter - 2 Funktionen beeinflussen sich

hallo, ich stecke immer noch fest, in meinen funktionen. ich habe nun schon alles hin und verschoben aber es nicht funktionieren. mein problem ist das ich die pumpe einschalte und gleichzeitig auch das magnetventil spülkasten öffnen will, das geht , aber es darf dann nicht auch das magnetventil für den blumenkasten öffnen. es soll immr nur einer von beiden geöffnet sein, wenn die pumpe ist. mit vorrang für den spülkasten! sollte der blumenkasten gerade geöffnet sein, dann "abbruch" ventil zu und spülkasten ventil auf.  das ganze wäre noch irgendwie einfach aber ich möchte mit millis() gewisse einschaltzeiten und sicherheitsabschaltungen machen. die beiden funktionen werden mit unterschiedlichen parametern aufgerufen und dann mit unterschiedlichen zeiten gesteuert. jetzt geht alles irgendwie durcheinander. alle werden auf high gesetzt aber nicht wieder auf low. ich fische irgendwie im trüben und mache es nur schlimmer  =( ist es vielleicht besser ich setzte alles in