Posts

Showing posts from January, 2013

MPU-6050 No-Movement Sensing

hello, i have arduino uno connected mpu-6050 breakout board. trying have arduino sense when there no movement of accelerometer, , send text notification (via temboo , twilio). can read raw values of mpu-6050 fine, since jump around lot when module still, can't figure out how write function senses when mpu-6050 still. i using i2cdev library jeff rowberg. the mpu-6050 connected arduino this: vcc - 3v3 gnd - gnd scl - a0 sda - a1 ad0 - gnd int - d2 any appreciated. thanks! i think can use register [0x61] mot_detect_status, along telling mpu should considered 'zero motion' that. how, exactly, not sure, because right trying figure out how write specific register. bit new @ this, heh. Arduino Forum > Using Arduino > Sensors > MPU-6050 No-Movement Sensing arduino

Thread: Automatic login useless

what's use of having automatic login if still have enter password on waking suspend or hibernate. in jaunty able around changing settings in gconf-editor: apps>gnome-power-manager>lock , selecting 'use_screensaver_settings' option, doesn't work in karmic. i've tried fiddling other settings no avail. automatic login of no use whatsoever if still have enter password on wakeup. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Automatic login useless Ubuntu

Thread: USB file transfer from Topfield stopped working after 9.04 --> 9.10

Image
hi all, have been using old amilo li2727 laptop , puppy topfield 5100. did not work out-from-the-box 9.04, first got these errors: error: can not perform autodetection. error: /proc/bus/usb/devices can not open reading editing /etc/init.d/mountdevsubfs.sh , adding these lines @ end of file did trick in 9.04: code: # # magic make /proc/bus/usb work # mkdir -p /dev/bus/usb/.usbfs domount usbfs "" /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644 ln -s .usbfs/devices /dev/bus/usb/devices mount --rbind /dev/bus/usb /proc/bus/usb after upgrading 9.10 square one, , again getting same errors got 9.04 before editing mentioned file. did not take long me notice mountdevsubfs.sh gone, instead there file called: mountdevsubfs.sh.dpkg-old , guess not used anymore , stuff have been moved place/file? what? need do/edit ubuntu work again topfield? wlan stopped working, nice going ...

Thread: restricted-extras, Medibuntu y sources.list

Image
hola comunidad! luego de realizar la instalación de kk, una de las primeras cosas que hice fue instalar los paquetes ubuntu-restricted-extras y w32codecs (previo agregado de repositorios medibuntu) me surgieron dos dudas: 1.- es necesario instalar los dos paquetes, o es suficiente con los restricted-extras? depende la página que consultas, te recomiendan instalar uno, el otro o los dos, para poder reproducir todo tipo de contenido multimedia. 2.- cuando instalé el repositorio medibuntu, primero recurrí al que se supone es el nuevo método: en "orígenes del software, otro software, añadir --> ppa:medibuntu". bueno, supuestamente lo agregó, pero después al hacer apt-get update daba error. entonces seguí el antíguo método según la guía de dos blogs. el primero no funcionó y el segundo sí. la cuestión es que me quedé pensando, después de tanto toqueteo, cómo habría quedado mi sources.list. lo abrí con gedit y resulta que en ningún lugar apa

Sending a single char from android phone to arduino over bluetooth

hi, i'm working on project, want android phone send single char ("1") arduino on bluetooth connection. i've implemented sms listener , having trouble sending char arduino. module works, because i've tested ardudroid. i followed this tutorial sending , receiving data on bluetooth no success. far connecting module. this code tutorial: code: [select] package com.example.bluetooth; import java.io.ioexception; import java.io.inputstream; import java.io.outputstream; import java.util.set; import java.util.uuid; import android.app.activity; import android.bluetooth.bluetoothadapter; import android.bluetooth.bluetoothdevice; import android.bluetooth.bluetoothsocket; import android.content.intent; import android.os.bundle; import android.os.handler; import android.os.message; import android.util.log; import android.view.menu; import android.widget.toast; public class mainactivity extends activity {     //you first have connect android phone arduino bt module.  

Airplane Project, A Beginner, and Displays

