Posts

Showing posts from January, 2010

Adding FeedFlare to Joomla - Joomla! Forum - community, help and support

with site stats functionality of performancing metrics having gone south i'm looking feedburner, http://www.feedburner.com,  replacement (as rss feed handled them).  have feedflare tracking requires tag put on home page , 1 added every story (with stories individual url in) . . . know put tag on home page edit in order add tag each story without having manually enter each story??? did have luck this?  thinking maybe put in css stylesheet somewhere, wasn't sure where.  putting tag on home page did drop on index.php file?  particular place? Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Thread: grub error 13

hi. installed jaunty week or ago in dual boot xp home edition. each os 1 own hard drive. now, never use windows anymore, wife on occasion. today, tried boot xp , grub gave error 13. went menu.lst , says windows. # entry automatically added debian installer non-linux os # on /dev/sdb1 title microsoft windows xp home edition rootnoverify (hd1,0) savedefault makeactive map (hd0) (hd1) map (hd1) (hd0) chainloader +1 # entry automatically added debian installer non-linux os # on /dev/sdb2 title windows nt/2000/xp rootnoverify (hd1,1) savedefault makeactive map (hd0) (hd1) map (hd1) (hd0) chainloader +1 can me going her. don't know do. search error 13 showed me different solutions. thanks. if xp on it's own drive, try booting directly drive. may need change boot order in bios. if xp won't boot directly drive might issue drive ,...

help me install a lcd screen please - Raspberry Pi Forums

this instructions have, cannot figure out put file, says copy pi system. using pi2 raspbian jessie. 2.5.1. how installing driven script 1) copy file rpi2b_b_b+_usb_touch_res_5.0_raspbian.tar.gz raspbian system, and unzip it. then, enter terminal , input following command: sudo tar zxvf rpi2b_b_b+_usb_touch_res_5.0_raspbian.tar.gz 2) run script usb_touch_res_5.0_raspbian located @ folder rpi2b_b_b+_usb_touch_res_5.0_raspbian following command: cd rpi2b_b_b+_usb_touch_res_5.0_raspbian sudo ./usb_touch_res_5.0_raspbian 3) when finished, system reboot automatically. , lcd module can work properly, including display , touch functions, after system rebooted. 1. if file ends in "tar.gz", there no reason unzip it. 2. dont see need "sudo" unpacking "tar", decent install script can run home directory user "pi". using "sudo" when running actual install-script of course needed. doesn't matter put tar.gz archive, install script ...

Rechtliches: Namensrechte

hallo, mal rechtliches. ich möchte t-shirts für unsere schule erstellen und verkaufen. dazu würde ich gern unseren schulnamen darauf schreiben. nun gibt es eine offizielle t-shirt-produktlinie von der schule. und ich glaube diese möchte nicht unbedingt konkurrenz. darf ich den namen auch verwenden ohne zu fragen? wie weit gehen die namensrechte? darf ich ne abkürzung benutzen? danke, gruß sebastian More discussions in Deutsche Foren adobe

Ca fonctionne au téléversement mais ça plante à la mise sous tension

bonjour à toutes et à tous, j'ai codé une application (mega2560 avec touchscreen) dans laquelle, suite à une appui sur l'écran, je crée des objets. comme le dit le titre de ce sujet, ça fonctionne bien suite au téléversement de l'application. mais si je débranche le module et que je le rebranche, le même appui sur l'écran fait planter mon application. avez-vous une idée du pourquoi du comment ? merci de votre aide. pierre bonjour le problème est très probablement dû à un bug dans le programme qui ne se manifeste qu'en fonctionnement normal, comme par exemple un défaut d'initialisation ou l'utilisation d'une zone mémoire normalement non autorisée. Arduino Forum > International > Français (Moderators: jfs, Snootlab) > Ca fonctionne au téléversement mais ça plante à la mise sous tension ...

Creating Bitmaps from Flash

