Posts

Showing posts from May, 2010

OS compatible with Touchscreen - Raspberry Pi Forums

i bought 2 raspberry pi 2s kids along official raspbrrry pi 7" touchscreen. younger 1 use kano os. kano os compatible touchscreen? looked info here while ago , saw post listing few os compatible...kano wasn't included. pi attached screen per instructions nothing happening i'm wondering if that's problem. we're new , once going, think kids learn , enjoy, getting started bit tricky. thank in advance help. seoc wrote: i bought 2 raspberry pi 2s kids along official raspbrrry pi 7" touchscreen. younger 1 use kano os. kano os compatible touchscreen? looked info here while ago , saw post listing few os compatible...kano wasn't included. pi attached screen per instructions nothing happening i'm wondering if that's problem. we're new , once going, think kids learn , enjoy, getting started bit tricky. thank in advance help. need ask developer of software if touchscreen supported: http://uk.kano.me raspberrypi

Tæller på siden. - Joomla! Forum - community, help and support

Image
hej, jeg har en tæller skrevet php pÃ¥ min side og tallet stÃ¥r thorsw.txt, men jeg kan ikke fÃ¥ det vist pÃ¥ joomla siden. jeg har lavet et modul  som jeg har med pÃ¥ forsiden code: select all ... <?php include("http://www.thors-web.dk/thorsw.txt"); require("./thorsw.txt"); ?>... include og require skulle være det samme, men include lavede jeg med den fulde sti, @ være sikker pÃ¥ @ det ikke var stien, der driller, da jeg kører joomla en undermappe pÃ¥ domænet. hvis jeg laver en fil med samme indhold som vist koden og kalder den counter.php sÃ¥ vises tallet den (2 gange) .  http://www.thors-web.dk/counter.php hvis jeg ser siden http://www.thors-web.dk/jos og trykker vis kilde, stÃ¥r php koden til tælleren der, den afvikles tilsyneladende ikke. de 3 prikker før og efter php koden er @ se, @ modulet kommer pÃ¥ joomla siden, tallet kommer bare ikke. det er under mit navn venstre side http://www.thors-web.dk/jos/ siden er med joomla 1.0.11 hÃ¥ber nogen har en ide til @ fÃ¥

[RESOLVED] Partition trouble on NOOBS card. - Raspberry Pi Forums

i have unfortunately deleted boot partition using fdisk. trying delete 512mb partition can add noobs created ages ago never used, seem have selected wrong partition delete. had sd card damaged in reader , accessing raspberry pi. have downloaded gparted , had @ remains on card. files (in root partition, believe?) untouched , far can see raspbian still installed. though, without boot partition raspbian not load. after noobs exits black screen. how can replace partition have deleted, , put boot files back? understand have edit files them how where. tool should use create partition, , how should partition created? when looked @ options gparted gave me creating partition there appeared multiple file system types select don't know choose. thank receive. fdisk not delete contents of partitions, modifies partition table. if create new partition in same place deleted one, , set same type, should work - unless have overwritten data formatting or something. "fdisk -l" show

sense hat vs i2c noob question - Raspberry Pi Forums

i interested in raspberry pi sense hat pi 2 / b+ because want capture azimuth , pitch sense hat. have lidar lite operational using i2c pins on rpi. if have sense hat installed on rpi still able run lidar off i2c pins? this useful resource http://pinout.xyz/pinout/sense_hat shows sense hat uses i2c interface. if i2c device uses different address sense hat uses (again see link above) should able still use i2c bus. raspberrypi

need help with humidity sensor HIH 4000-001

hi all, i m using honeywell humidity sensor called hih 4000-001, sensor connected mcp3204 a/d ic , further ics spi o/p connected mega 2560. my question cant able stable reading sensor this?? i checked sensor o/p multimeter bt mv o/p unstable e.g. 2000mv 2060 , again 2060 mv 2000mv , continue process.. sensors fault or else?? please me stable o/p or can thing smoothing or filtring unstable mv o/p..?? do use 5v sensor ? 5v coming ? if use usb power, 5v not 5.0v. you can test using external power supply arduino mega 2560 board, , 5v pin power humidity sensor. Arduino Forum > Using Arduino > Sensors > need help with humidity sensor HIH 4000-001 arduino

