Posts

Showing posts from January, 2010

Auto baud canbus

hi. i have googled above subject found little on subject. having failed @ first canbus project need go basics , check every thing think know. b.t.w. related topic. http://arduino.cc/forum/index.php/topic,97702.0.html i checking bus speed 138.24. have had proof connecting bus. so question :- there method setting cnf1 cnf2 cnf3 registers test read if none redo registers , test again untill read found. or sketch above. i in process of setting own canbus (room room ) test system. regards antony. Arduino Forum > Using Arduino > Networking, Protocols, and Devices (Moderator: fabioc84) > Auto baud canbus arduino

apt-get update problem quick2wire - Raspberry Pi Forums

when trying update/upgrade pi (same problem on multiple pi's), hangs while trying connect dist.quick2wire.com (see below). (5 minutes), update terminates with: e: index files failed download. have been ignored, or old ones used instead. indeed, when try connect via browser, page can't found (it looks google cached version of on july 17). thoughts on how fix? code: select all $ sudo apt-get update hit http://mirrordirector.raspbian.org wheezy release.gpg hit http://archive.raspberrypi.org wheezy release.gpg hit http://mirrordirector.raspbian.org wheezy release hit http://archive.raspberrypi.org wheezy release hit http://mirrordirector.raspbian.org wheezy/main armhf packages hit http://archive.raspberrypi.org wheezy/main armhf packages hit http://mirrordirector.raspbian.org wheezy/contrib armhf packages hit http://mirrordirector.raspbian.org wheezy/non-free armhf packages hit http://mirrordirector.raspbian.org wheezy/rpi armhf packages ign http://archive.raspberrypi.o...

installation problem

what mean when dreamweaver 8 preparing install , interupted message saying "the system cannot read specified device" trial version? download corrupted. -- murray --- icq 71997575 adobe community expert (if *must* email me, don't laugh when so!) ================== http://www.dreamweavermx-templates.com - template triage! http://www.projectseven.com/go - dw faqs, tutorials & resources http://www.dwfaq.com - dw faqs, tutorials & resources http://www.macromedia.com/support/search/ - macromedia (mm) technotes ================== "cuzal" <webforumsuser@macromedia.com> wrote in message news:en62h7$nnn$1@forums.macromedia.com... > mean when dreamweaver 8 preparing install , > interupted message saying "the system cannot read specified > device" More discussions in Dreamweaver support forum adobe

Thread: Safe Reinstall?

Image
i want reinstall ubuntu on dual-boot vista pc, want without corrupting mbr or interfere vista. there way this, or out of luck? my friend have no fear...ubuntu here! thats wonderful thing ubuntu...it loves everyone..including micro$oft!! since have ubuntu installed means have swap , / partitions setup re-install same way did first time! long dont touch vista partition(sda1 or 2 or whatever specified) have no issues...once reinstall ubuntu...grub add new kernel boot options automatically. new kernel install default os boot to. if reason happen damage mbr there many resources available fix it. dart vista! there on xp...dart xp!!! please post if need further help. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] Safe Reinstall? Ubuntu

Update Flash Player in Flash MX 2004

hi folks, i'm having problem publishing (and previewing) transitions , reading through threads think might don't have flash player 8 or higher. flash player 9 installed on computer web-browsing when looking in flash mx publish settings, newest version flash 7. can advise me how go fixing may solve other problem? if has other suggestions of how fix tranisition problem, appreciated. thanks in advance. there's nothing broken or wrong here. looking in flash authoring program flash mx 2004 - numerically flash 7. expected version can publish player version - because @ time flash mx 2004 released, flash 7 latest version. flash 8 , 9 didnt exist came later. in other words - flash 8 including publishing options flash 9 , 10 - technology doesn't exist yet. impossible publish player version supports technology hasn't been developed yet. if want create , publish flash 8 content, need have flash 8 authoring tool. flash 9 has been released doesn't mean versions ...

Arduino Internet Access V1.

Image
code: [select] void testconnect() {  setupremoteport("80");  //change needs  setupremotehost("myarduino.info"); //change needs  remoteconnect();  //establish connection  //remotecrlfsendpacket("get /whatever");  //removed } basically magic happens, seems work fine /sending/ packets when send data arduino it buffers, eg if send '123' delay(1000); '456' you'll see happen... 123 delay...  456 if send '123' '456' the result 123456 (not separate data strings) because stacks on data @ end, in tcp ip think call chunking on client, can around looking $$ , && , removing bit @ time getting right data need. same needs done via c++ source i'm  not so  setupremoteport("80");  //change needs  setupremotehost("myarduino.info"); //change needs  remoteconnect();  //establish connection  //remotecrlfsendpac...

[conseil] Carte DEV-10587 [Résolu]

Image
bonsoir @ tous voilà je possède cette carte (dev-10587) :   http://www.sparkfun.com/products/10587 elle fonctionne ,déjà une bonne chose   mais possèdant un lecteur de carte sd (adafruit) je n'ai pas trouvé utile de prendre cette carte : http://www.sparkfun.com/products/10628 mais voilà , la lecture de mp3 ne fonctionne pas  =( pourtant j'ai respecté les conseils (intégré la lib , modifié le fichier sd2pinmap.h , mis les fichiers mp3 d'exemples ) quote it relies on sdfatlib bill greiman: http://code.google.com/p/sdfatlib/ need download , install library. compile, must change sd2pinmap.h of sdfatlib! default ss_pin = 10;. must change line under atmega328/arduino area of code uint8_t const ss_pin = 9;. cause sdfatlib use pin 9 'chip select' microsd card on pin 9 of arduino layout of shield works. ça ne fonctionne pas ,j'ai du oublier quelque chose   merci pour votre aide   cordialement will p.s: je fais suivre le sketch...

Migrate and convert Mambo 4.5 to Joomla 1.0.8 - Joomla! Forum - community, help and support

Image
hi guys...! here again questions above mentioned subject. i tried couple times migrate old mambo website 4.5 - joomla 1.0.8 - locally didn't succeeded on task. @ least on first tries. i have been avoiding in on line site because scared mess if commit mistake while on line. (anyway site have been set off line, avoid visitors login). as mambo version became old in many aspects, i'm willing migrate higher level , reason able stay closer upcoming releases. so i'm wondering if task can performed no harm existing data contained in mambo site (photos, articles , description icons part of articles emphasize meanings), when migrating it. i've tried backup database control panel of hosting , local computer, data unreadable. so @ point didn't went further because had not clue why happen or reason occur. i know why happended or have been reason. one detail aware of, 2nd website (in english) located under root /public_html folder in folder named /joomla , if delete or migrate ma...

With serial, my program works the way I want it; without serial, it doesn't

i got program work couple of buttons drive 2 separate motors forward , backwards. in total, 4 separate buttons. used "serial.println()" verify buttons being pressed. tested , worked way like. when tell motor move forward, can simultaneously tell motor b move backwards. it's gravy until remove serial commands. doing that, can 1 command @ time, rather simultaneously. inputs why it's happening way? code serial commands , works fine microcontroller connected serial port. bolded parts took out code sorta works: quote #include <bmserial.h> #include <roboclaw.h> #define address 0x80 roboclaw roboclaw(8,9); // joypad buttons const int upa = 2; const int downa = 3; const int upb = 4; const int downb = 5; void setup() {  pinmode(upa, input);  pinmode(downa, input);  pinmode(upb, input);  pinmode(downb, input);      digitalwrite(2, high);  digitalwrite(3, high);  digitalwrite(4, high);  digitalwri...

Thread: formateo de disco

hola, tengo un problema con uno de los discos rígidos (contiene solo archivos). esto es lo que me tira el hard disk sentinel. failure predicted - attribute: 5 count of sectors moved spare area. indicate problem disk surface or read/write heads. there 1251 bad sectors on disk surface. contents of these sectors moved spare area. drive found 1 bad sectors during self test. based on number of remapping operations, health of disk decreased in different steps. there 14 weak sectors found on disk surface. may remapped time in later use of disk. replace hard disk immediately. como hago para formatearlo en bajo nivel desde el ubuntu y darle luego formato ntfs? muchas gracias. nuevo o viejo es disco?? si es nuevo, no conviene darle bajo nivel.. es más los lugares erroneos los "descuenta", asi que lo unico que pasa hasta ahora fue perder kbs... los clusters dañados se dan de baja.. ...

problem with TP-link 725N (8188eu) - Raspberry Pi Forums

hi, have raspberry pi, running "linux rpi3 3.6.11+ #474 preempt..." have added tp-link 725n (v 2) dongle lately. after struggling bit 8188eu module, managed make connect lan... challenge appears when want create ad-hoc network... have seen several posts on forum, claiming success building ad-hoc network... got strange behaviour on board... 1. iwconfig shows adapter seems initiated correctly: "...rpi3 ~ $ iwconfig wlan0 ieee 802.11bg essid:"mlpt2" nickname:"<wifi@realtek>" mode:ad-hoc frequency:2.412 ghz cell: 02:11:87:bc:e1:01 bit rate:54 mb/s sensitivity:0/0 retry:off rts thr:off fragment thr:off power management:off link quality:0 signal level:0 noise level:0 rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:0 missed beacon:0 " @ same time, 'iwlist wlan0 scan' of times no...

Flip-Flop troubleshooting + wiring Transistor to control RC car

Image
hey guys.  i'm working on building car starts / stops moving when exposed light.  i've got circuit set detect voltage corresponding light intensity, compare threshold voltage, , toggle flip-flop when detects pulse.  flip-flop (increased 9v op-amp) in turn controls whether or not current flow across transistor, in theory should cause rc transmitter transmit 'forward' signal. however, there couple bugs in circuit.  first, flip-flop not transition between states each time receives pulse.  rather, acting normally-closed switch, transitioning open (turning off led indicator) upon incident light, , closed when light removed.  in other words, doesn't seem latching properly. the flip-flop (cd4013) wired follows: 1: q led / transistor base 2: q bar data 1 (5) 3: clock 1 comparator output 4: reset 1 set (6) vss (7) ground 14: vdd red (9v) the second issue lies transistor controlling transmitter.  can't seem controlled dire...

Suggestion for potentially useful hardware addon - Raspberry Pi Forums

i don't know if else find useful, there particular hardware add-on see pi. in basic form, connect sd card slot , on other side present usb port external hard drive connected. purpose allow hard drive emulate sd card boot , run raspberry pi entirely off hard drive, without needing sd card @ all. but, if designing thing (which not have ability do) make small cube following: power input short (6" or so) power cable supply power raspberry pi (so don't need 2 power supplies) sd connector plug - plugs sd card slot on pi 2 4 sd card slots 2 4 usb ports connection of external hard drives additional connectors might needed make work (to receive command raspberry pi). idea when boot pi, rather booting 1 usb card connected, select boot of connected sd cards or usb drives. there menu allowing pick 1 want, or set default one. in addition, device permit "backup mode" 1 sd card backed or usb drive @ scheduled time or manual invocation user, or 1 usb drive backed ...

Temperature controlled fan using Arduino

i using arduino uno, temperature sensor(lm35), , 5 volt minfan. need suggestions on how set circuit board , output or inputs use on arduino. on how write program after have set up. the objective fan change speeds according temperature sensor reads. instance, if sensor read low temperature fan should operate @ low speed , if read high temperature  fan should operate @ high speed. how many times going ask same question? stop cross-posting. there examples in playground temperature sensors. posted sketch on 1 of other threads. Arduino Forum > Using Arduino > Project Guidance > Temperature controlled fan using Arduino arduino

Using a php image file - Joomla! Forum - community, help and support

i have created php script - ok, "borrowed" - generates gradient image. you may read , see on test site, @ http://tomj.frih.net/litz/ but problem is: joomla doesn't accept php image type. what can make work? there mambots can install include php within content item: http://forum.joomla.org/index.php/topic,33807.0.html its nice looking effect: hope work! Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Mailto: syntax for large group

i'm sure has been covered, cannot seem find anywhere. trying create mailto: group of 600 emails. once add on 100 emails, link no longer works. possible have mailto: 600 emails? if not, there other software suggest handle that? in advance! this surely best done server-side scripting (or mail service) mailto: link. @ skilled in server scripting? -- murray --- icq 71997575 adobe community expert (if *must* email me, don't laugh when so!) ================== http://www.dreamweavermx-templates.com - template triage! http://www.projectseven.com/go - dw faqs, tutorials & resources http://www.dwfaq.com - dw faqs, tutorials & resources http://www.macromedia.com/support/search/ - macromedia (mm) technotes ================== "sistabean" <webforumsuser@macromedia.com> wrote in message news:enll8g$qvq$1@forums.macromedia.com... > i'm sure has been covered, cannot seem find anywhere. > > trying create mailto: group of 600 emails. once add...

