Posts

Showing posts from March, 2012

Arduino Mega + HC05 for Upload and communication

hi everybody, i'm trying connect mega 2560 bluetooth computer upload , serial communication i have hc-05 (gw-040) , connected using tuto : http://makezine.com/projects/diy-arduino-bluetooth-programming-shield/ i have mini csr 4.0 dongle ( http://www.dx.com/fr/p/ultra-mini-bluetooth-csr-4-0-usb-dongle-adapter-black-143276#.whpqxn0f3y8 ) , installed driver ( http://www.gleescape.com/posts/3093 ) upload working quite via bluetooth, step 1 ok when try communicate through serial monitor, nothing appears ! sketch ok (i tried via usb , ok). any idea ? thank ! try using proper terminal programme instead of serial monitor. Arduino Forum > Using Arduino > Project Guidance > Arduino Mega + HC05 for Upload and communication arduino

Estimate Battery life on non-constant drain

how can estimate/calculate current drain of project if current not constant like: for 4 seconds consume 5ma for next second consume 40ma and repeat how can calculate how many days can run 50a 12v car battery (including others factors affect battery) have @ this project . first half may not relevant half way down there's section 'calculating consumption' informative. i've been through same process myself several times can vouch it's correctness. Arduino Forum > Using Arduino > Project Guidance > Estimate Battery life on non-constant drain arduino

En slags Paypal på dansk. - Joomla! Forum - community, help and support

hej. det kan virke lidt underligt @ jeg må stille sådan et spørgsmål. jeg har gemmem snart 2 år arbejdet med betalinger via nettet, og alligevel ved jeg ikke det her. findes der en paypal ligende betalings gateway danmark. med paypal mener jeg en hvor du ikke har en indløsningsaftale med pbs, men hvor du betaler overpris hver transaktion der kører gennem gatewayen. feks 10 kroner pr handel. det er sådan paypal gør, det koster dig ikke noget @ have en konto hos dem men de suger kraftigt når der betales. jeg ved godt @ ewire.dk er noget der kommer tæt på, men de har en kÆmpe fejl. det kræver @ brugeren har en konto hos ewire før de kan gennemføre handlen. og det skræmmer kunder bort, når de tror de skal ind på en side hvor de skal taste kortnummer og udløbsdato, og stedet bliver de krævet et login til ewire. og oven hatten skal de betale aktivering af dankortet den første gang de bruger det. ewire er altså ikke et seriøst alternativ til paypal danmark. findes der overhovedet et ? godt ...

Download reader 8.1

i'm trying track down compatibility issue 1 of our customers having acrobat reader 8.1. how can download copy of acrobat reader 8.1? can find "live install" of acrobat 8.1.2 (loads activex control installation using internet instead of downloading installer). reader 8.1.2 seems use more recent version of microsoft dlls 8.1. thanks mike have tried this? pat willener, "download installation file" #1, 2 may 2008 12:16 am More discussions in Acrobat Reader adobe

Growing Reader 8.1.2 Issue on XP

we're on windows xp sp2 on new pcs no printer driver changes. reader version 8.1.2, , simple, black , white 1 bit pdf file took few seconds print before, takes minutes send printer after upgrade. (the last work station upgraded morning complaining of exact same issue.) i've tried removing sophos anti-virus see if that's issue - no change in reader's print performance. other applications print fine. can't seem troubleshoot problem, believe it's adobe changed in 8.1.2. ideas? More discussions in Acrobat Reader adobe

Nano with 19MHz clock, possible?

hello there, [edit: note frequency may 9.5mhz instead of 19mhz] i have nano have been using today tests on i/o pulse timing.  looking specific timing decided few measurements. what surprising, least, 2 different tests had performed seem show crystal or whatever used on board generate clock frequency cpu must around 19mhz not 16mhz. is possible? the first measurement timing program outputs 250khz square wave pulse.  have read other posts on site specify timing when using portb= instruction , portb|=b00100000 , like, , have inserted several of these instructions create high , low signal when measured on digital pin 13 measures close 250khz.   in fact, on 2 different meters reads 250.0khz. on crt scope (old guy) measures close 250khz time axis not accurate trust meter readings more in case, although scope should not off more 10 percent, plus or minus. the second measurement using short wave radio quiets noticeably when radio tuned 19.005mhz , stays little quie...

Reader 9 missing subject line when the e-mail link is clicked