hello all, beginner arduino , need community guidance.  have aspirations build crew alerting , warning system experimental aircraft.  summarize, comprise series of microswitches, thermocouples, variable resistors , radar altimeters provide pilot variety of text messages , audible alerts utilizing series of conditional statements arduino sketch.  i'm making way through conditional code have no idea start display messages.  understand basic said, beginner.  constraints have able vary text size , color , display on black background.  graphics plus not necessary.  perhaps touch option down road beyond ability now.  i have found seems information , need advice on start.  literature should beginner read better understand how arduino utilizes lcd , led screes display text?  need screen @ least 5" , again, color.  economical voice? thanks in advance assistance may provide a 5" screen ambitious arduino. (i've ordered 1 similar project, adafruit.)

Thread: Audo, no video in multiple video playing applications

hello, after upgrading karmic rc, cannot play videos. have universe , medibuntu repositories, tried installing restricted-extras, tried reinstalling mplayer, , gstreamer, still no luck. i've updated , upgraded. vlc , totem play audio there no video. in smplayer , error: "mplayer has finished unexpectedly. exit code 127" code: /usr/bin/mplayer -noquiet -nofs -nomouseinput -sub-fuzziness 1 -identify -slave -vo xv -ao alsa -nokeepaspect -framedrop -nodr -double -input conf=/usr/share/smplayer/input.conf -stop-xscreensaver -wid 69206031 -monitorpixelaspect 1 -*** -embeddedfonts -***-line-spacing 0 -***-font-scale 1 -***-styles /home/chris/.config/smplayer/styles.*** -fontconfig -font arial -subfont-autoscale 0 -subfont-osd-scale 20 -subfont-text-scale 20 -subcp iso-8859-1 -subpos 100 -cache 2000 -osdlevel 0 -vf-add screenshot -slices -channels 2 -af equalizer=0:0:0:0:0:0:0:0:0:0 /home/chris/videos/king of hill - s05e15 - luanne 2.

Control Music Using A Pulse Sensor

Image
hi! working on project in school engineering class group of peers (this our first year working arduino), , wanted have pulse sensor (that reads ones heart beat) control music playing out of arduino. problem don't know how or adapt pulse sensor code in order use control other things. have music shield, adds our confusion. if knows how appreciate help. thanks Arduino Forum > Using Arduino > Sensors > Control Music Using A Pulse Sensor arduino

Radio receiver RC to arduino and output....

hi i work on arduino mega 2560 radio rc controller , rc receiver i search how give signal of rc receiver on arduino and after take signal , put on pin of arduino output i want signal on output same input actually have connect rc receiver on arduino , arrive use fonction pulsein() having value of signal i know signal of rx receiver can have - pulsewidth high between 1 , 2 microseconds - pulsewidth low between 18 , 19 microseconds - preiod 20 microseconds but search how transfer signal @ input output of arduino..... thanks help sorry bad english, i'm french.... you mean milliseconds, not microseconds: 1000 2000 microseconds every 20000 microseconds. something this: code: [select] servo servo; void setup() {       servo.attach(outputpin); } void loop() {      servo.writemicroseconds(pulsein(inputpin, high, 20000)); } Arduino Forum > Using Arduino > Project

Serial input output tutorial

im posting link because vb program shows make has been helpful me beginner engineering,electronics , programming (but background in science , math) idea of serial , how useful a dialogue between microcontroller. warning tend bit distracted presentation of textboxes etc tutorial in explains each step took without sparing many details. https://www.youtube.com/watch?v=wsmmhasvvru Arduino Forum > Using Arduino > Programming Questions > Serial input output tutorial arduino

Batch export of step files?

i have a3d , catia v5 release 16 running on 32bit machine. wish batch export of step files a3d. currently, need open files individually , export them manually. there option open multiple catia files , create step files of these catia files automatically such batch program or option? yes, it's called adobe livecycle, , costs pretty penny! by way, if write own code task, you're breaking eula adobe!   i've been down road...we use livecycle now. good luck! ~joe More discussions in Rich Media & 3D adobe

Arduino UNO web client with HLK-RM04. [Request a Web page]

hello everyone. i have being trying connect arduino uno internet using hlk-rm04 modulo. i connected hlk-rm04 in server mode, arduino answered me want access internet (to access point), host specific ip or whatever connect , send information webpage. code: [select] +----------+              +-------------+            +-------------------------------------+ | arduino  |    --------> |  hlk-rm04 |  ----------> +       internet: http://google.com   | +----------+              +-------------+            +-------------------------------------+ i tried sending on serial por arduino hlk-rm04 request: the hlk-rm04 connected access point. code: [select] get / http/1.1 host: google.com connection: keep-alive cache-control: max-age=0 accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8 user-agent: mozilla/5.0 (windows nt 6.1; wow64) applewebkit/537.36 (khtml, gecko) chrome/39.0.2171.95 safari/537.36 accept-encoding: gzip, deflate, sdch accept-language:

How to control a 3D annotation from outside the pdf?

hi, i have pdf 3d annotation , buttons, javascripts on them, control annotation. i.e 1 button changes view, starts animation... is there way control/send javascripts 3d annotation outside pdf instead of having buttons job? annotation visible, there no buttons, @ least not visible what want make kind of simulator that sends instructions pdf do. person looks @ pdf, in acrobate reader 8.1, not able interact pdf, @ it. i'm using acrobate 3d v8 , windows xp. with regards, joachim joachim, might want ask question larger acrobat pro forum since apply there. if can send javascript pdf externally (page script) can send 3d script engine also. if cannot send js page, believe cannot send 3d annot either. but hey, hope can! , actually, think should possible since adobe has forms solution working acrobat, processing form data in web page via end server. More discussions in Rich Media & 3D adobe

site hacked, host blames 'mambo' but i'm not sure. . . - Joomla! Forum - community, help and support

i visited 1 of sites find account "suspended".  hosts response critical ticket this: it appears account taken offline sending udp floods. have been keeping software date on account? e.g. mambo? from can see mambo exploited , ' dc.pl' file uploaded. file used initiate attacks against several other networks account. due intense amount being used took our server offline temporarily well. feel free explain! now, thing can blame on myself register globals , register globals emulation left on.  have 4 or 5 other sites hosted in sub directories / domains , lowest joomla version 1.0.11.  week ago or deleted last mambo install left on while ago couldn't 'mambo'. there drupal install somewhere account of friend, has access subdirectory i'm not sure base public_html or not. my question this:  exploit joomla , upload file or host finding else blame poor server security on part? mean really, upload pearl script though joomla , run it?!?!?!  seams little far fetched

Content problem - Joomla! Forum - community, help and support

Image
hey guys. im joomla n00b , have problem go figure . did fresh installation , went well. problem content e.g. news, faq ect. every link takes me 404. links point content dir in installation there no dir. domain pointing sub in root. problem? thanks assuming web-installer ran ok, no red errors, sef problem, did turn on sef/seo in joomla! global configuration? forgot rename htaccess.txt to  " .htaccess "  (the "dot" infront required)  check yhe configuration.php file $mosconfig_absolute_url , $mosconfig_live_site correct installation directory , site address. Board index Joomla! Older Version Support Joomla! 1.0 Installation - 1.0.x

can an arduino program itself?

not sure if best way describe it. let me start saying i'm total noob, have never used arduino or similar, haven't purchased 1 yet either. have spent past several hours learning them have idea of capabilities, wonder 1 thing though. here project in nutshell. 6 relays, 7 switches. 6 of switches presets , 1 switch enter program mode. hit program switch example switch 1, allows program switch 1 hit switches 2, 4 , 5 program switch saves did. if hit switch 1 turn on relays 2, 4 , 5. reenter program mode @ time , change relays activated switch. possible? there's more that's part i'm not sure arduino can do. i know can pic, i've seen done, know nothing them either lol. frankly arduino route appeals me more because there else can smaller learning curve understand it.. there no "program mode". there usb, pc , code. change code , reload arduino , @ end of transmission arduino resets , runs code. not mode, it's a cycle of tasks

Error Installing Plugins - Joomla! Forum - community, help and support

i keep getting errors trying install plugins there file called /home/c/centrl/www/mambots/content/plugin_jw_sig.php - trying install same cmt twice? the php file not exist in directory.  not plugin having problem with.  can please help? make sure media & components, modules, mambots directories "writable" , there no files left on in these directories failed installs or un-installs. Board index Joomla! Older Version Support Joomla! 1.0 Installation - 1.0.x

Is it possible to have more than one client on a server chat if so, how?

hello everyone, in server chat example code wifi shield, description shows how client can communicate chat server shield creates on telnet. however, when added second client on server second client not able connect. used following code example , modified have 2 clients. code: [select] #include <spi.h> #include <wifi.h> char ssid[] = "myqwest2629"; //  network ssid (name) sa char pass[] = "****************";    // network password (use wpa, or use key wep) int keyindex = 0;            // network key index number (needed wep) int status = wl_idle_status; wifiserver server(23); boolean alreadyconnected = false; // whether or not client connected previously void setup() {   //initialize serial , wait port open:   serial.begin(9600);   while (!serial) {     ; // wait serial port connect. needed leonardo only   }     // check presence of shield:   if (wifi.status() == wl_no_shield) {     serial.println("wifi shield not present");     // don