help.joomla.org/api/li_Joomla.html incomplete? - Joomla! Forum - community, help and support

Image
am missing alone? missing need most. in http://www.help.joomla.org/api/li_joomla.html first 3 links working . others need giving blank page. when fixed? thanks. hi there, try this... http://www.help.joomla.org/api/ for joomla! 1.5 try this... http://api.joomla.org cheers shayne Board index Joomla! Official Sites & Infrastructure Documentation - Feedback/Information/Suggestions

Raspberry PI als share in netwerk - Raspberry Pi Forums

hallo, ik heb me al suf gezocht op google en diverse fora on mijn probleem maar ik kom er niet uit... de raspberry pi draait met xbmc uitstekend. alles werkt, er verbinding met internet etc.en vanuit de raspberry kan ik subdirs op mijn nas toevoegen (muziek, foto's) aan de bibliotheken van xbmc. aan mijn raspberry hangt een 2 tb hd waar mijn films opstaan. deze films staan op hun beurt weer keurig in de xbmc-bibliotheek en worden goed afgespeeld. vanuit mijn windows (w7) omgeving wil ik bestanden (films) toevoegen aan die 2tb harde schijf, maar ik zie de rapberry pi helemaal niet in mijn netwerk staan, evenmin die 2tb hd dus dat lukt niet. vanuit mijn w7 omgeving kan ik wel via 192.168.178.55 inloggen op de server, selecteren etc. instellingen : raspberry xbmc 12.2 met openelec 3.06 subnetmask: 255.255.255.0 (staan overal gelijk) workgroup: staat bij beide gelijk samba op raspberry staat aan moet ik op de ene of andere manier iets "delen" op de raspberry en zo...

Arduino and NI usb DAQ

alright, may dumb question here goes: i have quadrature encoder read angle.  have part working.  need write number out pin, read usb national instruments usb daq.  trying analogwrite pin, , wanted verify sending right information wanted analog read , value serial.print. basically, how output number 1 pin , read in on another? quote i need write number out pin how doing this? how device expect number "written pin"? quote which read usb national instruments usb daq no idea usb daq is, seems unlikely national instruments makes one. quote i trying analogwrite pin is device expects? hardly seems likely. quote and wanted verify sending right information wanted analog read analogwrite() , analogread() operate on pins on opposite sides of board. have appropriate pins connected? quote and value serial.print well, part, @ least, trivial. quote basically, how output number 1 pin , read in on another? first, let's make sure makes sense. p...

Compartilhando internet do laptop windows 7 com Raspberry - Raspberry Pi Forums

olá todos! compartilhei conexão de internet entre windows 7 domeu laptop e raspberry, usando o raspbian, da seguinte maneira: 1 - no windows: abrir central de rede e compartilhamento, alterar configurações adptador. 2- selecione conexão de rede sem fio e conexão local, click com o botão diteito, conexão em ponte. 3- deixe ambos configurados com ip automático. 4- irá aparecer o link de rede em ponte. 5- conecte na porta ethernet computador o cabo crossover. 6 - em seu raspberry pi: abra o lxterminal, $ sudo leafpad /etc/network/interfaces 7- configure um ip static: adress: siga o padrão seu roteador (ex: 192.168. 0. 1), o terceiro número deve ser o mesmo seu ip computador host. coloque mascára padrão. 8- o getway raspie deve ser o mesmo host. salve o arquivo e feche. 9- no terminal: $ sudo leafpad /etc/resolv.conf 10- configure o dns, igual ao getway host. 11 - salve e feche. obs: teste com os comando ifconfig e ping. espero ter ajudado e boa sorte. raspber...

Suppressing check for version number

i'm using dreamweaver insert shockwave movie e-learning web site page. dw adds suitable html code in page. want suppress shockwave checking version installed latest verison. (client has older version, downloading newer version in e-learning module disruptive learner). i've tried edit out checking keep breaking shockwave playback. can kind soul tell me how edit code below suppress version check , download? any gratefully appreciated. regards, david, ottawa *********** <div id="content"> <div id="content_lcol"> <script type="text/javascript"> ac_sw_runcontent( 'codebase',' http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,0,0','width' ,'600','height','400','src','animations/quizops','pluginspage','http://www.macromedia.com/ shockwave/download/' ); //end ac code </script><noscript><object classid=...

Arduino Max 2560 + Wireless SD Shield

bonjour tous je suis nouveau dans le domaine, je m'intéresse l'arduino afin de pouvoir concevoir en projet un robot wall-e. j'ai actuellement une carte max2560 rev 2 de chez lextronic , une carte wireless sd shield et un module radio xbee® xbp24-awi-001 je me pose la question, est ce qu'on peut envoyer ou recevoir des commandes du module xbee sur une carte wifi (pc portable) ? mon serais de pouvoir connecter le module xbee de l'arduino n'importe quel réseau wifi (routeur,pcportable, téléphone...). est-ce faisable ? merci d'avance, Arduino Forum > International > Français (Moderators: jfs, Snootlab) > Arduino Max 2560 + Wireless SD Shield arduino

Need Help Badly... - Joomla! Forum - community, help and support

Image
hi i'm in urgent need of help. made first joomla website yesterday http://strikeforce.clanservers.com , have problem. i want news items displayed 1 per box, kind of news on www.clan-km.com i've tried have no idea how this, please help. thanks  the same effect can reached line @ bottom of each item. use editor or html. Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Thread: SSLDump Configure/make error

hi, im (almost complete) linux noob, bare me. have tried install ssldump-0.9b3, , there has been error in configure file, got: sudo ./configure loading cache ./config.cache checking host system type... rm: cannot remove `dummy': directory rm: cannot remove `dummy': directory configure: error: can not guess host type; must specify one, im guessing need specify host type, decided move dummy, (that dir) see happen. ended configuring smoothly. when sudo make, happens: gcc -g -o2 -dhave_libm=1 -dhave_sys_time_h=1 -dstdc_headers=1 -dtime_with_sys_time=1 -dsizeof_unsigned_short=2 -dsizeof_unsigned_int=4 -dsizeof_unsigned_long=8 -dsizeof_unsigned_long_long=8-dretsigtype=void -dhave_vprintf=1 -dhave_strdup=1 -c -o network.o ./base/network.c -dopenssl -i./base/ -i./null/ -i./ssl/ -icommon/include/ -i./null/ -i./ssl/ -i/usr/include -i/usr/local/include in file included ./base/network.h:96, ./base/network.c:51: ./base/tcpconn...

Self made shake switch

Image
dear arduino-fans! i new arduino , i've set project. i've made own shake-switch, if shake thing, makes contact, in every direction. (he working) it made piece of polystyrene, nails, small spring weight @ end , screw. now want program arduino. i want make led blink when has made contact 5 times in 2 seconds. so thinking: code: [select] int ledpin7 = 7; int inpin4 = 4; int val = 0; int buttonpushcounter = 0;   // counter number of button presses int buttonstate = 0;         // current state of button int lastbuttonstate = 0;     // previous state of button long firstpress = 0; long countingtime = 3000; int presses  = 0; void setup() {  pinmode(ledpin7,output);  pinmode(inpin2, input);  } void loop() {     if(digitalread(inpin4) == high)   { firstpress = millis(); presses = 1; while(millis() - firstpress < countingtime) {     if(digitalread(inpin4) == high)   ...

Patch 1.0 --> 1.0.8 Nothing happens - Joomla! Forum - community, help and support

an absolute beginners question (i tried find answer in faq) previous xoops user: i have installed v. 1.0 , tried pathc v. 1.0.8. uploaded files there else need do? need run script, update admin or...? nothing happens, still shows v. 1.0. i have had quick on joomla usability, when comes admin section compared xoops. thanks! /karl in admin backend @ bottom of every page should say: joomla! 1.0.8 stable [ sunshade ] 26-feb-2006 05:00 utc or if go to: system -> system info look for: joomla! version:  joomla! 1.0.8 stable [ sunshade ] 26-feb-2006 05:00 utc upgrading within 1.0.x intended painless possible, contains changes in codebase, hence overwriting 1.0.0 files 1.0.8 files enough. Board index Joomla! Older Version Support Joomla! 1.0 Upgrading - 1.0.x

Thread: How do I reinstall sound card drivers?

my sound isn't working , i'd try reinstalling sound card drivers. can me? need use synaptec? adept? think automatically recognized on install. thanks. this unlikely drivers issue. did change they're not working? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [SOLVED] How do I reinstall sound card drivers? Ubuntu

invalid conversion from "int*" to "int" - array question

guys, i have function has 2 bytes , array input parameters , should return array. but keep getting above mentioned error. below program. this: it reads rotary encoders via shiftin function. encoders connected 74hc156 multuplexer. than mypotcalcfunction : calculates if rotary encoder has moved, calculates if went cw or ccw, calculate real value of encoder (old value + 1 cw , -1 ccw). the pot values displayed on 16x2lcd. i hope coments ;-) the error in mypotcalcfunction when put function void (loop) kind of works ;-) (it detects rotation of pots ok, +3 instead of +1???) ps beginning of ui interfacte template; reading rotary encoders , push buttons, displaying values on lcd. next step these rotary encoders , push buttons ;-) any appreciated. code: [select] //define pins shiftin int latchpin = 8; int datapin = 11; int clockpin = 12; //define variables hold data //for each shift register. byte switchvar1; byte oldswitchvar1; //define varaibles hold data //for direction of rotary e...