reader 8 automatically put in file name subject when clicked on e-mail button in reader. read 9 not. is there registry or preference setting turn on?? tia hello daniel     i wasting lot of time copying/pasting filenames....   but because threads concerning topic open such long time, lost hope solution. we have take new  feature of adobe/reader...   thbritz More discussions in Acrobat Reader adobe

luci variabili alternate

Image
salve tutti ritorno su questo forum dopo circa un anno, ricominciando tutto daccapo. posseggo arduino uno. ho collegato due led, con altrettante resistenze, un'estremità ai pin analogici 3 e 9 e le altre al ground. ecco il listato code: [select] const int led = 9; const int led1=3; int i= 0; int ii=0; void setup() {  pinmode(led, output);  pinmode(led1, output);  } void loop() {; for(ii=255; ii>0; ii--); for(i=0; i<255; i++) { analogwrite(led1, ii); delay (10); analogwrite(led, i);  } for(ii=0; ii<255; ii++); for(i=255; i>0; i--) { analogwrite(led1, ii); delay (10); analogwrite(led, i);  } } vorrei che gentilmente qualcuno mi spiegasse perché soltanto il led collegato al pin 9 si accende e si spegne con gradualità, mentre l'altro (sul pin 3) si accende e spegne di colpo. c'è un altro modo per ottenere che mentre cresce la luminosità di un led, decresca comtemporaneamente quella di un altro? ciao, io non ho m...

Leder efter god chat-component - Joomla! Forum - community, help and support

Image
hej joomla-folks! kan nogen af jer anbefale en god chat-component? må selvfølgelig gerne være enkelt @ sætte op og bruge . vh. kim hkom wrote: hej joomla-folks! kan nogen af jer anbefale en god chat-component? må selvfølgelig gerne være enkelt @ sætte op og bruge . vh. kim er ved @ teste utchat, som virker ok. let @ installere, let @ sætte op og ikke mindst med dansk sprogfil. men jeg synes dog, @ utchat er en lille smule svær @ gennemskue frontend-bruger. hører derfor gerne om gode alternativer. vh. kim Board index Joomla! International Language Support International Zone Danish Forum Ældre versioner (disse vedligeholdes ikke længere fra officiel side) Joomla 1.0 (Udgået version, der blev afløst af 1.5 i 2008) Komponenter, Moduler og Mambots

GSM Sim900A

does have code recieve message gsm module , display on serial monitor.. i searched lot found nothing.. and not familiar gsm sms library. so there anycode using tx , rx pins of arduino. please me. thank what did find did not suit needs? there tons of instructables, articles, libraries , example on line or in forum... Arduino Forum > Using Arduino > Programming Questions > GSM Sim900A arduino

Where should I begin? - Joomla! Forum - community, help and support

hello everyone! try make short. i’ve been trying site on year no avail. paid several different designers poor attempt @ building me site. paid make mess of site joomla http://www.durtysouthmusic.com&nbsp; saying goes, if want done right yourself. see i’ve got myself. wondering if should try fix site current condition or should start scratch using joomla. appreciated. in advance. http://www.durtysouthmusic.com hii i think best way put functionalities want in site here can suggest components , modules required. can start building , keep on yourself. then template if of css , can start building or else can template simillar structure can change images , , feel. start putting problems face during process , sure reply. way learn too.. regards Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Small Problem - Joomla! Forum - community, help and support

Image
i have small bad problem. in contact us, fields text color white , great dark background, seen below, when type text message box, text color black, makes hard see typing. there way can change text color make white too? if so, please tell me how? if had searched forum have found possibly 100's of replies , solutions problem. here code - try , work out goes  code: select all #contact_text { color: #fff; } you search!! Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Thread: CLI command to Install bug fixes.

Image
i installed kubuntu (9.10) karmic dvd. reports 135 bug fixes, fails install gui. commands install bug fixes cli? (as gui broken). there bugs in freshly installed karmic kubuntu , not fix themselves, bug system broken. nasty bug in otherwise nice looking linux installation lots of additional software on dvd installed once system self-healing (knows how install reported bug fixes). knows of source information? please assist me myself. depends really. if have patch, can apply patch against sources, create debdiff: https://wiki.ubuntu.com/packagingguide/recipes/debdiff debdiff can create new package: https://wiki.ubuntu.com/ubuntupackag...ildfromdebdiff if want fixes reach ubuntu: https://wiki.ubuntu.com/stablereleaseupdates , ubuntu provides security updates via -security repository (-updates contains them of time). see also: https://help.ubuntu.com/community/repositories/ubuntu . can install...