Precondition Failed when publishing PHP in static content - Joomla! Forum - community, help and support

i error "precondition failed: precondition on request url /joomla/administrator/index2.php evaluated false." whenever try save php code within body of static content item. i've tested php code on non-joomla site , works without errors.  i'm not using wysiwyg.  i've tried using extensions "runphp" , "mossnippet" both of claim allow php within content items, haven't had luck either of them.  same error when try save using them. does joomla not support php within content?  or there solution i've overlooked? thanks, karen Board index Joomla! Older Version Support Joomla! 1.0 Administration - 1.0.x

[svn] 3802: Merged 3.2.0 revisions 3771,3794 -> 3.x

revision: 3802 author: jimurphy@adobe.com date: 2008-10-21 16:26:28 -0700 (tue, 21 oct 2008) log message: ----------- merged 3.2.0 revisions 3771,3794 -> 3.x modified paths: -------------- flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/utils/loaderutil.as flex/sdk/branches/3.x/in/air/mac/air integration kit.tbz2 flex/sdk/branches/3.x/in/air/win/air integration kit.zip property changed: ---------------- flex/sdk/branches/3.x/ More discussions in Commits adobe

server load issues - Joomla! Forum - community, help and support

well want everyones opinion. i'm not great server guy or anything.. currently i'm on shared hosting plan, think i'm getting bad performance server running top command gives me following code: select all u37041015:~ > top unknown hz value! (88) assume 100.  22:47:46 47 days, 21:16,  1 user,  load average: 15.39, 14.39, 13.65 2 processes: 1 sleeping, 1 running, 0 zombie, 0 stopped cpu states:  88.1% user,  11.8% system,   0.0% nice,   0.1% idle mem:   2074144k total,  1992228k used,    81916k free,    78176k buffers swap:   265064k total,     4544k used,   260520k free,  1435504k cached   pid user     pri  ni  size  rss share stat %cpu %mem   time command 13664 u3704101  17   2  2688 1472  1012 s n   0.0  0.0   0:00 bash 13698 u3704101  18   2  2004  944   760 r n   0.0  0.0   0:00 top what guys think? time upgrade vps? that's showing performance whole server, not you. try running top every few hours, if continue see loads on 1-2, , you're not on crazy 32 core se

Chiarimento libreria IRremote

ciao tutti ... volevo decodificare il telecomando della mia tv panasonic e per fare questo sto utilizzando questo codice che ho trovato in rete : code: [select] #include <liquidcrystal.h> #include <irremote.h> #include <irremoteint.h>       liquidcrystal lcd(12, 11, 5, 4, 3, 2); int recv_pin = 8;   irrecv irrecv(recv_pin); decode_results results;   void setup() {   serial.begin(9600);   irrecv.enableirin();   lcd.begin(16, 2);   lcd.print("inizio ricezione"); }   void loop() {     if (irrecv.decode(&results)) {     if(results.bits!=0){       lcd.clear();     if (results.decode_type == unknown) {       lcd.print("tipo di codifica");       lcd.setcursor(0,1);       lcd.print("non supportata");     }   else{     if (results.decode_type == nec)     {       lcd.print("nec ");     }     else if (results.decode_type == sony)     {       lcd.print("son ");     }     else if (results.decode_type == rc5)     {    

Button Controller

i programming pushbutton through arduino uno connected pc running flight simulator x , need run when button pushed, play short video introduction, immediatly launch saved flight file on flight simulator x, , run 5 minutes, play outro video , go ready state of looped graphic or video. have button wired board , been trying figure out code. need process or command opens file on pc , other suggestions might have how best accomplish task. you realise part of project uno can achieve recognising button has been pressed , send pc.  else (including detection of signal sent uno) needs taken care of kind of software running on pc. all in simpler implement whole thing hotkey on pc. Arduino Forum > Using Arduino > Project Guidance > Button Controller arduino

Two Arduinos!