Menu buttons without underline when hyperlinked

can me menu buttons? want have red text without underline, turn blue , underlined when hyperlink them. can avoid automatic formatting hyperlinks? have menu buttons in table in library. earlier used flash text, first had click @ button delete kind of security filter before had click again @ button wanted. knows that? liked flash text buttons changed color when rolled on them, can't use because of clicking has do. use css... a:visited { font-weight: bold; color: #cccccc; text-decoration: none} a:hover { font-weight: bold; color: #ff0000; text-decoration: none} a:active { font-weight: bold; color: #6633cc; text-decoration: none} a:link { font-weight: bold; color: #cccccc; text-decoration: none} (set colors desired) "marinor" <webforumsuser@macromedia.com> wrote in message news:enudia$71j$1@forums.macromedia.com... > can me menu buttons? want have red text without > underline, turn blue , underlined when hyperlink them. > can > avoid automatic for...

Thread: Java works in Konqueror but not in Firefox

the java runtime environment works in konqueror not in firefox. i've tried reinstalling both jre package , firefox package. i've tried enabling , disabling java , javascript in firefox. know can work? is sun's java or openjdk? think firefox 3.5+ doesn't work openjdk's browser plugin ( icedtea6-plugin ), , solution "install sun's". sun's browser plugin included in main sun-java6-bin package, if have jre, have installed. however, doesn't "install" mozilla plugin unless install sun-java6-plugin package. so, make sure it's installed. if , still doesn't work, reconfigure package let reassert itself. code: $ sudo dpkg-reconfigure sun-java6-plugin also, check about :plugins in firefox make sure it's not listed there , you're experiencing firefox bug. (the 1 mentioned 1 grey box , 100% cpu use, no applets.) have @ /usr/lib/mozilla/plugins/ . th...