i have client requesting flash project user can create custom layout pictures , text. need able save created hard drive. needs distibuted on cd, no server code can useed. here's hard part: graphics have print quality (at least 300 dpi.) have been reseaching days , have not come viable solution this. i thinking have have user build layout on stage , have larger version being build off stage, don't know how take information , bitmap format , onto hard drive. i looking suggestions. know going need use beyond flash, since flash can not save directly hard drive. should trying in flash or there better way? anyone? i using flash mx 2004 on pc ok, upgrading flash 8 can use bitmapdata command of bit map data image want save. want use zinc translate data bitmap image , save users hard drive. can me zinc code nessecary this? More discussions in ActionScript 1 and 2 adobe

Is 12V to 5V conversion possible while maintaining ratios?

i'm not quite sure how explain i'm looking for, i'l try anyway. the arduino (uno's) analog input can convert analog signal digital signal. however, see it's limitation it's anywhere 0-5v. 3.5v 70% of 5v, therefore digital equivalent somewhere close 716 (in range of 0 1023). the 70% equivalent 12v 8.4v. if able map 12v 5v digital equivalent 716. is possible or there device can convert 0-12v input 0-5v input it's usable arduino? there arduino measure varies between 0v , 12v. i hope i've explained myself enough. thanks in advance! -miguel quote the arduino (uno's) analog input can convert analog signal digital signal   really ? why don't post code demonstrating how ? quote is there device can convert 0-12v input 0-5v input it's usable arduino?  http://www.fairchildsemi.com/ds/cd/cd4049ubc.pdf (output voltage level determined vcc voltage used. input can tolerate +12v input. in other words, if w...

Will this work correctly?

hi all, i've got (12) photosensors 5v dc 3-wire npn no witch connect project. i think bought them wrong, because when interupted, got 0,26v between blue gnd line , black out line, got 5volts between brown 5volt vdd line , black out line. when connect theblack out line mega 2560 there no "high" because thats value of -5 volts @ moment. i hope work around problem dual channel hcpl-2531 opto-coupler (see attachment below) i'm no master in electronics, me tips +5volt high out of these photoswitches opto-coupler. thanks in advance guys, yves first point:  resistors have purpose.  please try begin understand why exist , why used in designs.  , when doing drawing... if used them, don't omit them. if optocoupler still works (the leds not fried) may hope in getting work. problem #1: the photosensor (based on understanding of them) an open collector npn output.  can pull gnd or open-circuit.   so, correctly have...

UV Sensor Sl1145 I2C bus to Arduino Pro Mini?

hi everyone, i working on hooking sl1145 uv sensor on i2c bus without inserting library. know of code using i2c address only? thanks! hi jreit313 quote without inserting library do mean, without using si1145 library?  why not want use library? regards ray Arduino Forum > Using Arduino > Programming Questions > UV Sensor Sl1145 I2C bus to Arduino Pro Mini? arduino

Turning a Piezo buzzer off

why code: [select] analogwrite(buzzer,255); turn off and code: [select] analogwrite(buzzer,0); turn on. i thought other way around. post circuit.... if have buzzer +ve 5v, , -ve in i/o pin, need i/o pin @ 0v there pd across buzzer, off on. Arduino Forum > Using Arduino > Audio > Turning a Piezo buzzer off arduino

RTC interrupt does not wake up my Arduino

hi everyone! i'm using ds1337 real time clock generate interrupts wake arduino sleep mode. isn't working out me. when tested external interrupt without sleep mode, in basic program when interrupt occurs works fine. put in sleep mode , try wake external interrupt doesn't happen. i'm using ds1337 library found here: https://github.com/sridharrajagopal/dsrtclib 'write alarm' function didn't work me used 'getregister' function set alarm myself based on datasheet. right i'm stuck. don't have idea i'm doing wrong i'm asking me. thank in advance, xdinozzox p.s. code: code: [select] #include <dsrtclib.h> #include <wire.h> #include <avr/power.h> #include <avr/sleep.h> // definition register addresses #define al1reg1 0x07 #define al1reg2 0x08 #define al1reg3 0x09 #define al1reg4 0x0a #define al2reg1 0x0b #define al2reg2 0x0c #define al2reg3 0x0d #define conreg 0x0e #define stareg 0x0f /*   ds1339 rtc example   ...

Recordset returning inconsistent results

i developing php site using mysql , apache. i have managed database connection , trying create recordsets. this difficulties lie..... i have 14 tables, majority of drop down menus. - these (single columns) return recordsets no problems. the 2 main relational tables have multiple columns. if select majority of single selected columns, have no problem there 2 columns no recordset returned. have tried renaming these columns no effect. sql query seems fine , work 2 columns. can ayone explain inconsistency? is field definition? i dying here. > dying here. yes - can see that. please put on correct forum (appdev), , let stand time before reposting it. or pick on david powers' reply post on dw forum. -- 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 fa...

digitalRead reads LOW even though it should be HIGH

i have problem don't understand(it's silly mistake also;-)). i got circuit mounted on protoshield consisting of dip switch attached i/o pins of arduino, they're pulled down 10k resistor, each switch got own pull down resistor. when write simple sketch prints digitalread(dip_switch_pin) serial reads 0, funny part when measure voltage specific pin got 3.3v reading when switch on , 0v when it's off, in world seems okey , therefore should correct readings. can tell me what's going on here? see attachment actual circuit. well wiring looks ok, , measurement seems correct, leaves sketch code. post , let @ it. Arduino Forum > Using Arduino > Programming Questions > digitalRead reads LOW even though it should be HIGH arduino