Joomla 1.0 - Manuale dello sviluppatore - Joomla! Forum - community, help and support

Image
ciao tutti! molti mi conoscono già, sono un moderatore di joomla.it. per chi invece non frequentasse il forum di joomla.it volevo segnalarvi che da parecchi mesi è disponibile il manuale dello sviluppatore per joomla 1.0. chi fosse interessato, può trovare dettagli qui: http://forum.joomla.it/index.php?topic=12856.0 . voglio solo aggiungere che continuerò frequentare unicamente il forum di joomla.it, ma volevo segnalare la cosa nel caso servisse qualcuno. ottimo lavoro.... ...come al solito... grazie per la segnalazione e per la visita di tanto in tanto fa bene fare una capatina anche da queste zone Board index Joomla! International Language Support International Zone Italian Forum Guide

Is it necessary to include mosMainBody() in a template? - Joomla! Forum - community, help and support

hi, i doing template includes 'cover page' site; no news or dynamic content, user modules. wondering if can achieve not including call mosmainbody() in template. cause problems? if so, else can do? thanks in advance! you may want try replacing original mosmainbody adding following code in index.php file: [php]         static content goes here               Board index Joomla! Older Version Support Joomla! 1.0 Templates & CSS - 1.0.x

Thread: Foldershare (Windows Live Sync)-Like Software for Linux/Win/Mac

just throwing out there see if there interest... cloud computing rage right now, , while nice idea, there problem of when offline , security , costs associated storing files on else's server. foldershare (and subsequently bought out microsoft , renamed "windows live sync") concept got rid of idea of storing files on server (and paying server space) , allowed synchronize files between different computers , on different operating systems. idea support windows, macintosh, , linux...but expect, once bought out microsoft, idea of supporting linux dropped. why there no oss version of idea in existence? yes; know there utilities synchronize files, not intuitive...require lots of complicated setup...or part of commercial packages sell server space...and have limited support major operating systems. question: working on or software package setup following... 1. replicate ease of use of foldershare (aka windows live sync). 2. gui setup (with optio

Waveshare High Precision AD/DA Board with Pyhton - Raspberry Pi Forums

hiii beginner rpi. have bought rpi 2 board , waveshare high precision ad/da board along it. trying read analog input board. after multiple tries able data in terminal using c code available on waveshare website. want read analog input the board in python. can me data in python. look datasheet chips used ad , da conversion datasheets of chips write python code read/write from/to them or google python code chips have fun raspberrypi

Motors in quadrocopter problem after adding radio control.

hello everyone. first topic please forgiving:) as in topic have problem motors. i'm developing own flight control software quadrocopter on arduino mega. worked intended until add radio control. i'm using pin interrupt method. without motors working smooth, rc not. speed jump , down split second. different motors in random time. such problem can't config pid. here code responsible rc: code: [select] double ch1val = 0; double ch2val = 0; double ch3val = 0; double ch4val = 0; int ch1time = 0; int ch2time = 0; int ch3time = 0; int ch4time = 0; void ch1intend() {   if (digitalread(ch1)==high){     ch1time = micros();   } else {     ch1time = micros()-ch1time;      int ch1val = map(ch1time,970,1980,0,100);     ch1val = ch1val/2;     setbaseval(60+ch1val);   }   if (ch1time<1000) {     pidenabled = false;   } else {     pidenabled = true;   } } void ch2intend() {   if (digitalread(ch2)==high){     ch2time = micros();   } else {     ch2time = micros()-ch2time;      int

[svn] 2709: tests Passed: checkintests

