Posts

Showing posts from March, 2015

Download station torrent + "NAS" - Raspberry Pi Forums

Image
vi posto la mia configurazione e con calma nei prossimi giorni se trovo il tempo faccio una guida un pò piu dettagliata elementi necessari: - rpi - alimentatore (personalmente ho quello di rs components, quello dell'iphone e quello del blackberry e funzionano correttamente) - sd con raspbian - un posto dove salvare file (hd usb, hd di rete, nas, ...) step zero: ho installato raspbian la prima volta collegando il rpi allo schermo e alla tastiera in modo da configurare l'accesso ssh, è una delle opzioni chieste al primo boot credo. ho assegnato un ip statico rpi per comodità di accesso, nel mio caso 192.168.1.200 step1: una volta configurato l'accesso tramite ssh ho rimosso tastiera e video. questo tramite terminale (osx o linux) oppure tramite putty (windows) si ha accesso rpi code: select all ssh nomeutente@192.168.1.200 sostituite nomeutente e ip con il vostro. step2: collegamento e mount dell'hard disk esterno. generalmente basta collegarlo e se non...

check if not category/section exists when creating an item. - Joomla! Forum - community, help and support

Image
hello i purpose add function check if no category or section exists when creating new item. with moserror('please create category first") i m sad when forget create cat or section, create item, feed text, error when saving....("you must select section")... having check when pushing button "new" on item manager fine. better: disable button until section, cat, title , alias defined (all requiered fields in fact...) Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information Archived Boards - All boards closed Feature Requests - White Papers - Archived Wishlists and Feature Requests - Archive Wishlist Archives - Archived

int A4 conflict declaration

hi guys, doing simple program produce c major scale, when creating interger variable "a4" store frequency 2272hz, "conflicting declaration 'int a4'. can fix problem putting in lower case. however, interested in reason why happening --------------------- the code bellow --------------------- code: [select] int c4 = 3830; int d4 = 3400; int e4 = 3038; int f4 = 2864; int g4 = 2550; int a4 = 2272; int b4 = 2028; int c5 = 1912; int duration = 500; int pintone = 7; void setup() {  pinmode (pintone, output); } void tone(int period, int length) {  long m = millis() + length;  while(millis() < m) {    digitalwrite(pintone, high);    delaymicroseconds(period/2);    digitalwrite(pintone, low);    delaymicroseconds(period/2);  } } void loop() {    tone(c4, duration);  tone(d4, duration);  tone(e4, duration);  tone(f4, duration);  tone(...

SHA-1 - Raspberry Pi Forums

what 'sha-1' , how use it? in advance. andy. are referring sha-1 checksum numbers on download page? these can test whether downloaded zip files correct rpf intended. downloads appear successful, problems server or own bandwidth can corrupt contents. test downloaded images, refer verifying image tutorial here . if hash pattern (the long number) matches 1 on image download page, you've downloaded file successfully. if not, it's best try , download image again, or if possible use bittorrent download more reliable. raspberrypi

RSS not displaying as links - Joomla! Forum - community, help and support

hi,on site http://www.kobfc.co.uk have updated mambo joomla finally. problem in bottom right have rss module displays title of site link, , 5 stories links, did before moved. title link, , 5 stories text now. any ideas? maybe answer problem... http://forum.joomla.org/index.php/topic,8393.0.html Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

OT: google maps

this multi-part message in mime format. ------=_nextpart_000_0024_01c790d7.bde665b0 content-type: text/plain; charset="windows-1252" content-transfer-encoding: quoted-printable perdonad por el ot pero alguien sabe como se puede crear tantos = marcadores como datos haya en mi mysql ? quiero que cree tantos = marcadores (las famosas bolitas rojas) como clientes tenga pero no hay = forma... ------=_nextpart_000_0024_01c790d7.bde665b0 content-type: text/html; charset="windows-1252" content-transfer-encoding: quoted-printable <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html><head> <meta http-equiv=3dcontent-type content=3d"text/html; = charset=3dwindows-1252"> <meta content=3d"mshtml 6.00.2900.3059" name=3dgenerator> <style></style> </head> <body bgcolor=3d#ffffff> <div><font face=3d"trebuchet ms" size=3d2>perdonad por el ot pero = alguien sa...

Thread: Questions about running my own DNS for routing subdomains

i have domain (we’ll call domain.com) points router dynamic wan ip. i’m using zoneedit dynamic dns duties link domain ever changing ip. have server running ubuntu server 8.04 attached router subdomain of main.domain.com, runs openvz , 3 virtual environments. gave each virtual environment subdomain of vz1.domain.com, vz2.domain.com, , vz3.domain.com. have traffic routing inside lan each subdomain. if i’m on lan , using laptop, can ssh vz2.domain.com, no problem. if ftp main.domain.com, no problem. ports configured , traffic flows should. however, when i’m outside lan, traffic ends @ domain.com (the router) regardless of subdomain use. router doesn’t seem know send traffic server or virtual environments based on subdomain. there way in dnsmasq have wan traffic route right subdomains (i’m using dnsmasq on ddwrt linksys wrt54gl router)? can ssh router , go beyond web gui if necessary. if not possible in dnsmasq, if setup own nameserver using bind on ubun...

Wordpress RSS feed will not display in Joomla 1.0.4 - Joomla! Forum - community, help and support

hello.  i've been on joomla/mambo codebase while now.  i'm setting new website fora  company , want use wordpress blogging news , use joomla content/forum/downloads system.  i'm trying wordpress 1.5.2 rss feed display in custom block on homepage.  happens feed times out , site displays header.  i have checked rss feed , working correctly.  tested on mambo 4.5.3 base , works there fine.  i found these 2 posts on rss/content not displaying: http://forum.joomla.org/index.php/topic,6394.0.html http://forum.joomla.org/index.php/topic,6392.0.html i have attempted fixes no results.  what can done fix problem?  of seeing it? Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Thread: Automatic Buffer Copy When Opening Files On Samba Shares

hey guys, accessing debian lenny-hosted samba share kubuntu computer. typing smb://server-name/share-name dolphin's address line doesn't me far, i'm not madman , don't expect kind of tricks work on linux machines (only windows computer can resolve network names) ... however, can access smb://server-ip/share-name, okay me. there large files stored on share, , want open them right in place. instance, there's 4gb big video file i'd watch on network. it's no problem @ if use windows pc. however, kubuntu insists upon copying whole freaking file before opening video player, ridiculous, because neither have kind of time nor enough space in /var/tmp! can't find option in system settings , after searching these forums half hour without success decided have go , whine here bit. , no, doesn't seem depend on program open file with, it's same vlc media player, mplayer , kate! heck can beat reason kde make stop doing stupid things...

Partial Image Viewer - Raspberry Pi Forums

Image
hello. new raspberry pi world , have question on getting started on project idea have. want use rpi show fullscreen image on boot. however, dont want see entire image, say, top right hand corner. able use arrow keys, or other input maneuver around image, sort of "preview" function on many shopping sites when mouse on item. possible, , in world start? appreciated!!! perhaps browser in kiosk mode ? else , there time learn python. ghans raspberrypi

3G USB modem working, but intermittently disconnects - Raspberry Pi Forums

hi there have huawei e1752 3g usb modem works on macbook , (before close page) asus aspire 1 (a110). aspire 1 running arch linux , when use wvdial connect, connection unwavering. i'm running raspbian wheezy on pi, i've installed ppp libusb-dev wvdial (and tried sakis3g script). results same. modem connects, disconnects usb_modeswitch kicking in (seemingly after connection terminated). appreciated! sorted!! possible problem power usb. moved modem powered hub , connection holds. http://www.draisberghof.de/usb_modeswit ... f=3&t=1123 raspberrypi

screen goes blank - Raspberry Pi Forums

Image
hey, figured out alot on pi. run weezy , have want it. after period of time pi stays powered lights screen goes out until hit key , comes on. there setting here missing or in config.txt file? know there should way keep screen going. tks rinky edit root /etc/kbd/config i.e. sudo nano /etc/kbd/config , change blank_time=30 blank_time=0 after reboot never blank, can type setterm -blank 0 @ command line now raspberrypi

servo program

Image
hi, i'm new programing , need programming arduino diecimila control servo. i want make servo shaft spin. please help. i used sweep example , can feel vibrations when hold in hand, shaft not spin, tried on both motors, first time worked hasn't since then. Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > servo program arduino

Bad path problem but how to fix?

hello if go http://www.enhancedwireless.net/opportunities/manufacturers.shtml , select of sub menus under "manufacturers" should password challenge screen - click cancel , should authentication page. @ bottom there library item 5 menu items work on other pages one. must path issue i've tried ../../library/footer, i've tried ../library/footer, i've tried /library/footer , still page not found when click on of 5 items...it's still placing links in manufacturer folder called opportunites, should link correct page outside of opportunities folder. thoughts? thank kb > must path issue i've tried ../../library/footer, i've tried > ../library/footer, i've tried /library/footer you should have nothing in /library folder other library files (*.lbi). furthermore, library files have no function on server, anyhow, there no need upload them. -- murray --- icq 71997575 adobe community expert (if *must* email me, don't laugh when so!) ====...

collapsing a current selection

i've been using homesite , dereamweaver , know homesite has feature code lines can collapsed right mouse click , selecting "collapse current selection" option after selecting several lines of code. dreamweaver mx 2004? have same feature or alternative feature? can tell me how implement it? thanks. dreamweaver ms2004 doesn't have it, dreamweaver 8 , dreamweaver cs3 have code-collapse feature. vic dreamweaverr engineering More discussions in Dreamweaver support forum adobe

Printer font, setting

Image
in preferneces can set visual font in ide. (i found how play in prefernces.txt file) where/how can set printer font? the printer font same visual font, larger. (i'd guess point 24, when visual point 12) let me ask question way   when use file print in ide, how printout look? on printout font far large, scaling has gone wrong. large see part of code, rest has spilled off page both top , right. known bug?   version 18 (window) Arduino Forum > Forum 2005-2010 (read only) > Software > Interfacing > Printer font, setting arduino

making screenshots on pi - Raspberry Pi Forums

hi there use wheezy image. installed imagemagick package via apt-get install imagemagick in order able use "import" command line tool screenshots. fine unless screenshots full black... doing wrong, or possible way screenshots, command line (a must requirement) ? regards daniel i had problems using imagemagic screen grabber well. leave black squares windows behind other windows. tried "scrot" , worked ok. http://www.peteronion.org.uk/elliott-80 ... _scrot.png petero raspberrypi

Wlan und Lan gleichtzeitig nutzen - Raspberry Pi Forums

hallo, ich gehe über einen wlan-stick ins internet. das funktioniert soweit auch. wenn ich jetzt aber das lan-kabel anschließe und mit meinem laptop verbinde, geht das internet leider nicht mehr. sobald ich das lan kabel wieder raus nehme, geht alles wieder. hättet ihr eine idee? hier mal meine /etc/network/interface konfiguration, die vll relevant sein könnte: code: select all auto lo iface lo inet loopback iface eth0 inet static address 192.168.3.2 netmask 255.255.255.0 gateway 192.168.3.1 allow-hotplug wlan0 iface wlan0 inet manual wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf iface default inet dhcp raspberrypi

2 Newbie Arduino questions

has had problem arduino losing it's program? scenerio: host program sending "commands" arduino(serial port) , works great. the next day after powering arduino not respond host program. upload same i/o program , runs great again. also: everything comes arduino via serial port asc value? can send integer, (example 1500) arduino , recognizes int 1500? without knowing more arduino , host programs, impossible answer first question. did try reset? quote everything comes arduino via serial port asc value? no, binary value. quote can send integer, (example 1500) arduino , recognizes int 1500? 1500 decimal (0x5dc) requires @ least eleven bits represent, can't sent in single byte, send 0xdc , 0x05. Arduino Forum > Forum 2005-2010 (read only) > Software > Interfacing > 2 Newbie Arduino ...

phototransistor sensibility

hello. i'm trying use phototransistor "read" light transmitted leds. looks phototransistor not sensible enough read light i'm emitting. i built circuit: +5v----resistor 18kohm----+------phototransistor------gnd                                      |                                      |                                  arduino question (i'm not expert can see): how can increase sensibility? increase resistor? how much? thanks.....   what phototransistor using? post link Arduino Forum > Forum 2005-2010 (read only) > Software > Interfacin...

Newbie Alert! Solar Flare II mod - Joomla! Forum - community, help and support

g'day everyone, quick question regarding solar flare ii template comes latest install of joomla. please forgive me if i'm ask question regarding that's not allowed (modification of existing template). i really, solar flare ii template wondering if me in changing template/css allow main 635*150 banner image cover entire span of page - i.e., 800*150 image? i've tried cutting banner i'd use (800*150) 2 parts (635*150 , 165*150) , placing smaller of 2 inside newsflash module right of default banner sits. way, banner spread across span of site there's gap images separated. i've tried modding css allowing 800*150 banner instead of 635*150 floating newsflash module 'right'. has worked, it's messed placement of main body content including opensourcematters banner ad goes - in middle column of site has dropped down level of 'powered joomla' banner image; in other words, there's large blank gap in middle of page. i've installed locally @ mo...

CPU load monitoring using GPIO and leds - Raspberry Pi Forums

Image
hello ! wrote today article on blog cpu load monitoring (using gpio , leds) on raspberry's. simple (written in little shell script), think can useful (for people want learn leds stuff on r. pi) there 5 leds turning on , off regarding cpu load: - cpu < 20%: 1 led - cpu < 40%: 2 leds - cpu < 60%: 3 leds - cpu < 80%: 4 leds - cpu < 90%: 5/5 leds - cpu >= 90%: 5 leds flashing here article: written in french, can watch youtube video , download code @ bottom of article. http://www.chteuchteu.com/2012/10/26/ra ... e-au-gpio/ if find errors in code, can post comment on article. ! up code enhancements ? raspberrypi

Prompt Dialog Box for Empty Text Fields

i've created questionair. has 3 fields - name, email, question. input text fields in movie clip called "form". right when click on submit button sends info in text fields (via "form" movie clip) goes thank screen (it works fine): on (release) { form.loadvariables("email.php", "post"); } however, want prompt dialog box when text fields left empty, or @ symbol left out of email text field. appreciative. thanks. on (release) { if name.text = "" then msgbox.text = "enter name" }else{ next check... sorry im tying nothing in front of me isa basic format for e-mail believe if e-mail.text <> *@*.* should work. or effect have done before cant remember off top of head. if ya need more e-mail me More discussions in ActionScript 1 and 2 adobe

XSLT - Repeat Region - Limiting repeats

hey gang, is there property, or control panel option limiting or specifying number of times repeat region repeat? i'm using cs3 , xsl fragment pull in remote rss feed. first time doing this, , impressed dw ease of use setting this up. thanks info, or references online tutorials. i created first rss display page using this, , lead me way through: http://www.communitymx.com/content/article.cfm?page=1&cid=b0f45 thanks community mx, , tom muck great tutorial!!! thanks -dave hi dave, thanks kind words. to limit result, use condition region button on the xsl bar. or can type code manually. either way, need in code view , highlight area inside <xsl:for-each> tag: "dave bar" <d@d.com> wrote in message news:f31r5v$sio$1@forums.macromedia.com... > hey gang, > > there property, or control panel option limiting or specifying > number of times repeat region repeat? > > i'm using cs3 , xsl fragment pull in remote rss feed. ...

fixed point math library recommendations?

i had posted thread: "floating point precision: true double possible?", seems answer question "no". ...so, in lieu of floating point math on true (64 bit) doubles, i'll need resort using fixed point math.  this require re-writing of normal floating-point functions (sine, tangent, exponentiation, etc.), i'm *sure* has been done before -- many times over.  i'm curious if there recommendations fixed-point math libraries have been tested on arduino. alternately, arbitrary precision library or library implementing 64-bit floating points extremely useful.  any recommendations appreciated! thanks, -jon have considered library? http://www.mpfr.org/ Arduino Forum > Forum 2005-2010 (read only) > Software > Development > fixed point math library recommendations? ...

redirected when trying to login as administrator - Joomla! Forum - community, help and support

Image
our joomla! based web @ http://www.foto-ceif.com , when try login administrator using address http://www.foto-ceif.com/administrator "redirected" http://foto-ceif.com/administrator (leading 'www' lost!). makes fckeditor , mosce editors stop working. then, have manually insert missing "www" , refresh page "right" address $mosconfig_live_site value 'http://www.foto-ceif.com/portal' in configuration.php file. any clues strange behaviour?  what in global configuration? Board index Joomla! Older Version Support Joomla! 1.0 Administration - 1.0.x

keyboard microcontrollers

i have salvaged chicony c34451be , novatek nt6868ah keyboard microcontrollers. worth holding onto these things or can not used and/or reprogrammed? they not reprogrammable. left on little pcbs, keyboard controllers can make nice interfaces dealing medium large numbers of switches;  connect switches (up 100+) keys used be, use 2 wires ps/2 protocol arduino (or whatever), , you're set... Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > keyboard microcontrollers arduino

Thread: error in terminal - signatures couldn't be verified

hello, after fresh installation of ubuntu 9.04 followed directions given enable medibuntu repository (looks wasn't successful). keep getting error in terminal "reading package lists... done w: gpg error: http://packages.medibuntu.org jaunty release: following signatures couldn't verified because public key not available: no_pubkey 2ebc26b60c5a2783 w: may want run apt-get update correct these problems" tried run sudo-apt update + reload update manager error still there. shall do? thanks. try this code: sudo apt-get install medibuntu-keyring && sudo apt-get update Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] error in terminal - signatures couldn't be verified Ubuntu

Passing text from browser

hi i'm trying pass text browser using javascript keeps bringing same error. have following javascript in browser (ie7): <script language="javascript"> function setplayer(){ shockmovie=param1; shockmovie.evalscript(inputform.playername.value); return 0; } </script> <form name="inputform" method=post> <input type="text" id="playername" value="player name"> <input type="button" value="submit" onclick="setplayer()"> and following code in director file (mx 2004): on evalscript text put text gvtext put gvtext field "display" end does know i'm doing wrong? thanks what error? thrown browser or sw? evalscript not very robust , problematic on browsers. -- rob _______ rob dillon adobe community expert http://www.ddg-designs.com 412-243-9119 http://www.macromedia.com/software/trial/ More discussions in Director Lingo adobe

Different Dreamweaver versions, different ASP Insert record coding?

hi. in our office have several different versions of dreamweaver (dreamweaver 8 , dreamweaver cs3). when developing asp pages our old version produce code handling insert record commands work fine. code looks similar following: <% ' *** insert record: set variables if (cstr(request("mm_insert")) = "seminarregistration") mm_editconnection = mm_seminardatabase_string mm_edittable = "seminarregistration" mm_editredirecturl = "registration_successful.htm" mm_fieldsstr = "firstname|value|lastname|value|address|value|city|value|state|value|zipcode|value|phone| value|fax|value|email|value|oetracker|value|license|value|ceaccount|value|eventname|value| eventdate|value|paymentamount|value|paymentmethod|value|ccnumber1|value|ccnumber2|value|cc number3|value|ccnumber4|value|cctype|value|ccexpiration|value|cvccode|value|ccbillingzipco de|value|meal|value|wdsinvoice|value|registrationdate|value|checkinstatus|value|confirmati onsent|value...

Wind Sensor and Servo

i have wind sensor , servo powered separately on 2 different breadboards. the arduino powers wind sensor , battery powers servo. each part of code works fine separately wind sensor becomes delayed. the delay(15) seems cause. if run both delays off, servo has convulsion wind sensor works fine. is there way write have best of both worlds? a fast response wind sensor , delays needed servo? code: [select] // wind sensor , servo sweep byte ledpin[] = {4, 5, 6, 7, 8, 9, 10, 11, 12, 13}; //pins used led's #include <servo.h> servo myservo;                // servo object control servo int pos = 0;                      // variable servo position void setup() {  myservo.attach(3);         // servo on pin 3 servo  //serial.begin(9600); // set pins output (int x = 0; x < 10; x++) {   pinmode (ledpin[x], output); } } void loop() {  int sensorvalue = analogread(2);  //serial.println(sensorvalue, dec);      if (sensorvalue > 160)...

FileExists

hi, i need varify existence of file using fileexists. works fine on server cf5.0 fails on mx7. ideas why not working on mx7? <cfif fileexists("formurl")> file exist <cfelse> file exists. </cfif> jenn wrote: > hi, > need varify existence of file using fileexists. works fine on > server cf5.0 fails on mx7. ideas why not working on mx7? > > <cfif fileexists("formurl")> > file exist > <cfelse> > file exists. > </cfif> > it has full absolute path file (i.e. drive letter: folder/folder/file). and must file on server cf can access, not on client's computer. you can full absolute path using expandpath() function. -- azadi saryev sabai-dee.com vientiane, laos http://www.sabai-dee.com More discussions in ColdFusion adobe

Betalingsløsning - Joomla! Forum - community, help and support

finnes det noen betalingsmodul norske betalingsløsninger (cardia, netaxept, paynet, paycore)??? jepp, vi har en stabil php-shop og en virtuemart som er på vei ut av beta nå. den er gpl og blir lagt ut til nedlasting på våre sider løpet av desember. den fungerer mot cardia og luup (?) mobiltelefonhandel. kontakt meg off-forum på tjarand.matre@doitright.no hvis du trenger den. Board index Joomla! International Language Support International Zone Norwegian Forum Eldre versjoner av Joomla! Joomla! 1.0 Komponenter/moduler/mambots

LCD Display problem

i can't seem second line on multi-line lcd's work. tried adafuit's modified liquidcrystal library 20x4 display. used serial lcd example sketch test the display , lcd smartie send serial data winamp display. the problem first line shows data. on second line nothing appears. on 4 line displays, data suppose on second line show on fourth line instead. on 2 line display nothing shows on second line. since happens both libraries, including 0017 library. i'm wondering if software bug in liquid crystal library or limitation of lcd smartie sending serial data. has else had problem this? if so, le me know did correct , trouble shoot it. regards hi, please check wirung of lcd. if ok, please post part of code drives lcd. maybe there's bug somewhere. not believe library not ok. reagrds mike Arduino Forum > Forum 2005-2010 (read only) > Software ...

Thread: how to close ports with GUFW?

hello, here i'm trying become ubuntu expert, small non profit work, starting zero...i installed gufw firewall, because read on forums firestarter no longer recomended, , gufw easier use. went shieldsup site, read on forum, , told me have ports open. telnet, ftp, , http. others listed "stealth". read here "stealth" "drop", , means. learn how close ports gufw. read on 1 site says change "gufw setting to: 12345 allow anywhere". can't find on gufw interface have. how do that? understand, problem if ports open, right? though read shieldsup site gives "wrong" diagnosis because check router, not computer. still, i'd know how close ports (assuming that's necessary). also, read "hardware" firewalls better "software" firewalls. have gufw software firewall, right? don't know difference. shieldsup looking @ router, not pc. ...

Float vs. double in math.h and arduino libraries

before far down road, thought i'd ask opinions. want use of functions in math.h gps calculations ( see http://www.movable-type.co.uk/scripts/latlong.html bunch of useful formulas). math.h requires use of type double rather type float . recognize on avr devices both types use 4 bytes of storage. real question types interchangeable?  they appear have different ranges , degrees of precision. there need explicit conversion or typecasting, or should avoid arduino functions , use math.h calls math? thanks. ed float , double same on arduino , therefore interchangable. avr  gcc compiler implements both float , double 32-bit ieee 754. you may need test few trial values see if can sufficient accuracy. interested hear results. good luck! Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs ...

just completed the site using joomla, but now...This site is temporarily unavail - Joomla! Forum - community, help and support

Image
i installed joomla, uploaded stuffs articles , all. and of sudden shows "this site temporarily unavailable " i can't administrator page. please help!! what number give after error? here meaning of numbers: http://forum.joomla.org/index.php/topic ... 4.html#new Board index Joomla! Older Version Support Joomla! 1.0 Administration - 1.0.x

pbs image Writer - Raspberry Pi Forums

bonjour, j'installe ma pi mais j'ai un soucis: j'ai suivis la procédure de base savoir: " télécharger le logiciel : win32-image-writer pour ms windows https://launchpad.net/win32-image-writer décompresser le fichier zip ou rar (suivant la version que vous avez téléchargé) pour obtenir un fichier ayant pour extension .img insérer la sd card dans votre ordinateur exécuter le logiciel win32 image writer (en tant qu'administrateur) dans "image file", cliquer sur l'icone représentant un dossier et sélectionner votre fichier img dans "device", sélectionner la lettre de lecteur qui correspondant à votre sd card cliquer sur le bouton "write" pour installer xbmc après installation, démonter votre sd card puis la mettre dans votre raspberry pi " sauf que dans "device", c'est le grand bleu. rien n'y apparait. mon ordi reconnait la sd, je peux l'ouvrir, y copier ce que je veux, mais image write...

parallel printer control?

hi, i want ccontrol parallel port printer directly arduino,  i've been seen docs [1] cant right approach problem. any 1 can me? [1]http://www.beyondlogic.org/spp/parallel.htm typically, parallel port used send data printer. has lines allow read information printer, such it's readiness receive data. can more specific want control? Arduino Forum > Forum 2005-2010 (read only) > Software > Interfacing > parallel printer control? arduino

¿Porque no veo bien la web? - Joomla! Forum - community, help and support

hola buenas, como veis soy nuevo por aquí y en el tema de joomla, necesito un poco de ayuda. el problema es que no se porque motivo no veo bien la web que hago con joomla. trabajo desde linux, utilizando xammp y probado con varias versiones de joomla, pero no consigo que se vea correctamente la web, se ve como si fuese un documento de texto, sin menus ni nada. al principio pensé que podría ser de los permisos, pero descarto eso porque hice un chmod -r 777 al directorio de la web de joomla. he probado otros tipos de php y nunca me había pasado esto, se veian perfectamente. alguien sabe lo que puede ser? muchas gracias saludos hola estoy casi seguro de que debe ser problemas de la plantilla prueba instalar alguna plantilla nueva y cambiarla desde el admin... pd: el admin se ve bien ? o es solo el frontend el que se ve mal ? Board index Joomla! International Language Support International Zone Spanish Forum ...

Redirected to Forum -- Checked config - HELP PLEASE! - Joomla! Forum - community, help and support

Image
hey guys, i've installed vbridge on site (upgraded) has vb 3.5.1 , joomla 1.0.4 ... problem -- it's redirecting straight forums when try go straight dot com. i've checked configuration million times , i've played settings trying see if backwards... i'm using /forum  in absolute path forum , /forum url... it's unwrapped using vbulletin registration  (because joomla's wasn't working on vb me before) like said - i've tried playing of info nothing seems stop going forums... seen 1 piece of code in joomla.php file thought might problem -- apparently not??? fixed. somehow old menu problem has come haunt me.  Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information Archived Boards - All boards closed com_connector - Multi Joomla Bridge

Troubleshooting Alpha Channel for Fading

good evening, @ www.golfandsportperformance.com/home.htm have used alpha channels fading effect. works on gspc supposed on welcome golf & sport performance center. used same process on these did gspc cannot figure out why not fading well. input on appreciated. thank you. hi, can share source file? More discussions in Adobe Animate CC - General adobe

New library: DS1307 (Real-time Clock)

Image
hi i have made easy-to-use library ds1307 rtc not need wire library. ds1307 datasheet: http://datasheets.maxim-ic.com/en/ds/ds1307.pdf . more infomation , download can found here: http://www.henningkarlsen.com/electronics/a_l_ds1307.php i know there other libraries ds1307 out there, but: i wanted library similar ds1302 library i wanted have go @ i 2 c without using wire library. i enjoy coding   /henning ok, library buuuut.. love website! such page awesome template playground pages - compatibility box , whatnot.. maaan, thats wonderful. dont want post layout suggestion or una punta 0 forum? vote yours! Arduino Forum > Forum 2005-2010 (read only) > Software > Development > New library: DS1307 (Real-time Clock) arduino

Multiple-file project

Image
hello, researched , didn't find helped me, here goes... i'm working on project step-by-step. means have multiple files single, small tasks. for instance, have file generates crc-8 of array. give random values array, click upload , shows me crc in serial monitor. i have file humidity sensing sensor. i have file temperature sensing sensor. etc etc. i because when need use 1 of these parts on project, don't have read huge file , filter variables , functions , loops , might want. how can use them without making on huge file? i guess convert files functions , have huge, confusing file functions , smaller, neater file uses them. do have include<> or that? they're .pde, of course. thanks! if multiple .pde files in 1 folder, 1 same name folder generates main() , init() functions. others contribute functions sketch being compiled/linked/uploaded. so, can have individual .pde files individual functions. copy required .pde file sketch folder, ,...

ClickButton library - detecting double clicks etc

Image
i thought time try , head around oo stuff (again), admittedly i'm more of spaghetti coder anyway, extended on debounce example , made function in sketch, turned out kinda ok. thought have go , make library out of it. i think  this not way of using resources on arduino 1 button? made more practice oo (even though i've dabbled in before, little im afraid). the library detecting clicks on 1 button. of course several instances can made more buttons, it's not made lot of buttons in mind. figure maybe useful skethes needs things single clicks, double clicks or maybe triple clicks. can determine whether or not button held down after of number of clicks. details on project homepage: http://code.google.com/p/clickbutton/ comments , suggestions improvements (not feature requests (but try listen), more in sense of library writing) welcome. Arduino Forum > Forum 2005-2010 (read only) ...

Thread: boot time issue in new release

Image
i'm running asus a7c laptop intel centrino duel core 1.83ghz , 2gb ram. in previous release total boot time ubuntu faster windows (i'd guess minute, or minute , half top end), since converting jaunty i'm hitting 3 minutes. i've attached output bootchart, it's strange considering new release meant have cut boot times. help. attached images athens-jaunty-20090702-1.png (120.9 kb, 4 views) Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] boot time issue in new release Ubuntu

Need help with adc converter + serial monitor

Image
i'm unfamiliar c programming. need guidance i'm using arduino duemilanove-atmega168 using voltage divider rule, connect 5v fixed resistor, fixed resistor variable resistor ground. using adc converter, want display digital number 0-1023 using serial monitor depending on variable resistance (i.e. change in analog input voltage). i not know how write program reads analog input voltage variable resistor , display digital discrete number on serial monitor resistance (variable resistor) changes. can some1 pls help? been struggling weeks...thank youuuuuuuuuu!!! appreciate it quote been struggling weeks... i'm pretty sure there's tutorial or example on @ www.arduino.cc, i'm surprised searches didn't find them Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs ...

How to refer to analog pins as switch input?

i'm troubleshooting big project , suspect digital pin 13 bad, , don't have left.  i have 4 analogs open, though. i have simple button-short-to-ground input.  i'm trying use analog pin this, compiler errors. i'm using syntax per tutorial:   http://www.arduino.cc/en/tutorial/analoginputpins , e.g.: pinmode (a1, input); but compiler says "a1 not defined in scope..." must stupid, can't see it!  thanks help. install arduino 0019. or, analog 0 digital 14, analog 1 digital 15, etcetera. Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > How to refer to analog pins as switch input? arduino

Function to Return a Value?

i want make function(or whatever) returns value. mean want able like: code: [select] if(function == value) {  //or "function() == value"??   } i know set variable equal in said function, think cleaner... the way intend make function following syntax: code: [select] function void() {   value returned function generated here... } is possible somehow? have no formal training programming, starting better. appreciated. thanks. pat just use return statement: code: [select] int function() {    return 12; } Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Function to Return a Value? arduino

Servo Timer conflict? Help please! :(

Image
hey guys-- i've been writing program school design project of mine. it's first time i've ever used arduino (the particular model deicimila), let alone microcontroller. i've had lot of success. have 2 programs achieve 2 goals... last night attempted combine them , not compatible when in same code-- , unable figure out why. the first of 2 causes servo go through 2 motions, , solenoid triggered. on own, executes perfectly. quote #include <servo.h> servo myservo;  // create servo object control servo int ledpin = 13;          // variable 'on' led int counter = 0;          // set counter servo trigger int power_switchpin = 7;  // set 'on' switch pin 7 int solenpin = 4;         // set solenoid switch pin 4 int power_switch_value;   // number of interrupts counted void setup() {   // attaches pins  pinmode(ledpin, output);  pinmode(solenpin, output);  pinmode(power_switchpin, input); } void loop() {  power_switch_...

What's the Gertboard for that can't be done using GPIO? - Raspberry Pi Forums

what's gertboard/piface for? have no problem software programming, bit clueless on hardware , electronics. can gather, expansion boards used connect sensors, servos, motors, etc. can gather, pi's gpio can send , receive signals. i've read magpi tutorials on how use gpio read temperature sensor signals, , make leds blink. so, make motor run example, assuming it's connected external power source already, don't need send 'go' signal gpio pins motor connected to, , optionally kind of protection circuit in between stop pi getting fried? not possible pi alone, or more difficult without gertboard? i suppose adds "standard" interface card, around tutorials can written. can pretty directly pi. obvious omission (to me) adc. ti launchpad cheaper. raspberrypi