Menu thoughts - Joomla! Forum - community, help and support

Image
hi, new cms have been contributing programmer interactiuve tools (htmlarea). i horizontal menu in digitalether, have client needing render vertical menu same opacity settings , ability have sub-levels. how go pulling menu replace 1 in solarflare ii? thanks. i'm sure folkls rock in area. looking forward posting solutions , fixes. peace stan Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

asin() *always* returns 0

i'm trying follow this tutorial uses asin() whatever returns 0. asin(27) asin(27.0) asin((float)27.0) all return 0. doing wrong?! quote what doing wrong?! you not showing real code. snippet looks fine, culprit doing output asin function. Arduino Forum > Using Arduino > Programming Questions > asin() *always* returns 0 arduino

Komponent for startside og legg til i favoritter?? - Joomla! Forum - community, help and support

heisann! vet noen om et komponent eller en annen fremgangsmåte som gjør @ jeg min linkeliste kan sette opp valg så brukerene kan sette siden "som startside" eller "legg til favoritter"?? thomas hhei. her er et script som lager en link som legger deg til favioritter: sett det inn bodyen index.php-fila di. det har alltid virket hos meg, men da hadde jeg index.html og ikke php. regner med @ det går ett dennesituasjonen. Board index Joomla! International Language Support International Zone Norwegian Forum Eldre versjoner av Joomla! Joomla! 1.0 Komponenter/moduler/mambots