hi everyone, i posted little earlier charlieplexing problems, have had new idea. i have inherited uno friend, theoretically 10 led meter tutorial @ http://arduino.cc/en/tutorial/bargraph 2 arduinos , therefore twenty leds? or 24 if bring pins 12 , 13 in play! does have advice how go doing that? would increase array @ beginning of code e.g: int ledpins[] = {   2, 3, 4, 5, 6, 7,8,9,10,11 };  what numbers use follow 11 if wanted next led connected pin 2 of next arduino? also, hook 2 arduinos using rx tx , grd? thanks! a single max7219 display driver chip using spi (3 or 4 pins) can control 64 leds , uses 1 resistor set led current.  Arduino Forum > Using Arduino > Project Guidance > Two Arduinos! arduino

Thread: saving settings

hello everyone, save of personal setting before re-install/upgrade ubuntu. best if avoid hassle of re-creating desktop environment scratches, save as can before re-installation/upgrade. gnome panel: since current panel settings re-loaded @ boot, assume there file holding necessary information (on transparency, launchers, position etc.) can find file , can paste file after re-installation/upgrade retrieve current settings? if upgrade using update-manager, settings preserved. there other ways, thats easiest. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [gnome] saving settings Ubuntu

Installing components stall - Joomla! Forum - community, help and support

on 1 of domains, current installation of 1.0.12, try install components , stalls. has never happened before. not happen when attempting install mods or bots. appreciated. attempted delete post didnt see options. corrected problem , had nothing joomla. several hung processes nont allowing resources. i have same problem, happened after moving 2 joomla sites new server. both have same problem guess it's idd not joomla server. don't know search problem. Board index Joomla! Older Version Support Joomla! 1.0 Performance - 1.0.x

JSAS going Live - Joomla! Forum - community, help and support

hi, i installed jsas , tested site i'm making using windows xp pro. trying access site computer using ip. able see except won't display colors , graphics, texts. how come doesn't display them when can see them machine i'm working on? also, use same machine (windows xp pro installed) live server, possible? need make live? i'm using windows xp pro , have jsas running. thanks! the live_site setting in configuration.php needs resolved every client accesses it. internal purposed, can use either ip address or add combination of ip address/host name hosts file on client machines. Board index Joomla! Older Version Support Joomla! 1.0 Installation - 1.0.x

Arduino MEGA 2560 Serial port 'COMx' already in use. Try quiting any programs..

about 2 month ago bought arduino mega2560 3d printer construction. driver installation arduino 0022 easiest thing i've ever done , worked well!!  after month of regular working calibrate new 3d printer many successful uploads, arduino mega 2560 stopped working without having done on computer.  if try upload sketch, error processing.app.serialexception: serial port 'com3' in use. try quiting programs may using it. everything worked until when have finished hardware of 3d printer. from started mess have not yet solved, , blocking development of project .  tried other releases of arduino ide /drivers without success. i tried w7 recovery point @ date before first arduino installation repeating same steps taken first time installation problem remains.      my computer runs win 7 64bit problem same connecting mega2560 board on w7 64bit computer.  detail: @ power on arduino aref led flashing 1 time still on. on led lit. the usb serial chipset atmel i want buy mega2560...

Bridge CS3 stürzt ab

hallo! ich arbeite mit ms xp. alle verfügbaren updates (automatik) sind eingespielt. ich habe cs3 extended installiert. wenn ich bridge cs3 aufrufe und dann die voreinstellungen anwähle, verabschiedet sich bridge mit: "adobe bridge hat ein problem festgestellt und muss beendet werden." ansonsten arbeitet bridge einwandfrei. ich habe die neueste version von bridge cs3 (update-automatik) auf dem pc. ich habe auch bridge cs2 auf dem pc, da passiert das nicht. wer kann helfen? gruß klaus hallo klaus, vielleicht hilft dir der link weiter: http://kb.adobe.com/selfservice/viewcontent.do?externalid=331594&sliceid=1 bei mir hat der punkt "zurücksetzen der voreinstellungen gereicht" gruß michael More discussions in Deutsche Foren adobe

Switch Statement no breaking