revision: 2709 author: preilly@adobe.com date: 2008-08-01 13:05:23 -0700 (fri, 01 aug 2008) log message: ----------- tests passed: checkintests needs qa: yes needs doc: no bug fixes: sdk-15317 api change: no reviewer: gosmith code-level description of changes: modified initializerepeaterarrays() handle case parent document, it's not child's document. in case, want copy down parent's repeater arrays. allows child use array when creating references on it's document. ticket links: ------------ http://bugs.adobe.com/jira/browse/sdk-15317 modified paths: -------------- flex/sdk/trunk/frameworks/projects/framework/src/mx/core/uicomponent.as More discussions in Commits adobe

Pins D72 / D73 hardware access?

it looks d72 / d73 pins ( connected tx/ rx led next native usb port) accessible software or did missed something? i suppose these can used in addition ( indicator led )  "standard" led on pin 13 have pin connected it. nice. i hoping tx/rx can associated additional serial ports, have not @ software , not yet. perhaps knows sure. cheers vaclav addendum: with exception of "tx" led color - green - , not yellow shown on schematic works expected. during casual test, noticed "l"  - pin 13 led stays on without deliberate software set on, apparently default. noted not connected ( in schematic) "standard" serial on uno tx  ( think, lazy verify that). the schematic labels these connections /led pcb traces txl , rxl note "connect" so  question should modified - or "connect"?   quote during casual test, noticed "l"  - pin 13 led stays on without deliberate software set on, apparently default. this l

[svn:fx-trunk] 5844: rename classes (again!) per Ely's last recommendation to avoid XML Library issues

a new discussion started alex harui in commits -- [svn:fx-trunk] 5844: rename classes (again!) per ely's last recommendation avoid xml library issues revision: 5844 author: aharui@adobe.com date: 2009-04-01 17:59:34 -0700 (wed, 01 apr 2009) log message: ----------- rename classes (again!) per ely's last recommendation avoid xml library issues qe notes: rename mustella tests again (please) doc notes: update names of classes in documentation. tests: checkintests modified paths: -------------- april fool! ------------------------------------------------------ view/reply @ replies email ok. use unsubscribe form at cancel email subscription. More discussions in Commits adobe

different menu order for register user - Joomla! Forum - community, help and support

hi all can have different order of menu login user ? i using vm and  have " online-shop" menu on top of main menu login user , if not log in main menu become on top. thanks in advance~sam this done modifying template's index.php with use of 2 different module positions - 1 each menu. use php logic arrange them differently logged in users e.g. code: select all <?php if ( $my->id ) {  // logged in mosloadmodules ( 'user5', -2 ); mosloadmodules ( 'left', -2 ); } else { // not logged in mosloadmodules ( 'left', -2 ); mosloadmodules ( 'user5', -2 ); }  ?> so publish 1 menu module e.g. left , other user5 the position order switched around when logged in / not Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Pi-Mation hflip Problem - Raspberry Pi Forums

hi i'm setting animation station 8 year old using pi-camera , raspberry pi. have installed pi-mation app capturing animated sequences, works well. problem image in preview screen, in pi-mation, wrong way round. know when using 'raspistill' command can add 'hflip' when using pi-mation there no option in front end make happen. there somewhere in pi-mation code can add (guessing here, 'camera, pi-camera,hflip=true'). problem appreciated 8 year old finds have wrong way round confusing. cheers if change flips on camera, captures flipped too. @ guess code you're using https://github.com/russb78/pi-mation seems have flips being done on displaying captured frames, frames match preview? if so, you'll have unflip if flip preview. you've put camera on far side of scene, it's if you're taking selfie? you're used seeing things in mirror has hflip. put camera same side , left , right see them. consider want capture if in frame has

How to clean Arduino IDE?