Interrupts and delay()

hi, started to program attiny85 using following core hlt: http://highlowtech.org/?p=1695 as far know not support tone() function so, in attempt make own created following sketch: code: [select] void setup() {   pinmode(0, output); } void loop() {   mytone(500);   delay(1000);   mynotone();   delay(1000); } isr(timer1_compa_vect) {    portb ^= (1 << portb0); } void mytone(int freq) {   float period = 1.00/(float)freq;   float ticks = (125000.00*(float)period)/2.00;   int on = ticks/255;   tccr1 = (1 << ctc1) | (1 << cs12); // divide 8 prescaler       ocr1a = ticks; //   ocr1c = ticks; //   timsk = (1 << ocie1a) | (1<<toie1);     sei(); } void mynotone() { tccr1 = 0; tcnt1 = 0; } everything works fine, however, when running sketch delays between tones aren,t 1000ms if knows why happens, please let me know. thanks. quote from: peppel on au...

RP2 as PPTP Accesspoint for XBox one - Raspberry Pi Forums

Image
hello live in france , see netflix, amazon , sky go german xbox one. important pptp running on it. vpn provider ist ipvanish. there tutorial describe that? saw lot of tutorial handels ap , lot of tutorials handels vpn client issue. no combination of it. there has same issue? have i'm linux newbie . shouldn't difficult. in advance susie raspberrypi

no search engine crawl - Joomla! Forum - community, help and support

Image
this question isn't joomla related %100, guys smart though ask here first  .  using joomla office intranet, on remote web server.  don't want site crawled and/or listed on search engines.  accomplish robot.txt?  best way.  using htaccess block ip's except office, want people have access outside our walls.  have logged in see menus, don't want people stumble accross when meant our public page. have robots.txt following: code: select all user-agent: * disallow: / and/or add meta tag code: select all <meta name="robots" content="noindex, nofollow"> this should block robot indexing!  Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Thread: Ubuntu 9.04 and the Kernels

i had ubuntu 9.04 installed , working fabulously on desktop computer. followed else's suggestion , attempted install ubuntu 4 gb flashdrive. didn't work and, in process, ended hosed grub. not knowing else do, reinstalled 9.04 and, in process, restored grub , computer once again boots properly. presume solution because, if computer wouldn't boot, didn't know how place correct problem or once got there. anyway, have different question. when first installed ubuntu 9.04, gave me option boot either kernell 2.6.28-11 or 2.6.28-15. fresh installation, see 2.6.28-11. happened newer kernel and/or added after of updates? and, related question, should forgo of ubdates until koala release date? you should update , yes should receive new kernel. in order update 9.10 going need have updates so. Forum The Ubuntu Forum Community Ubuntu Official Flavours Suppor...