Thread: ZW Forums

hi guys, unfortunately, zw international forum seems have little attention of recently.. of loco team members communicate via email mailing lists @ moment, particularly because have access email during day. getting internet can problem in zimbabwe, communicate via email. if have questions, or speak us, please consider contacting via following mediums until international forum gathers momentum later on. our team can contacted on email address "team@ubuntu.org.zw",or can join ubuntu-zw international mailing list, can communicate large number of ubuntu , other oss enthusiasts. join ubuntu-zw list please see link below: https://lists.ubuntu.com/mailman/listinfo/ubuntu-zw information on our team, please see our loco team website: http://www.ubuntu.org.zw cheers now. kt. nice 1 kt. yep, we're still alive , kicking if zim forum isn't! Forum Th...

[SOLVED] How do I read a GPIO pin in assembler? - Raspberry Pi Forums

i doing baking pi tutorial, , have figured out how write gpio pin. how read gpio pin? based on bcm2835's peripheral documentation, you'll want read gplevn starting @ 0x7e200034. gplev0 give pins 0-31. read pin 16 (the 'ok' led), load address 0x20200034 (physical address), load 32 bit value stored there register, bitshift + , pin's value out of cluster. example (not tested): code: select all main: mov r0, #16 bl read_pin bl print_val ; pin value (print it?). value: 1 if set high, 0 if set low. read_pin: ldr r1,=0x20200000 ldr r2, [r1, #0x34] lsr r2, r2, r0 ; assuming r0 set pin number read , r0, r2, #1 ; clear values except least significant bit (our pin value). bx lr raspberrypi

iPod Serial play/pause on UNO

Image
i posted on in programming well, i'm starting wonder if it's hardware problem ( in case i'm sol because know no hardware ever ). the problem this: i'm trying ipod play/pause , restart tracks based on input parallax ping))) sensor. sensor (as far know) works great, no response ipod. i'm not getting compiling errors, , i'm using lot of borrowed (it works think) code. i'm starting think physical structure causing ipod not respond. here bit of code , images. code: [select] #include <ipodserial.h> #include <simpleremote.h> simpleremote simpleremote; // initialize int pingpin = 7          ; // serial ping))) int podpin = 0           ; // ipod tx, board rx int podpout = 1          ; // ipod rx, board tx int pingbaud = 9600      ; // ping))) baud rate int podbaud = 19200      ; // ipod baud rate int threshon = 20; int threshoff = ...