Image
arduino trying compile files no longer exist in user library (arduino\libraries\keybrd). i deleted appdata\local\temp\build...tmp folders. what proper way clean arduino ide? thank you. i use use special 'spray , wipe' wet cloth, didn't fix problems.  so, stopped using arduino ide , started using eclipse, perfect many years now. but serioulsy, must still referencing files in project somewhere, maybe include files, or includes of included files. far know, don't need anything, keep project tidy , organised. still, don't mention operating system using, or version of arduino ide using. ____ paul Arduino Forum > Using Arduino > Installation & Troubleshooting > How to clean Arduino IDE? arduino

Raspberry Pi as SMS Gateway with google hangout access - Raspberry Pi Forums

Image
just thought of sharing 1 interesting applications of raspberry pi: using raspberry pi , huawei-e173, able send/receive sms google hangout. setup includes: 1)raspberry pi b+ 2)micro sdcard 3)huawei e173 usb 3g stick 4)prepaid sim card local mobile operator. 5)5v/2a power supply. 6)two gmail accounts(one me , second 1 raspi-xmpp-chat-bot) note: 1)make both of google accounts known each other authorizing contact. 2)in raspi-chat-bot's google account, change security settings "allow less secure apps: on"(because of xmpp access) kept setup connected internet behind home router's firewall, when raspi powered, within minute, can see raspi-chat-bot becoming online on hangout account. sending chat messages e.g("sendsms <phone-num> <message>") able achieve sms send/receive functionality. no matter on planet, long connected internet, able chat bot time details see link below: http://albert-david.blogspot.de/2016/01 ... m-sim.html techn

Getting sound from a USB DAC? - Raspberry Pi Forums

is trivial configure raspbian on pi 0 use dac on usb hub default sound output device? have no real hdmi display, , of time using pi 0 without physical display. became aware of cute little hrt microstreamer dac, may cheaper solution. (the microstreamer costs +/- same 34 pi zeros.) cheaper 1 zhilai h1 hifi mini computer external sound card @ usd 11.xx. i got cmedia cm108 ebay £1.20 , works out of box on rasbian , openelec, other distros need bit of fiddling with. steve raspberrypi

Need some help on content columns - Joomla! Forum - community, help and support

hiya: i know enough php, css , xhtml dangerous; in mind, question: i downloaded template tutorial , started hacking away @ , have like, have 1 little problem: main content area displays in way don't like. for want of better illustration, here's ascii art: ------------------------------- ------------------------------- |                |  |                  | |                |  |                  | |                |  |                  | |                |  |                  | in other words, first content item displayed in wide column , second , third items displayed in narrower columns underneath. i want content displayed in wide column. can give me clue can find code makes these narrow columns happen , hint how make them go away? thanks. \dmc hi, on frontpage? if have @ frontpage component through menu/main menu/home/parameters best wishes Board index Joomla! Older Version Support Joomla! 1.0 Templates

Sammlung speichern bei PSE 5

bei photoshop elements 5 gibt es unter "sammlungen" die sehr schöne möglichkeit, bilder individuell in der reihenfolge zu ordnen, ohne diese umbenennen zu müssen. wie ist es möglich, diese reihenfolge nun zu fixieren bzw. zu speichern, z.b. auf cd zum weitergeben oder zeigen? ich finde bei pse 5 nur die dia-show auf pdf, wobei hier die pixel-zahl doch sehr gering ist, um noch ausreichende bilder abzuziehen. hallo dr. meyer, im organizer nur die bilder der sammlung anzeigen lassen und dann menü datei --> exportieren --> als neue dateien nutzen. grüße matthias tipps und tricks zu photoshop elements hier --> www.wertvolleswissen.de More discussions in Deutsche Foren adobe

Pi and Owncloud list error - Raspberry Pi Forums

hi guys, have been trying owncloud running on pi. however, not linux wizard , causing problems... error saying: code: select all e: malformed line 1 in source list /etc/apt/sources.list.d/owncloud.list (dist) e: list of sources not read. thoughts? following instructions @ https://software.opensuse.org/download/ ... e=owncloud looks issue added source. part did fail on? assuming update part? raspberrypi

Programmable Clock Generator on Pin A0 (D54) and SDA1 (D70)