Thread: Opinions on Mac-On-Linux

hello need run ubuntu on ppc mac , wondering if mac-on-linux viable option repartitioning hard drive. you should not within linux. partition hard disk macos cd , create empty partition linux can adapt needs ubuntu installation cd. Forum The Ubuntu Forum Community Ubuntu Specialised Support Apple Hardware Users [ubuntu] Opinions on Mac-On-Linux Ubuntu

Fireboard + YOOtheme dont mix well - Joomla! Forum - community, help and support

Image
i have installed yootheme template , found on fireboard forum page have set up, javascript/mootools or whatever in menus , such quit working.  think forum css ends screwing main joomla css.  does have experience this?  happen rockettheme templates well?  shame cuz love yootheme template have set up. yes, same thing here. got fireboard set seasons template, , pretty effects don't show on forum page. there option in fb configuration make forum use site css, makes bigger mess. by way, if go yootheme's own forums, you'll see use smf forum engine - should take hint?    update: yes, should! installed smf , used jsmf bridge joomla setup mentioned above. having smf forums wrapped inside joomla, pretty menu effects of seasons template work on forum page on other page. if you're still reading this, recommend give smf try.   Board index Joomla! Older Version Support Joomla! 1.0 Templates & C...

Adding content to database with correct ordering - Joomla! Forum - community, help and support

hi there, cut long boring story short writing content directly joomla database - writing both jos_content , jos_content_frontpage tables.  wonderful ordering of articles stuck with. can tell me how can add new content , other content in table "shuffle down".  table starting fill lot of articles in "1" position! any appreciated... first thing, click "save" button (the little disk) @ top of table list. should refresh order numbers correct states. the little green arrows next order number move items , down, won't work until have each item listed unique position. you can manually change order numbers , click "save". add content, should come in @ next available number, things screwey, i'm not sure why. hope helps! Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

Thread: Guia & maña:Sobre como puedo detectar mi disco o partición,sin perder datos (facil)

en este tema enseñaré manera en que mi xubuntu 9.10 ( ubuntu ) en mi eeepc me reconoció mi segundo disco duro ( quizás también sirve para particiones ), cosa que no había podido hacer. en cierta manera esto es una 'maña' como le decimos los chilenos, de que procedimiento que se utilizó no es el tradicional, este tema lo abro con el fin de se arregló esta mañana y sirva como guía. través de este método usted no perderá archivos. condiciones tenemos un disco o partición no reconocida, la cual él sistema operativo cuando uno ingresa '/media' otra carpeta donde se sitúa en los discos duros, éste no aparece. paso1 colocamos en la barra superior, o la llamada 'lugares' la opción de búsqueda de archivos o 'search file'. paso 2 se le abriera una ventana con el nombre de 'catfish' que sería el programa que busca archivos. entre las opciones de búsqueda, esta la opción de en la carpeta que se quiere buscar, en la...

Arduino Leonardo act as mouse?

so want realize arduino leonardo behaves , performs hid in case mouse. looking acheive when button pressed arduino send clicks computer, , realize how code have question. how make when holding down button on mouse start clicking arduino? you'd need application running on computer detects holding button on mouse , sends signal leonardo. since leonardo connected computer via usb easiest way send signal via serial. Arduino Forum > Using Arduino > Project Guidance > Arduino Leonardo act as mouse? arduino

[SOLVED] - RC3: Links from category list're broken - Joomla! Forum - community, help and support

2 moderators: unable find new topic button, had create poll. please fix it. i noticed bug in nightly build on week, thought removed, it's still there. how make occur: rc3 clean install, test data added. going main menu > more joomla! menu pointing section list. no link working neither in standard, nor in sef mode. links this: http://mysite.com/the-project/more-about-joomla.html (should vice versa: more-about-joomla/the-project.html, though doesn't much). in fact, website without direct article links menus becomes unusable. switching error reporting max produces following notice: notice: undefined index: option in /www/htdocs/includes/router.php on line 225 looks broke reg. expr. or something. please let me know if additional information needed. don't know how managed post in locked board... anyhow, moved 1.5 q&t. the links should like http://mysite.com/more-about-joomla/25-the-project.html you may have had bad ftp. suggest ftp rc3 again. Board i...