i'm working on script uses irremote library https://github.com/shirriff/arduino-irremote  i'm able receive signals remote.  reason when send signal behaves if i'm sending same signal on , over .  for example if press on/off button remote toggles pin on , off every half second.  same true if press button brings 0 255 in half second increments.  in both scenarios goes on infinity. i've tried adding , removing curled braces no luck.  how can turn pins on , off 1 signal remote? code: [select] #include <irremote.h> int recv_pin = a1;  //  ir receiver irrecv irrecv(recv_pin); decode_results results; int statled1 = 5; //led 1 int statled2 = 3; //led 2 int statled3 = 9; //led 3 int statled_state1 = low;  //mac int statled_state2 = low;  //mac int statled_state3 = low;  //mac int pins[] = {  // array of pins   3, 5, 9}; int arraylevel = 0; void setup() {   pinmode(recv_pin, input);   irrecv.enableirin(); // start receiver   pinmode(statled1, output);   pinmode(

Weblinks uitvouwen - Joomla! Forum - community, help and support

gegroet, ik ben gisteren voor het eerst (nou ja, dik een jaar geleden al eens met mambo gespeeld) begonnen met het maken van een joomla-site. vergeleken met die vorige keer ging me alles een stuk soepeler af en zat ik op een gegeven moment op een punt waar ik met mambo pas na een week zat. de site begon al de vorm aan te nemen die ik voor ogen had, maar een paar dingetjes werkten nog ziet zoals ik het wilde. zo had ik me de links pagina eigenlijk overzichtelijker voorgesteld. het niet ook mogelijk dat de categorieën al bij voorbaat allemaal uitgevouwen staan in plaats van dat je eerst op een ervan moet klikken om de links erin te zien? dit vind ik nogal overbodig aangezien ik maar twee categorieën heb, met in totaal maar zeven links. ik denk dat die mooi op één pagina zouden moeten passen. bij voorbaat dank, draco kun je hiervoor dan niet gewoon een content item maken waarin je deze links zet? of misschien moet je eens kijken naar alternatieve link componenten. zie http://extensions.

New legal requirements for UK company websites - Joomla! Forum - community, help and support

Image
just quick heads web developers in uk. from 1st january 2007, uk limited companies must include prescribed company information on websites , emails. the information required is: the company's full name including word "limited" unless specially exempted, in case must state limited company the company's place of registration the company's registered number the address of company's regsitered office looks use footer space @ last [mod note: moved general questions lounge - pe7er] what source this Board index Other Forums The Lounge

I need an android app with it's source codes to display sensor values

hey everyone. i'm building pedometer can detect's changes of acceleration each direction. after step need data arduino via bluetooth. have researched long time couldn't find code need. so need android app show dynamically values of sensors without pressing buttons. if have, can send me mumin.varici@hotmail.com. best regards.. you try offering cash in gig's section of forum. mark Arduino Forum > Using Arduino > Project Guidance > I need an android app with it's source codes to display sensor values arduino

TCP IP School project

Image
hello everyone! i working on model of "smart house" (just scholar project). using untrasonic sensor, temperature sensor, light sensor , infrared sensor. the problem must incluse tcp ip, , since working arduino , receiving information board pc via serial communication (usb)  i trasmit received serial information wifi network android tablets/phones can see information of house. in same way, want know if android tablets/phones can transfer information via wifi , arduino board can receive serial communication pc (for example turn off sensors). know if possible? if so... can me guys? or send me tutorial please :c thank all! pd: i not have money buy wifi/ethernet shield if not have money network shield adding tcp/ip theoretical exercise. you add code small webserver shows state of sensors (optional history) disable it. Arduino Forum > Using Arduino >

CB not saving extra fields on register registration community builder - Joomla! Forum - community, help and support

my community , games site has been functioning fine until week or ago started getting reposrts of profile data disapearing. now users unable change data, , when try clears other non-required data it appears if 'required' data saving. i dont want make every field required fix this...... respond info , happy indeed. i saw once on site. ended going backup data , dumping cb tables out. i know sounds messy, cleared whatever problem having. on latest version? try forums @ joomlapolis.com thanks! Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x Components

Help with IF condition?