Image
● 161 hz 42mhz frequency range. ● clock output on pin sda1 uses resources serial1. ● clock output on pin a0 uses resources serial2. ● not use hardware timers. ● continuous clock, unaffected blocking code, printing or use of delay(). frequency table (partial): Arduino Forum > Products > Arduino Due (Moderator: fabioc84) > Programmable Clock Generator on Pin A0 (D54) and SDA1 (D70) arduino

Linux 4.4 Kernel...with Pi GPU support!?!? - Raspberry Pi Forums

Image
http://www.theregister.co.uk/2016/01/11 ... _released/ salient quote: raspberry pi owners have better graphics forward to, new pi kms driver updated acceleration code in future releases. pi tail starting wag linux dog? the upstream kernel still missing 3d driver. should pop in 4.5 though, leaving couple bits , firmware blob last bastion of closed source code on pi. http://elinux.org/rpi_upstreaming might take while longer before upstream kernel used, since new driver might have regressions not found in current kernel. still looking though raspberrypi

Thread: USB changes name automatically

hi all. im working gps receivers, , receive data , send data them work in ubuntu (progamming in c), , use serial port communication via usb. open port, , after read data in infinite cycle. if run 1hour, or 2 hours, device (in case usb0) disappear , communication receiver ends. summarizing, when turn on pc, , if go filesystem, device usb0 there. start program (communicate gps receiver) , 1 hour, 2 hours or less, program automatically finish , output errno = 19, means "no such device". if go filesystem device appears there not usb0 usb1. dont understand why usb0 disappears , turn on usb1. important, if me solve this.. thank sounds problem usb controller. did check dmesg errors? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] USB changes name automatically Ubuntu

DVD-R oder DVD-WR

hilfe ich teste zur zeit encore 1.5 und habe nur schwierigkeiten wenn ich dvd-rw verwende. mein brenner btc 1004 mit neuem treiber und als abspieler pioneer 454 - dieser playaer ist vom kundendienst mit der neuesten software ausgestattet worden. auch der wechsel von dvd rohlingen (marken) brachte bis jetzt keinen erfolg. da auch bei dvd-r nicht immer alles zum abspielen geht, tippe ich auf einen softwarefehler ??? bei einem hardwarefehler (brenner) müßte es entweder gehen oder eben nicht , jedoch - glaube ich - es nicht einmal funktionieren und einmal nicht auf eure hilfe wartend rudi ich kann mir nicht vorstellen, dass dieser fehler nur bei mir auftritt - ich denke dass dieses forum zur fehlerbehebung beitragen soll - ich erwarte eure vorschläge zur fehler behebung ????? danke - rudi More discussions in Deutsche Foren adobe

Ayuda encendido y apagado de un LED

Image
hola que tal, espero esten muy bien, quisiera que me ayudaran crear un codigo en el que se encienda un led cuando presione un boton y se apague despues de que pasen 5 segundos de forma permanente. apreciaria mucho su ayuda. de antemano muchas gracias.   http://arduino.cc/en/tutorial/homepage   Arduino Forum > International > Español > Software (Moderators: surbyte, Hector_A) > Ayuda encendido y apagado de un LED arduino

OT: Copying tag descriptions from the XMP specs

apologies off-topic post. after looking around, forum looks promising/specific need. i'm working on adding xmp support exiv2 (exif , iptc image metadata library - www.exiv2.org) , include property descriptions xmp specifications in reference property lists of library , subsequently in exiv2 documentation , website. the copyright notice in specification require obtaining written consent this. could please advise appropriate contact can seek consent? thanks, andreas huggel andreas - contact me off list - gunar @ adobe dot com. gunar More discussions in XMP SDK adobe

Add File Name to HTML in Caption