Adobe Reader 8.1.3

i'm hoping can me. never had problems deploying different adobe reader versions using microsoft sms. i'm having hard time getting version 8.1.3 installed on network. reason can software install "when user logged in". i'm trying application install during off peak hours. i've downloaded both exe , msi files , both have had same result. switches use adberdr813_en_us.exe /sall /rs i've tried adberdr813_en_us.exe /sall /rs /l /msi"/qb-! /norestart allusers=1 eula_accept=yes suppress_app_launch=yes" thanks i either asked stupid question or stumped called experts not simple response. anyway able deploy update. instead of using exe file downloaded full version msi file, extracted it, created admin share , pushed extracted msi out clients. didn't think have simple adobe reader install. whatever works guess. More discussions in Acrobat Reader adobe

inserting an image in a content item - Joomla! Forum - community, help and support

hi all, i'm trying insert first ever image homepage. i'm searching around here havn' found out ftp image to. if can help, i'm trying find out: 1. ftp image (i.e. image dir in current template?) 2. once ftp it, if use little editor, has text box insert url - i'm not sure - can ..\images\myimagename.jpg? ps nice if insert image 'bit' had browse button upload straight desktop... ah well... maybe mod future thanks all! hoz j0s3 wrote: hi all, i'm trying insert first ever image homepage. i'm searching around here havn' found out ftp image to. if can help, i'm trying find out: 1. ftp image (i.e. image dir in current template?) 2. once ftp it, if use little editor, has text box insert url - i'm not sure - can ..\images\myimagename.jpg? ps nice if insert image 'bit' had browse button upload straight desktop... ah well... maybe mod future thanks all! hoz the media manager let browse pc , upload images, make folders, link urls, etc. once...

Thread: ubuntu on a home DVD player

has inserted ubuntu iso cd/dvd on home dvd player? did before hour ago , player reading cd. saw lots of text point said error, please insert dvd disc. kinda weird , stupid lol. you're mad. i'm sure if has usb port e17 based ubuntu on there minimal cd (that is, if has eternet port or have wireless adapter work work in ubuntu). think down few expensive dvd players have ram in them, , worth more normal 300 mb ram computer run compiz on. might 1 of junk yard instead of contemplating installing on dvd player. xd Forum The Ubuntu Forum Community Ubuntu Community Discussions The Cafe ubuntu on a home DVD player Ubuntu

¿Se puede conectar servomotor y modulo ultrasonido a Arduino Uno al mismo tiempo

ayudenme porfavor existe alguna manera de conectar un servomotor y un modulo ultrasonico la placa arduino uno al mismo tiempo??? no puedo hacerlo ahora porque,fijense, busque informacion para el diagrama de conexiones, y esto es lo que pasa cuando se conecta un servomotor solo la placa: http://www.picuino.com/_images/servo-uno-bb.png ocupa la plaza del hueco de 5v no puedo conectar el modulo tambien porque, miren: http://www.geekfactory.mx/wp-content/uploads/2014/05/arduino_con_ultrasonico_hc_sr04.png este tambien ocupa la plaza del 5v!!! y no hay mas huecos que proporcionen esto. que puedo hacer para conectar las dos cosas al mismo tiempo??? ayudenme plzzz primer lee las normas del foro y edita las imágenes para que puedan verse y no enlaces dichas imágenes. no puedo creer y disculpa mi comentario que hagas una consulta porque no sabes hacer un puente eléctrico una sola conexión!! pones un cable la salida 5v y luego lo unes con el servo y con el módulo ...

RSS Simplepie error driving me nuts ... - Joomla! Forum - community, help and support

for months i've been using slickrss/simplepie feed without hitch. about 3 weeks ago began getting curl 6 errors. handled fsocket fix posted on simplepie forum. until last week. suddenly... if i'm logged in, everything's fine. if i'm not logged in, i'll see following error every hour or so: warning: fopen() [function.fopen]: open_basedir restriction in effect. file(/home2/xxxxxxx/public_html/joomla/cache//0ea3093ded97d76c8bed47632f7375beb1c8374c.spc) not within allowed path(s): (/home/xxxxx:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/xxxxx/public_html/joomla/modules/mod_slick_rss/simplepie.inc on line 2416 warning: fopen(/home2/xxxxx/public_html/joomla/cache//0ea3093ded97d76c8bed47632f7375beb1c8374c.spc) [function.fopen]: failed open stream: operation not permitted in /home/xxxxx/public_html/joomla/modules/mod_slick_rss/simplepie.inc on line 2416 /home2/xxxxx/public_html/joomla/cache//0ea3093ded97d76c8bed47632f7375beb1c8374c.spc not writeable the feed still appear...

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