pygame on raspberry pi to control motors with i2c - Raspberry Pi Forums

hi guys when put root@neuberfran:~# lsusb bus 001 device 006: id 0079:0006 dragonrise inc. generic usb joystick when put root@neuberfran:~# jstest /dev/input/js0 https://www.youtube.com/watch?v=hcrsrjskpcq 2nd button don't change axis. need second button change axis project root@neuberfran:~# cat /proc/bus/input/devices i: bus=0003 vendor=0079 product=0006 version=0110 n: name="microntek usb joystick " p: phys=usb-bcm2708_usb-1.4/input0 s: sysfs=/devices/platform/bcm2708_usb/usb1/1-1/1-1.4/1-1.4:1.0/0003:0079:0006.0001/input/input3 u: uniq= h: handlers=event3 js0 b: prop=0 b: ev=1b b: key=fff 0 0 0 0 0 0 0 0 0 b: abs=30027 b: msc=10 raspberrypi

sms

hi have small database of mobile phone numbers club members. is possible setup service via coldfusion website sms these numbers? mail merge sms if how set up? http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm ?context=coldfusion_documentation&file=00001667.htm More discussions in Advanced Techniques adobe

Hacer dos cosas simultaneas

Image
hola todos!  no sé si esta duda que tengo es demasiado básica pero no logré encontrar nada en internet. espero que me puedan ayudar necesito hacer una programación simultánea. es decir que no sea lineal, sino que se realicen cosas independientes al mismo tiempo. el principal problema con esto es el tema de los delays. por ejemplo si quiero que siempre un led se apague y prenda cada 2 segundos y aparte  hacer cualquier otra cosa que involucre tiempo, como leer un sensor y en base eso prender/apagar un segundo led.(después de un determinado tiempo)  no sé si me explico de buena manera. saludos. para hacer eso tienes que usar una técnica denominada timeslice la tecnica es muy simple. como no se puede hacer lo que tu pretendes se engaña al cpu haciendo que atienda muchas tareas pero en intervalos de tiempo cortos. supongamos que tienes tres tareas, pero la ejecución de ellas se realiza en forma secuencial intervalos de 1mseg. de modo que como di...

MovieClips in buttons