Image
hello ... rookie when comes photoshop scripts, appreciate on matter. basically, have paypal shopping cart setup through website , need place html in captions of each photograph upload. can see example of finished below. http://www.wcfineart.com/gallery/4774460_e3qbj#283281044_rvfqb basically, know if possible create script place code below caption of image while replacing the 9 instances of word myfile images filename. thank ahead of time assistance!! josh myfile item # myfile to order image gallery-wrapped canvas , please click on of sizes below add cart. prices include shipping. sales tax calculated @ checkout. sorry that... forgot remove html tags in original post... code below.<br /><br />myfile<br><br><br /><br />item # myfile<br><br>to order image <a href=" http://wcfineart.smugmug.com/gallery/4604204_frtdg">gallery-wra

Não consigo inserir imgens e/ou vídeos no editor JCE - Joomla! Forum - community, help and support

olá pessoal, recentemente instalei o editor jce, ele é uma maravilha, com exceção quando tento inserir uma imagem e/ou vídeo. a minha versão é: jce editor mambot, version 1.0.4 quando tento inserir uma imagem/video aparece uma mensagem na barra meio dizendo: "impossível enviar arquivo" alguém poderia me ajudar? veja imagem: http://www.cemdepalmas.com.br/arquivos_pessoais/jce.jpg desde já obrigado. damião, é o seguinte... vc terá que usar um hack para o jce... eu tive este problema também, e resolvi seguindo o post abaixo que é forum desenvolvedor. http://www.cellardoor.za.net/index.php? ... =2432#2432 ... tomei liberdade de posta-lo aqui também... veja this solution seen in: in jce.utils.class.php change following lines //line #228 //from $srcfile = jpath::clean( $srcfile, false ); $destfile = jpath::clean( $destfile, false ); //line #228 //into (just delete functions) //$srcfile = jpath::clean( $srcfile, false ); //$destfile = jpath::clean( $destfile, false ); the next ste

RPi3 Wifi - Raspberry Pi Forums

just received 2 x rpi3 , setting them up. downloaded latest raspbian & copied sd card, , booted rpi3 no problem. configured wifi (again simple enough), have small problem. after few minutes cant ping rpi other devices on network. guess wifi going low power sleep mode. there way disable behaviour & keep wifi "always on" ? i have ping laptop pi3 wake it's wlan, can ssh or ftp laptop pi3. keep awake run htop on 1 window of laptop! ridiculous know. can hope they're working on updating driver, or something. have 3 other pi's doing important (for me, anyway) , got pi3 because thought built-in wifi cool. in troubleshooting forum, believe solve you: code: select all https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=44044&start=450 raspberrypi

MQ6 with LM393 on board

hi all. i have sensor: mq6 + lm393 i have measured electric continuity between gnd pin , vcc pin multimeter. there electric continuity between pins (biiiiiiiii). i want use vcc , gnd others sensors on same line. can this?... or have put more electronic before (like op insulation transistor)? cheers! the resistance between vcc , gnd 40 ohms (more or less). what think use lines others sensors? Arduino Forum > Using Arduino > Sensors > MQ6 with LM393 on board arduino

RF T4 Receiver 315MHz separate power supplies needed when controlling a servo