how make arduino check particular pins( namely 5 pins) whether high or low 10 seconds, because interrupts check changes time? suppose not able use interrupts , need check particular pins 10 seconds should go off? code: [select] void loop() { int = digitalread(2); int b = digitalread(3); int c = digitalread(4); int d = digitalread(5); int e = digitalread(6); if(a ==1) { //do something } if(b == 1) { // something } ....   this process should checked processor 10 seconds , after should not check.. how do it? you need specify action more precisely mean. check 5 buttons remain active simultaneously entire 10 second time frame check 5 buttons become active simultaneously @ point within given 10 second time frame check each of 5 buttons become active @ least once within 10 second time frame also 10 second time frame @ start or 10 second time frame while sketch running? Arduino Forum > Using Arduin

capacitive touch sensor on the raspberry pi - Raspberry Pi Forums

hello all, i'm trying wrap head around following diagram: https://learn.adafruit.com/assets/14466 https://learn.adafruit.com/capacitive-t ... -pi/wiring don't understand how out sensor connected raspberry pi. looks it's going directly raspberry pi's #23 pin , skip resistor together. also, described, out sensor goes high when pressed, why it's connected ground. btw: i'm trying wire directly pi, skipping breadboard. here's going try: sensor out -> 10k resistor -> pi #23 pi gnd -> sensor gnd pi 3v -> sensor vdd it? thanks, clinton as read it, resistor goes output/#23 ground. output goes #23. think resistor there discharge #23 when output isn't high. use 3 connection on sensor, vdd, gnd & output. resistor goes output gnd , output goes #23, (rpi input). clear mud. i'm hopeless @ explaining stuff. hope helps. raspberrypi

New trouble for today - /OCGs dictionary entry

hi, in original document created adobe illustrator , saved pdf see /ocproperties entry: /ocproperties<</d<</rbgroups[]/on[22 0 r 26 0 r 44 0 r 49 0 r 53 0 r]/order 21 0 r>>/ocgs[22 0 r 26 0 r 44 0 r 49 0 r 53 0 r]>> now if go via pdocconfiggetocgorder/pdocconfigsetocgorder in result this: /ocproperties<</rbgroups[]/on[22 0 r 26 0 r 44 0 r 49 0 r 53 0 r]/order 21 0 r>> i.e. no /d , neither /ocgs there. should /d , /ocgs entries construction again via low level cos? the more work pde layer - more think it's basic functionality , else should via cos, unless i'm missing special caveat pde calls. that doesn't make sense, since both d , ocgs required keys what version of adobe acrobat & sdk working with? are sure aren't doing after fact? looking @ right keys/dictionaries? pde content. cos low level document structure. 2 different things. More discussions in Acrobat SDK adobe

Best way to compress pdfs for email?

i need know best way compress pdf email. local email limitations <10mb (1 mb preferred). many files in kb range. have tried everything-optimizing/reduce file size/jpg pdf. have acrobat 6.0.2 professional on mac 10.4.11. if there additional software need purchase, best product? how other professionals create looking yet tiny file-sized pdfs emails (kb 1mb)? know can done, haven't figured out yet! suggestions? thank advice! ? more modern versions of acrobat better job of compressing pdfs. the real goal make small in first place. restrict fonts needed. if stick times new roman , arial need not worry embedding fonts. or use other fonts , don't embed them, substitution. graphics more complicated. intended audience going view onscreen only? or going print it. pdfs onscreen viewing can have graphics reduces 72 90 dpi , not loose quality. again, better reduce graphics size want before creating pdfs. using raster graphics, vector graphics or both? alters equation need co

Thread: Sonar for ubuntu???

Image
is sonar ubuntu? there version of sonar ubuntu? if there wats difference between ubuntu version & xp? also, there plugins xp version , ubuntu? can upgrade 8.3.1 8.5 8.5.1? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Sonar for ubuntu??? Ubuntu

CS4 | Portfolio | Entering desciptions | no support for metadata?

best regards i use lightroom 2.x. have done lot of work entering descriptions, captions, titles , metadata in library. i want make acrobat portfolio documents. in portfolio can add descriptions under images, nice feature. hope use selected metadata fields bring information image portfolio. crazy have re-enter information. is there way, , why not if not, see enter comments fields in portfolio creation/edit windows use metadata fields entered in lightroom? i curious why there not more import , support metadata between adobe products...in particular there should numerous painless ways bring lightroom collections portfolio without having on again. maybe there scripts never use them. have ideas on this? portfoilio looks promising rigid in ways, such problem. osx 10.5.4 | imac 20 in alum intel | 4 gb ram | acrobat cs4, lightroom 2 turtle heart (my real name) ojibway american indian artist not available far know. understand version 1.0 of pdf portfolios. not becomes available in vers

Auto fill email address

i've create "e-mail back" button on pdf form clicking on button, launch default email program on computer. question how can add email address automatically in email don't have type email address when want reply me? hope make sense. thanks in advance! you need add form button executes submit form option - can use mailto:xxx@x.com (top of screen) , select 'pdf - complete document' remember either 'reader enable' or 'distribute' form add reader extensions ... jon More discussions in Acrobat Macintosh (read-only) adobe

Thread: [9.10] Annoyance: Amarok asks for a KDE wallet every time it opens

hi all, have small annoyance ubuntu 9.10. have installed amarok, , every time opens, asks kde wallet. om media centre, annoying because screen resolution (800x600 on crt), wallet screen falls behind splash screen. there way turn off? have no desire use last.fm , hence no need wallet functionality. -- damien go "system settings >> advanced user settings >> kde wallet" , untick "enable kde wallet subsystem". Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Multimedia Software [ubuntu] [9.10] Annoyance: Amarok asks for a KDE wallet every time it opens Ubuntu

Thread: Sony Ericsson MBR-100 bluetooth music receiver

hello, interested in getting sony ericsson mbr-100, bluetooth music receiver... work out of box? had experience it? related post http://ubuntu-utah.ubuntuforums.org/...hlight=mbr-100 , not promising... if knows of alternatives work out of box in ubuntu fine too... cheers. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Sony Ericsson MBR-100 bluetooth music receiver Ubuntu

Data type mismatch in strcmp()

greetings, i trying code weather station upload data server -- sparkfun.data.com @ moment -- via http on adafruit fona module . fona acts cell phone modem, taking @ commands , returning various items of data in response, including ok , error messages. trying code function compare responses fona expected string pass function (for example, "ok"), sketch can, example, retry connection if fails. fona libraries offer functions control not granular like. the function's code follows: code: [select] string fonaparse(string reply) { char buffer[50]; string content = "";   char character;     delay(1000);   while(fona.available() > 0) {       character = fona.read();       content.concat(character);   }   if (content != "") {   content = string(content);   serial.println(content);     if(strcmp(content, reply) == 0)     {     serial.println(f("acknowledged."));};     if(strcmp(content, reply) == 1)  

Compass to lcd

i have hmc5883l compass, wired , working on uno. (with sketch hmc5883l loaded) have sainsmart lcd display wired , working. (with sketch lcd loaded) how go getting lcd display values can see on serial monitor? this have far... code: [select] #include <liquidcrystal.h> liquidcrystal lcd(8, 9, 4, 5, 6, 7); #include <wire.h> #include <hmc5883l.h> hmc5883l compass; void setup(){  serial.begin(9600);  wire.begin();    compass = hmc5883l(); //new instance of hmc5883l library  setuphmc5883l(); //setup hmc5883l     lcd.begin(16, 2);   lcd.setcursor(0,0);   lcd.print("compass ver 1");   lcd.setcursor(0,1);   lcd.print("heading="); } void loop() {   lcd.setcursor(1,10);     // move cursor second line "1" , 10 spaces over {    float heading = getheading();  serial.println(heading);  delay(1000); //only here slow down serial print } } void setuphmc5883l(){  int error;  error = compass.setscale(1.3);  if(error != 0) serial.println(compass.get

que hago mal con el dht11?

buenos dias, estoy haciendo pruebas con un dht11 conectado un arduino1 traves de protoboard; algo muy sencillo. el codigo es este: #include <dht.h> // libreria del dht11 #define dhtpin 8 //pin de señal #define dhttype dht11 dht dht(dhtpin, dhttype); void setup() {    serial.begin(9600);  // ira 9600 baudios, y transmite datos la pantalla ordenador       dht.begin(); } void loop() {    float h = dht.readhumidity();    float t = dht.readtemperature(); // por que esta en naranja y no en negro?           serial.println("temperatura ");         serial.println(t);         serial.println ("humedad");         serial.println (h);        delay(9000);  //tiempo de refresco de mediciones cuando le doy al monitor me sale esto: temperatura 0.00 humedad nan mido entre positivo y masa y hay 5vdc mido entre señal y masa y oscila entre 4,1 y 4,3 vdc, supongo que son las variaciones de señal la libreria  se llama dht,  y lleva los archivos dht.cpp y dht.h por favor, al

question about raspberry pis - Raspberry Pi Forums

hey, have question. interested in buying raspberry pi use media center, sites see selling pre-installed xvmc/kodi, non of them come remote. how control raspberry pi without remote? thanks if tv has cec remote tv work and/or use usb keyboard. use logitech k400 plus wireless keyboard works well. there support bt well. quick google search turned kit remote @ top of list... http://www.amazon.com/raspberry-pi-base ... b00trn8x4g raspberrypi