PE 3 Help files gone tried the FAQ link

ok tried getting backs work. messing up. http://kb.adobe.com/selfservice/viewcontent.do?externalid=kb400583&sliceid=2 i tried said do. before deleted them recycling bin opened premiere see if files. got 1 before got "help topic not found. topic want view applies product have not installed." message again. what should do? not working photo shop elements 5. i needed on how sync audio , video since video downloaded isnt in sync when put in pe. please , thanks. i got sync fixed atleast. snap? try this, faqs @ top of forum. http://www.adobeforums.com/webx/.3c05ce26/11 snap, way, means elements snap right guides or other elements they're near. in video editing, means if place clip near on timeline, new clip jump right next old. More discussions in Premiere Elements adobe

please,can anyone suggest the code for ultrasonic radar for my miniproject

i doing project ultrasonic radar.purpose of project detect person or object , show distance , angle of object on display. so in project using ultrasonic sensor,lcd display,buzzer,one led,servomotor. bit confused on code relating components. so,please me code in project... many advice.. quote so,please me code in project... do mean ( here ) or mean "do me" ( don't here ) if former post schematic , code have written far. if latter advise not cheat in education. Arduino Forum > Using Arduino > Project Guidance > please,can anyone suggest the code for ultrasonic radar for my miniproject arduino

Low Power Logger - Adafruit Featherlogger M0 and LSM9DS0

i'm working on datalogger track movements of birds , looking guidance. able sample @ 50hz 18hrs , extend battery beyond 24hrs. using 350mah battery because weight factor, go bigger. there programming standpoint reduce power consumption? using adafruit featherlogger m0 lsm9ds0 sensor. code: [select] /*  connections (uses spi)  note: m0 9ds0  connect pin 24 scl  connect pin 22 sdog , sdoxm (miso)  connect pin 23 sda (mosi)  connect pin 10 csxm  connect pin 09 csg  connect 3v 3v3 (could go vin)  connect gnd gnd */ #include <rtczero.h> #include <spi.h> #include <sdfat.h> sdfat sd; #include <wire.h> #include <adafruit_sensor.h> #include <adafruit_lsm9ds0.h> #define lsm9ds0_xm_cs 10 #define lsm9ds0_gyro_cs 9 //hardware spi (creates unique sensor id) adafruit_lsm9ds0 lsm = adafruit_lsm9ds0(lsm9ds0_xm_cs, lsm9ds0_gyro_cs, 1000); #define cardselect 4  // set pin usd #define red 13 // red led pin #...

unable to view images

we using adobe acrobat 8 professional in our offices. but unable images in pdf files. for example: http://www.europacmetrology.co.uk/uploads/stingerflyer2.pdf the 2 images in middle of first page , seconds darkened gray out , can see dark square. can please tell me if there setting in acrobat should make image viewable. also, if print pdf file, 2 images become 2 large black squares. thank you. enable entry 'view large images' in preferences. More discussions in Acrobat Reader adobe

increase available IO pin options

i've been reading different threads shift registers, , drivers etc... i'm still having hard time understanding best options different ways increase io pin scenario... advice? i have uno ethernet shield (so understand can't use digital 10,11,12,13 normal i.o , 4?, correct? ) my set is, digital 0 - unused (so far) digital 1 - unused (so far) digital 2 - input_pullup n.o switch digital 3 - input_pullup n.o switch digital 4 - unused digital 5 - input_pullup n.o switch digital 6 - output 5v relay digital 7 - output 5v relay digital 8 - output 5v relay digital 9 - unused (so far) so have 3 pins left use understand. 0,1,9. i add couple 7 segment led's, , in future 1 or 2 more input_pullup switches , 1 or 2 more output relays. any great. thanks! you don't mention a0-a5 these can used digital inputs , outputs also. you @ option also: http://forum.arduino.cc/index.php?topic=439838.0 . Arduino Forum ...

Thread: Make Linux look awesome!

Image
تعرف على اساسيات المرثرات البصرية واشهرها basics of desktop effects post http://www.tuxradar.com/content/make-linux-look-awesome cool, Forum The Ubuntu Forum Community Other Discussion and Support Ubuntu LoCo Team Forums Europe, Middle East, and African (EMEA) LoCo Teams Sudan Team Make Linux look awesome! Ubuntu

Thread: Merging unallocated space with Ubuntu

Image
community, confused on how merge unallocated space ubuntu partition of hard drive. dual boot windows , ubuntu , decided since use ubuntu more going need more space. shrunk windows partition using gparted , im left 45gb of unallocated space. how 50gb ubuntu partition out doing fresh install of ubuntu? have enclosed screenshots of gparted if help attached images screenshot.jpg (66.5 kb, 18 views) you not seem running out of space still have 63 gigs left on sda6. have 4gb swap - tad bit big. since use windows, want think converting unallocated partition ntfs or fat32 partition? allow share data between 2 oss'. other thing convert unallocated partition ext4 house /home filesystem. way, future upgrades happen on sda6 leaving /home , settings undisturbed if still decide merge exi...

Thread: Router IP's

Image
hey. i'm using programs require open ports. open port 12345 etc. open on router, ip 192.168.1.100, if turn other computer first (which reason why have router) gets ip, , 192.168.1.101, , need change settings, port 12345 open other ip, , takes time. there way router give 1 computer same ip, maybe according mac or something? p.s. don't offer me manual configuration. edit: i'm using wrt54g (linksys) posted nemiux p.s. don't offer me manual configuration. manual configuration way on routers. can go router , set ip addresses each computer see fit. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [all variants] Router IP's Ubuntu

Thread: startx unrecognised command

i seem have lost os, , don't know how reinstall karmic (recently upgraded) on dell inspiron 530 desktop after upgrading 9.10 endless problems firefox. yesterday firefox crashing. reported bug. told use apport. tried use apport, got message upgrade tzdata , try again. uninstalled , reinstalled tzdata. not idea. when uninstalled number of files uninstalled , not replaced when reinstalled. pc worked fine until shut down , tried boot up. won't boot. error 15: file not found. error repeated when try use different versions of kernel. can grub screen. grub> startx error 27: unrecognized command although noob, i'm getting idea i've lost os. there can do, , if necessary how reinstall it? do have live cd of 9.10 or 9.04? failing that, have ability download , burn copy? Forum The Ubuntu Forum Community Ubuntu Offic...

Download Adobe Reader

hello, i trying download adobe reader installation (exe) file place on computer (in tanzania) not have internet access needs read pdf files. i have program on computer don't want go through automatic internet "installation" routine each time. where can download standalone installation file(s)? many in advance! plt geneva - switzerland http://www.adobe.com/products/acrobat/readstep2_allversions.html More discussions in Acrobat Reader adobe

Math Behind Quaternion to Gravity Conversion

hi everyone, i using mpu6050 calculate y gravity vector quaternions. equation used in i2cdev library gravity.y = 2 * (q.w * q.x + q.y * q.z); where q.w scalar component , rest vector quaternions. i wanted know how math here gives gravity vector , if there other way compute y gravity vector using least possible number of quaternion components. regards. sorry, meaningless out of context, can show entire operation, or point source code? Arduino Forum > Using Arduino > Sensors > Math Behind Quaternion to Gravity Conversion arduino

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

Thread: kubuntu-ubuntustudio-ubuntu-and back again

i've been running kubuntu 9.04. last night found out ubuntustudios installed desktop package , audio/graphics package. when restarted computer desktop changed. uninstalled ubuntustudios-desktop have gnome seems want kubuntu back. i've tried apt-get install kubuntu-desktop apt-get install kde. had (seemingly most) success sudo aptittude install kde. every time restart computer on gnome. gnome work really old kde settings. please help/or ask questions clarify. when login, after putting in username before putting in password, can select between kde , gnome in bottom set of menus (look menu labelled "session") Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Desktop Environments [kubuntu] kubuntu-ubuntustudio-ubuntu-and back again Ubuntu

sd library 1.1.1 new begin(clock, pin) max clock ?

hi. new version of sd library introduce sd.begin(clock, pin) function. i want know should maximum clock value possible, uno or due example ? regards. nitrof they have not updated sd library documentation since sd uses spi guess value passed spi library.  the spi library calculates available clock divider give highest clock below specified limit.  i think intended specify maximum rate of spi interface of sd card.  if not specified value of 4 mhz (the default spi).  the uno can go 8 mhz.  for more detail, see library source code. Arduino Forum > Using Arduino > Programming Questions > sd library 1.1.1 new begin(clock, pin) max clock ? arduino

Disappearing Titles - Joomla! Forum - community, help and support

hello all, downloaded latest rc3 , having bit of play around it. have installed fine , i've got issue i'm not sure about. have made new section , category , have posted 2 articles within category > section see how have looked. i put 2 articles viewable on home/frontpage , show fine, however, when user navigates through top menu button (latest news, brings them category > section) titles gone: front page: http://img101.imageshack.us/img101/4268/frontpagebc6.png section: http://img502.imageshack.us/img502/2636/menuht7.png is option or flaw? have chosen 'category blog layout' has worked fine until release - i'm new whole thing down user error well. have had quick skim of forums , didn't see thought similar. thanks :) -- ah right, feel bit silly now. :d had go parameters > component part of menu entry (latest news) , change 'show article title' set 'yes' instead of default 'use global'. Board index ...

Some bugs ... - Joomla! Forum - community, help and support

in french khepri template bug in firefox, there's no space between images , text in article. ( screenshot_1 ) not in beez template. in ie6: - if right module disable, articles align on right side. ( screenshot_2 ) ieonly.css code: select all #main {    position: relative;    width: 98%;    margin: 0 0 0 22%; } delete margin code: select all #main {    position: relative;    width: 98%; } - left module overlap footer, , footer high. ( screenshot_3 ) ieonly.css code: select all #footer {    margin: 0 3px 3px 3px;    clear: both;    height: 38px; } - text of button "recherche" (search) long, it's not template error. ie 6 increase margin size, can add line in ieonly.css but margin right ever high. ieonly.css code: select all #header form .button {    padding:1px 0px 1px 15px; } - "#main .leading .modifydate" has different color (#93246f) "modifydate", "createdby", "createdate" (#932467). see scr...

Adobe Reader 9.x crashes when opening some pdf files that work fine with Adobe Reader 8.x

adobe reader 9 crashes when opening approximately 10% 20% of pdfs in collection. remaining 80% 90% work without problems. pdfs launched double-clicking pdf file windows explorer. crashes occur both v9.0 , v9.1. pdfs crash in v9.x work fine in older versions of adobe reader, such v8.1.3. furthermore, behavior occurs on 3 virtual machine hosted on same physical machine, default adobe reader settings, both v9.0 , v9.1. virtual machines have little running in memory except standard windows executables - i.e. pristine. operating systems virtual machines xp sp3, xp sp2, , windows server 2003. error message info in cases: app=acrord32.exe app version=9.1.0.163 module=jp2klib.dll module version=2.0.0.2579 offset=0003277d operating system real computer: xp sp3 cpu: 1333 mhz athlon single core ram: 1 gb to sum up, problem happens on both real computer running xp sp3, , on 3 virtual machines hosted on same physical computer. tried changing reader setting not use hardware rendering, no avail. t...

Mailing list - Joomla! Forum - community, help and support

i working on website non-profit organization set-up mailing lists membership. 1 list might board members only, might full membership, committees might have own list too. else doing this? tools using? currently have yahoo account , 1 member has access log-in , e-mail blast. i have seen newsletter tools such letterman , yanc, these both seem more need. need easy way send e-mail group of people withing membership. largest list have less 100 people on it. any suggestions appreciated. update: planning on incorporating community builder , appears there mailing module work send specific groups. try out, still looking suggestions. i looking also.  i want have list can sign , other list registered user (on community builder) can sign to. the key feature need let registered users send emails list after log in.  great if email list shows email came people can reply person. to me sounds mailing list can find out there.  can help. Board index Joomla! ...

TinyGPS Read Speed change

hi, i trying setup skm53 module using tinygps+ library altimeter sense gradient change deploy chute on rocket. output tinygps defaults output sentences @ 1 s increments. can change speed access data? ideally fast sample rate (10-100 hz) of altitude smooth after , extract gradient change. thanks help (i new arduino apologies if simple question) nope, you're stuck @ 1hz. sorry. Arduino Forum > Using Arduino > Sensors > TinyGPS Read Speed change arduino

Guidance on a project (For a beginner)

Image
hey,       i'm new arduino, hoping guide me things purchase make project feasible. this i'm hoping accomplish. i need have 10 - 20 small motors all motors need run separately @ specified interval the motors need used wind , unwind wire. hopefully i'm not asking , possible. thank ahead of time or advice given! hi, its  is possible,  the model of arduino dependent on how want control motors. do need know how wire have wound in or out? what size, voltage , current motors. what inputs , output devices have? is artwork or processing device? we need know application , can tell electronics, programming, arduino, hardware experience? thanks.. tom.. Arduino Forum > Using Arduino > Project Guidance > Guidance on a project (For a beginner) arduino

[REQ] Tutorial dari design Template Monster ke Joomla Template. - Joomla! Forum - community, help and support

guys,...  buat yang master2 joomla... bagaimana mengaplikasikan design dari template monster ke joomla template... ada ga tutuorialnya... atau gak mungkin para jago joomla mau membagi ilmunya... karena mungkin akan sangat membantu para pengguna joomla untuk mengembangkan dengan design2 yang baru... ps : apa ada sekolah atau tempat kursus yang mengajarkan trik2 atau khusus membuat template joomla? terima kasih. wah.. betul om... pertanyaan bagus tuh... please buat para master designer joomla, ajarin donk para newbie untuk merubah template dari template monster ato dari template biasa menjadi template joomla, khususnya joomla 1.5 +, makasih sebelumnya . Board index Joomla! International Language Support International Zone Indonesian Forum Template

Thread: Hard Drive Recommendation

so, 250g hitachi deathstar came computer died after 10 months. recommendations on hdd has long term reliability? considering one: http://www.tigerdirect.com/applicati...ku=tsd-750aads yeah, wd drives getting reviews lately. have 500gb on main system 1 year no complaints. have external 1tb seagate has been well. don't think can go wrong, price. amazon pretty reading customer reviews on lot of individual products. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [ubuntu] Hard Drive Recommendation Ubuntu

Thread: Shared folder not visible

hi, have 2 computers running ubuntu 9.10, both have 1 shared folder. these set via nautilus. on computer 1 can see , use shared folder of computer 2 fine. on computer 2 can not see shared folder of computer 1 anymore since recently. has worked in past. more information: name of computer 1 "daniel", share name "gedeeld". address of shared folder of computer 1 smb://daniel/gedeeld/ opening address in nautilus works fine on computer 1 (that shares folder), results in error on computer 2. error: failed mount windows share. please select viewer , try again. cause, , how can fix this? solved: both computer , phone appear have same hostname. therefore accessing share other computer fails, when replace computer name pc's ip-adress, works fine. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless ...

Thread: How do you change the startup programs?

i'd temporarily uncheck of startup programs. taking far memory. found easy change in 'ubuntu' not kubuntu. i've been looking , looking , cannot see program. or ideas appreciated. thanx hello, think need navigate /home/username/.kde/autostart once folder, can right click on empty space, , choose create new > link location (url) or link application. -silver fox Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [kubuntu] How do you change the startup programs? Ubuntu

Thread: Emacs problem

Image
hi everyone, upgraded ubuntu 9.10 9.04, , facing problem emacs: whenever run emacs, works, following message: code: (emacs:2861): glib-warning **: g_set_prgname() called multiple times i tried uninstalling , reinstalling emacs , deleting .emacs.d directory (i saw fix problem when trying run firefox command line involves deleting .mozilla file). bad idea delete .emacs.d directory? after reinstalling emacs, not have directory longer. necessary? how can back? , how can correct problem? thank much! i had same error message: (emacs:10708): glib-warning **: g_set_prgname() called multiple times. , takes long time emacs start up. important of text font wayyyyyyyyyy big. karmic xorg.conf, ~/.xdefaults or, ~/.xresources not available. right have conceptual duct tape , bale wire. wish me luck i'm going in. attached images ...

Printing Text Boxes

>i received pdf document contains basic document plus stamps, text boxes , comments. appear on screen can't text boxes print out on hard copy (which our lawyers insist on). > >i've tried using print settings "document", "document , markups" , "document , stamps" (these 3 choices have here). > >i've tried "print image" under "advanced", no luck. > >when use "print file", don't know file goes (and i've searched hard drive , network drives named file). > >i've tried saving copy , printing instead, still have had no success. > >any here appreciated. > >if computer access parameters need changed our workgroup administrators, let me know well. > >if printing text boxes never possible, there way partially lock pdf documents send out comments , stamps allowed? > >thanks. >mike b. > received pdf document contains basic document plus stamps, > text box...