i have rf t4 receiver (purchased adafruit. https://www.adafruit.com/products/1097) connected arduino controls servo motor.  why works long arduino, powering rf receiver, , servo connected separate power supplies?  once try connect arduino, rf receiver, , servo same power supply reciever begins not work properly.  servo behaves erratically , rf receiver no longer work?  there way run off 1 power supply , still have work properly?  using 1 tiny micro servo no load on power not issue.  there seems sort of interference going on servo motor , rf receiver.  have tested serval different brand servos.  same thing.  please help. thanks, any insights in matter? Arduino Forum > Topics > Home Automation and Networked Objects > RF T4 Receiver 315MHz separate power supplies needed when controlling a servo arduino

Image box shows on background in certified PDF

hi there, setup: os 10.5, macpro intel 8gb, , powerbook intel 4gb, cs3 , pitstop. i have problem when exporting hi-res file indesign cs3. the frame of used image shows in background in acrobat reader, not in views (@ 100% view shows, @ 75% view doesn't show). i'm exporting 1.3pdf, transparency set high resolution , certified pdf. when printing xerox printed fine. the printing company won't accept pdf due frame issue. said export pdf1.4 can't set transparancy box. transparancy error pitstop. can me out here please? thanks, stefan have turned on overprint preview in acrobat? is transparency placed onto separate layers , in correct stacking order? why not export pdf 1.4 , include love transparency pdf/x-4 if printers accept standard? it's not obvious wrong based on information advice not include words 'certified pdf' since many people in forum skip message since it's enfocus® technology ... jon More discussions in Acrobat Macintosh (read-

Does anyone here speak broken Joomla? - Joomla! Forum - community, help and support

i think found solutiion problem i'm having site session lifetime setting in configuration (users not logged out automatically). problem solution on portugese forum, translated in google. unfortunately, i'm not familiar enough joomla (or portugese) translate translation. knoe means? solve session lifetime problem? i updated version 1.0.7 1.0.8 patch of update , occurred without problems. left strange problem, when return administrative module return logged in! placed “session lifetime” of site how of admin “1800”, did not work. making tests , seems when person makes logon in administrative 1 logada falls outside. can be? please aids… resolution verified in fórum , discovered tip modify 0 variable “$mosconfig_session_type” of configuration.php “2” or “1”. then, has see configuration “session authentication method: ” of “global configuration” of joomla entered there , modified “level 1 security…” corresponds “2” in configuration.php. now… wink Board index

Modulo Tiny RTC I2C DS1307 no funciona, no avanza el tiempo

Image
hola como les va? tengo un inconveniente con el modulo tiny rtc i2c ds1307 despues de setear la fecha y hora actual, cunado pido que muestre la fecha del chip siempre muestra la ultima que cargue, no avanza el tiempo. segui el paso paso del tutorial http://www.tuelectronica.es/tutoriales/arduino/reloj-rtc-i2c-con-arduino.html pero hace exactamente lo mismo. desde ya muchas gracias!  cualquier integrado con compensacion termica es muuuucho mas preciso que otro que no lo lleva. esto es asi por que el aumento de calor en electronica hace que las ganacias aumenten, acelera los osciladores etc etc eso hace que un sensor termico varie la curva de respuesta la temperatura y falsee sus valores, o que un rtc oscile mas rapido y se desajuste la hora que da verguenza ajena. por tanto en general usad sensores, medidores etc etc con compensacion termica integrada, esa compensacion como su nombre indica "compensa" las variaciones de temperatura para que po

Thread: 8.04.3 LTS server console font on HP Proliant ML110

hi all, has managed change 8.04.3 server's default console font smaller? - default large liking. (a forum serch did not help.) i'm using hp proliant ml110 box. regards all, solved - answer own post: found solution in link: https://help.ubuntu.com/community/consoleframebuffer have smaller console text survives restart. great if option on install, server installs? have one! Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [ubuntu] 8.04.3 LTS server console font on HP Proliant ML110 Ubuntu

Thread: 7.10 to 9.10 + delete Windows Vista + keep XP

hi. i'm going major upgrade weekend , have questions. current config one: -kubuntu 7.10 (/home separated / , both ext3) -windows xp in partition -windows vista in partition. when system boots up, grub loads; can choose between windows , linux. if choose windows, boot manager (windows vista's boot manager, not xp's ntldr) loads, , can choose between windows vista , windows xp. i'd is: remove vista system, , have simple grub startup let me choose between kubuntu 9.10 , xp. safest way proceed? here do: 1) data partitions external drive (then remove external drive , put someplace safe). 2) boot kubuntu 9.10 live cd 3) use partition editor delete partitions except xp partition want keep 4) start kubuntu installer. when partitioning stage, either choose "guided: install free space" or "manual" (depending on comfort level) 5) restore documents backup luck!

Joomla ACL Questions for Component Development - Joomla! Forum - community, help and support