hey, it's been while since used flash , i'm having problem buttons animate in various hit stages. i've defined movie clip each of 3 states (up, on , down) intention of making each clip play once whenever button enters state, far good. unfortunately though hit state movie clip seems play while mouse button held down, i'm sure in prior versions of flash wasn't case (it used play once through hit state animation return up/over state.) i've tried giving movie clip within hit state name , using on(release) handler on button to play it, no luck.. is there way of making revert old behaviour, or need create single movie clip all work of managing various states ghost button overlaid catch user input? the desired output of create button glows when mouse rolls on it, explodes , re-forms when clicked (in case there's more efficient way of accomplishing this.) cheers, mike p.s. using flash mx (6.0) More discussions in Adobe Animate CC - General a...

Thread: HoTTProxy Error, Help needed!

i went through community documentation on how install hottproxy. installed of perl modules etc... when point go start admin script this. greg@greg-server:~/hottproxy-source-0.24.0.0$ sudo perl hottproxy_admin.pl hottproxy admin daemon 0.24.0.0 - (c) 2005 brian a. blakley use of uninitialized value $path in pattern match (m//) @ hottproxy_admin.pl line 20, <data> line 16. cannot open config file hottproxy_admin.conf. error: no such file or directory ending. when ls, shows file there, , file not empty. greg@greg-server:~/hottproxy-source-0.24.0.0$ ls cookies hottproxy_admin.pl releasenotes_0.24.0.0.txt hottproxy_admin.pl~ upgradeguide_0.24.0.0.txt hottproxy.conf user.attributes hottproxy hottproxy.pl www hottproxy_add-in_filters.pl installationguide.pdf hottproxy_admin.conf license.txt don't know perl, don't know if wrong that, or hav...

Pregunta a la comunidad Joomla.. Problema con el modulo Remository... - Joomla! Forum - community, help and support

hola espero nos puedan ayudar tenemos un problema con el modulo remository: warning: opendir(/home/fernando/public_html/components/com_remository_files/downloads/uploads/) [function.opendir]: failed open dir: no such file or directory in /home/fernando/public_html/administrator/components/com_remository/admin.remository.php on line 582 warning: readdir(): supplied argument not valid directory resource in /home/fernando/public_html/administrator/components/com_remository/admin.remository.php on line 584 los directorios estan creados, pero no existe ningun archivo: admin.remository.php ya cheque el archivo original que baje de joomla spanish, pero tampoco lo incluye, sin embargo antes me funcionava... ahora no me da acceso subir filles  y en la opcion de archivos sin enlazar muestra este error espero nos puedan ayudar y un saludo la comunidad. gracias!! yo tengo remository funcionando correctamente y te dire que ese archivo si existe y debe encontrarse en: administrator/components/...

Thread: Visual Effects extra, Desktop gets cut off

Image
(using 8.04lts desktop) wanted more bling bling set visual effects extra. result: desktop getting cut off. use 1600x1200. not happening when using 1280x1024. totally don't understand , have played little both 'screen resolution' , 'displayconfig-gtk' can see. why happening , how fix it? anybody? new resolution related problem: after booting, screen resolution 1600x1200 @ 1280x1024 must use mouse missing 320pixel width part...totally not logically again... Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Desktop Environments [ubuntu] Visual Effects extra, Desktop gets cut off Ubuntu

Is it possible to modify an application variable within a onSessionEnd function?

inside onsessionend function copy of application scope exists, i'm not rellay sure if can modify application variable within onsessionend it's not copy, it's reference application scope. you need read documentation. onsessionend there's example @ bottom of page of doing you're trying do. documentation friend. i'm assuming since you're asking onsessionend increasing session timeout value non-zero value worked. nice if posted resolution original thread on issue. More discussions in ColdFusion adobe

[FIXED] - BUG in JElement_Text [6004] with fix - Joomla! Forum - community, help and support

if there double-quotes in element value, html output broken.  true of other child classes of jelement, haven't checked.  simple fix use htmlspecialchars. change: code: select all return '<input type="text" name="'.$control_name.'['.$name.']" id="'.$control_name.$name.'" value="'.$value.'" '.$class.' '.$size.' />'; to: code: select all return '<input type="text" name="'.$control_name.'['.$name.']" id="'.$control_name.$name.'" value="'.htmlspecialchars($value).'" '.$class.' '.$size.' />'; ifan fixed on svn, ! Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information Archived Boards - All boards closed Quality and Testing - Locked and Archived ...

Configurar Foros en Outlook Express

buenas tardes colegas, una preguntilla, se pueden configurar estos foros para leer y responder en mi outllok express?, antes de que macromedia pertenezca adobe si lo podia hacer, ahora no se como. mil gracias miguel guerrero vas herramientas - cuentas - agregar - noticias- y le dices que quieres visualizar lo siguiente: forums.macromedia.com y te saldra un listado de todos los foros que hay y elijes el que quieras. yo estoy buscando el de corel ya que se que hay uno pero no se la dirección. gracias "miguel guerrero" <webforumsuser@macromedia.com> escribió en el mensaje news:eh8ka1$q2n$1@forums.macromedia.com... > buenas tardes colegas, una preguntilla, se pueden configurar estos foros > para > leer y responder en mi outllok express?, antes de que macromedia > pertenezca > adobe si lo podia hacer, ahora no se como. > > mil gracias > miguel guerrero > More discussions in Foro en español adobe

Compute Module Driver Error - Windows 7 - Raspberry Pi Forums

Image
i have compute module v1.1 , host pc running windows 7, , trying flash emmc following instructions provided online on raspberry pi foundation's website. 1. downloaded , installed compute module boot tool 2. plugged cm slave usb host pc usb 3. power cm board, j4 in "en" position 4. ran rpiboot.exe 5. executable hangs on "waiting bcm2835..." checked device manager , found driver not loaded so.. 1. in device manager, select "bcm2708 boot" (which in error state) , update driver software 2. browse driver software in rpiboot install package (where bcm270x.inf exists) error windows 7 saying driver found not able install device (see attached) conclusion appropriate libusb packages not installed. attempted installing them through cygwin (as git) commands given not work either of (even without "sudo"). not know linux type lingo make appropriate corrections on commands given same thing. my questions: libusb issue? if so, how ch...

Flickering LEDs with Shift Register

i have 5 led modules daisy chained basic 595 shift registers. i thought had code squared away , going go ahead , jump external power thats thread. went bed, woke , last shift register behaving oddly. i have panels 1-4 set high , panel 5 low. have panels 1-4 connected pwm pin dimming, works great. panel 5 not pwm , grounded dont want dim. when dim panels 1-4, , panel 5 off randomly half second flickering occurs in leds. isnt wiring issue because ive rotated panels around , 5th panel. the on/off of panels 1-4 on 1 button. on/off panel 5 on button. code: [select] int datapin = 3;   //pin 14 on 75hc595 int latchpin = 4;  //pin 12 on 75hc595 int clockpin = 13; //pin 11 on 75hc595 int emergencyswitch = 11; //pin button int headlightswitch = 12; int embuttonpushcounter = 0;   // counter number of button presses int embuttonstate = 0;// current state of button int hlbuttonstate = 0; int hlbuttonpushcounter = 0; int lasthlbuttonstate = 0; int lastembuttonstate ...

Trouble with function calling

hi all    could 1 me sketch , doesn't work , sketch has function takes 5 parameters , return float 1 , when try call function , on serial monitor , statement of "firststate" appeared before function call , neither returned value function , nor statement of "secondstate" appear , there syntax error in function body ?  code: [select] const float golx=12; const float goly=14; const float n=0.005; const int dstar=1; const float qstar=1.5; const float zeta=0.5;   float qx,qy,d1,d2,d3,th,zzz;            int obs1[2];      // array int obs2[2];      int obs3[2]; float gatt [2]; float grep [2]; float resultant [2];     void setup() {   // put setup code here, run once: serial.begin(115200); }         void loop() {   // put main code here, run repeatedly: serial.println("firststate"); zzz=apftt(3,4,1,1.4,3); serial.println(zzz); seria...

aquaponic light and pump loop help

Image
hello guys , in advance, i in process of setting small aquaponic system. have arduino nano , sainsmart ssr board, understand schematics hook board however, haveing trouble setting arduino like. need arduino set pin high 2 minutes go low 3 3 times go low 45 minutes. kicker while doing need run analog read on photocell , turn pin high or low based on photocell reading. did use blink without delay , modified it. added second interval pin go low different amount of time high. got frusterated because wouldnot work. decided post on here direction or if im lucky code can modify thanks again guys this far got , notice need syntax too const int pumppin =  13;      int pumpstate = low;            long previousmillis = 0;        long interval1 = 12000; long interval2 = 18000; long interval3 = 27000; void setup() {   pinmode(pumppin, output);      } void loop()   {   unsigned long currentmi...

Program At89S51 with Arduino SPI library

Image
hello everyone, i'm wondering if it's possible program at89s51 arduino using spi library only.  i'm newbie in spi world, why found program at89s51 allow me understand spi protocol play great ucontroller. i'm asking self on how data programmed on chip after sending "programming enable instruction" using mosi or have put on address line , data line ? asked question because found in datasheet "serial programming instruction set"   page 20 byte 2, 3, 4 have "xxxx a11 a10 a9 a8" or "a7 a6 a5 a4 a3 ..." , i'm struggling understand mean these. i've created test circuit send first programming instruction chip , try data response it, it's not working. i've put 6mhz crystal osillator 2 22pf cap ucontroller. (i'm not sure if correct or not ?) my request there can answer me about  i've asked , tell me if project feasible or not ? i'm newbie in electronic can in 2 hours in 2 weeks...

Thread: Checking folder integrity with md5sum or shasum?

when burn data dvds check folder integrity of files burn. have not seen or figured out way md5sum or shasum of folder (or multiple files , folders collective group) specific file. know how this? thank you. has nobody needed before? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Checking folder integrity with md5sum or shasum? Ubuntu

Schrittmotorsteuerung mit Controller aufbauen - welche Schaltung?

hallo zusammen, ich würde gerne einen automatischen klappenöffner realisieren. dabei soll über einen tastknopf ein signal eine steuerung gegeben werden und diese wiederum soll einen schrittmotor ansteuern. nach einer gewissen zeit (z.b. 10 minuten) soll die klappe dann wieder geschlossen werden. auf  http://www.precifast.de/schrittmotorsteuerung-eigenbau/ habe ich jetzt schon gelesen, dass dies wohl über eine entsprechende mikrocontrollerschaltung geht. leider habe ich bisher noch nie mit mikrocontroller gemacht und weiß gar nicht wo ich da anfangen muss. kann mir hier jemand eine empfehlung für oder gegen bestimmte controller geben? im arduino shop gibt es ja einige arduino boards (uno, leonardo...), welches wäre da geeignetsten für meine anwendung? gruß, henning egentlich funktioniert das mit (fast) allen arduinos. für den arduino uno gibt es die meisten tutorials. fang mal mit dem dich einzuarbeiten und danach kannst du in das projekt einen kleine...

Programming problem in sleep mode.

hi  guys have following code running on modified pro mini. code: [select] #include <avr/sleep.h> #include <avr/wdt.h> #include <virtualwire.h> const byte led = 13; int atimer; typedef struct roverremotedata {   int    tx_id;   int    sensor1data;// variable data each sensor }; void awaketimer() {   atimer++; } //void datatx() //{ // //} void flash () {   pinmode (led, output);   digitalwrite (led, high);   delay (1000);   digitalwrite (led, low);   delay (50);   atimer = 0; } // watchdog interrupt isr (wdt_vect) {   wdt_disable();  // disable watchdog }  // end of wdt_vect void setup () {   // virtualwire setup   vw_setup(2000); // bits per sec   vw_set_tx_pin(11);   pinmode(9,output); } void loop () {   int battvalue = 0;   //delay(5000);     int battcheckpin = a3;     pinmode(battcheckpin,input);     delay(100); ...

Joomla! Forum - community, help and support - Login

the board requires registered , logged in view forum. username: password: i forgot password resend activation email remember me hide online status session   register in order login must registered. registering takes few moments gives increased capabilities. board administrator may grant additional permissions registered users. before register please ensure familiar our terms of use , related policies. please ensure read forum rules navigate around board. terms of use | privacy policy register Board index

Bar Code Scanner Using Arduino

i newbee arduino, need guidance in terms of setting project arduino scanning bar codes. using following hardware: 1. arduino uno r3 2. arduino usb shield 1st need is, can please let me know usb bar code scanner should buy(its specifications) compatible arduino. secondly please mention if need other hardware achieve same. also suggest link or paste source code executing scanning program. thanks much  :~ it arguably easier find a(n older) barcode scanner has ps/2 interface not need usb shield , arduino ide has libraries interpret ps/2 protocol. almost bar code scanners self-contained, emit numeric code spontaneously when detect valid bar code or when trigger pressed.  software needs interpret code when received. Arduino Forum > Using Arduino > General Electronics > Bar Code Scanner Using Arduino arduino

Thread: Jump Drive install.

i want make ubuntu intsall on 4 gig flash drive , need advice on couple of issues. first using both 64 bit , 32 bit computers. there way this? thinking duelboot both on 2 partitions within drive. have better suggestions? you'll want install 32-bit version of ubuntu onto flash drive. it's no use installing 2 different arches of same os onto flash drive small (32 gb can see though. yes, there 32 gb flash drives.) Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Jump Drive install. Ubuntu

CMS suggestion?

i have client wants upload images , image captions website. in past have created websites didn't need constant editing, new me. preferable situation him manage images , text through web broswer, on myspace photos page. don't want make him buy new program contribute , want keep simple possible (he not computer saavy @ all). need 1 simple page on website can use upload , delete images , text pleases. have suggestions? appreciate it. -crystal you have teach client on how use contribute. need make sure set correctly in administrator area, client won't able edit or make changes anywhere on html code, exception of uploading images or editing texualized information on his/her own. since client not web-savvy, not worth teach him how use ftp connection, because if did on own, mess things @ web server. don't let him use ftp manually, place files or delete files off web server, mess up. contribute way go, really. have consulted couple of small business owners not web-savvy ar...

user authentication

i coldfusion programmer , new flex , wondering if me out. converting coldfusion app flex , dont understand user authentication in flex. have looked @ jamjar app , want similar. 1. how popup login screen when app loaded? need make session timeout after 20 minutes of no activity , make login screen pop up. 2. how user authentication work in flex? want able same thing in coldfusion. need able check user credentials against database , store them in session somehow. roles database too. there better way accomplish in flex? 3. should use if statements control user can see/do in app? or there better way in flex? i definetly think adobe needs go in more detail since 1 of important part of application. thanks help. this can handled couple of different ways, think. can use cfml page authenticate user against database , pass information (such user id, user name, access control variables, etc.) flex application in html wrapper loads swf file (using flashvars). these variables accessed in app...

Cloud Print Server - Raspberry Pi Forums

hi there! new forum , new raspberry pi world well. starting company requires me hook raspberry pi2 sinfonia cs2 photo printer. pi needs able connect wirelessly google cloud print in order grab photos whenever available (i search every 15-30 seconds new files print) , spit them out cs2. have experience doing this? information appreciated. much! fotohub wrote: hi there! new forum , new raspberry pi world well. starting company requires me hook raspberry pi2 sinfonia cs2 photo printer. pi needs able connect wirelessly google cloud print in order grab photos whenever available (i search every 15-30 seconds new files print) , spit them out cs2. have experience doing this? information appreciated. much! https://developers.google.com/cloud-pri ... uide?hl=en biggest issue finding printer driver appears winprinter http://www.sinfo-t.jp/eng/printer/chc_s6145.htm#spec hp appear biggest supporter of linux printers http://hplipopensource.com/hplip-web/supported_devices raspberrypi...

JOOMLA! MERCHANDISE ON SALE NOW!!! Hats / Shirts / Decals / Bikinis - Joomla! Forum - community, help and support

Image
not!!! thought. powered virtuemart , powerful joomla! framework, joomla core team announces official launch of shop joomla! , array of joomla! merchandise serve marketing , financial platform development of joomla! open source project , community. "i have long wanted wife tatooed joomla! brand name means of rekindling our relationship. won't it, , because of this, addiction joomla! has come @ price our marriage. essentially, i've left wife joomla! because there's no way can have both," says bubba boogerflicker, devout fan , contributing member of joomla! community. "but until today, it's been darn near impossible. @ beautiful bertha. fancy joomla! lingerie, there's little need me waste hours on joomla! forum or joomla! extensions site daily fix of joomla!." boogerflicker joined 2 other online shoppers today account shop joomla!'s record sales tallied whopping $47.83 blank legder , gave birth new era in lives of 3 devouted joomla! community me...

Double post, please delete: How to stop video when changing slides?

edit: sorry, double post, mod's please delete post. any appreciated. i not flash, forgive me if easy answer should know, because don't know it. what doing putting gallery website in flash, contain video , photos. thought (and might wrong) laying out using slides in flash 8 way go. how have set is: 1 - main presentation area navigation buttons/images on left side - video slide - video contained b. - menus slide - examples of dvd motion menus displayed c. - labels slide - image samples of dvd labels displayed here d. - photos - samples of photography displayed here what problem is, whenever play video clip, if try changing slides selecting corrosponding button/image/link, video (audio part) continues play in background. how video stop playing , reset beginning when go play video again press play , video starts over? hope makes sense. have searched through forum, docs, google , other flash forums , have not found help. not know if need set actionscript different button/im...