hello there, i'm new joomla development @ , try create component joomla. works far run trouble understanding      acl system. have question. as far understand setting "access level" (public, registered, special) in components used in frontend. check access <= $my->gid in mysql query, example. not has affect in backed, thats right? now, whats backend? found $acl->check_acl function found not useful , (maybe) replaced in joomla 1.5. how check if user is, example, allowed delete category created component (i dont use joomla category table, use own)? thanks in advance comments or help. bye danilo Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information Archived Boards - All boards closed Joomla! 1.0 Coding

Molex Mini-fit Jr pin extraction.

i got kit of mini-fit jr connectors , terminals.  never used these before, did test crimp , fit receptacle see how goes together.  need remove continue project , terminal not come out. i have molex extractor tool, extractor 0011030044 i crimped molex crimp tool, crimp tool 0638111000 there no instructions extractor seems pretty straight forward, insert extractor, remove pin, that's not happening.  tricks or advice pin out can continue? i haven't used one...   try see "lock" is.... try looking @ un-inserted pin find locking tabs.    then, try pushing & wiggling removal tool until comes free.    usually, removal tool works front of connector...  opposite side wire goes in.  said, haven't used one. Arduino Forum > Using Arduino > General Electronics > Molex Mini-fit Jr pin extraction. ardu

Requesting for your kind help...(want to preserve Leading & trailing spaces)

hello team,<br /><br />can please in following issue:<br />i trying preserve white space(leading , trailing  l&t) on user interface.  have built our ui using flex 3.0 sdk. <br /><br />from java side, able carry value l&t spaces till call goes flex .mxml , here response object assigning as  <br /><br /> var metaconfig:xml = event.result xml;<br />but here l&t spaces not visible along value of id.<br />i used see using alert.show(event.result.tostring());<br /> <br />flex output as:<br /><br />       <allscalarmetadatafields><br />      <id>test</id><br />      <name>test name</name> <br />.<br /><br />but java[in servlet/in service] side can see output as:<br /><br />   <allscalarmetadatafields><br />       <id>   test  </id><br />       <name>   test name    </name><br />.<br

Park distance control with acustic signalling

hello there, for school project want build park distance control set, found 1 of arduinpo, has light signalling. is there 1 acustic signalling , how have programmed differently? i not asking comp0lete program, desparately searching hints set may right, how diy pdc program may principally modified looking forward answers , ... thanks in place of led, put buzzer. Arduino Forum > Using Arduino > Project Guidance > Park distance control with acustic signalling arduino

Wireless IoT using NRF24L01+

hi all. is here using nrf24l01+ wireless devices arduino (pro-mini or similar) attached ethernet shield control of iot wirelessly? i have developed own ajax/websocket web server communicating such wireless devices quite reliable in reasonable range/speed.  does else has had similar experience such configuration ? it great discuss  should biggest advantage / disadvantage of such configuration. thanks! Arduino Forum > Topics > Home Automation and Networked Objects > Wireless IoT using NRF24L01+ arduino

IE 7 and css - Joomla! Forum - community, help and support

Image
i have site @ http://www.springsfd.org using version 1.0.12 , tarawared template.  navigate away home page css goes out door , there document downloads don't work.  specific ie 7 works in ie 6 , fire fox. it seems template issue because can switch templates , have few other css issues not grave tarawared.  i'd hate have re-design site i'm wondering if can see issue in template. any appreciated.  tia '; ?> today id ) { initeditor(); } ?> $database->setquery("select * #__menu menutype = 'mainmenu' , published ='1' , parent = '0' order ordering"); $mymenu_rows = $database->loadobjectlist(); $mymenu_content = ""; foreach($mymenu_rows $mymenu_row) { // print_r($mymenu_rows); $mymenulink = $mymenu_row->link; if ($mymenu_row->type != "url") { $mymenulink .= "&itemid=$mymenu_row->id"; } if ($mymenu_row->type != "separator") { $mymenu_content .= " $mymenu_row->