Posts

Showing posts from June, 2014

FreeHand 8 to pdf fill patterns

when export freehand drawing colored fill patterns pdf using export or distiller, looks correct in acrobat 8 professional , reader, doesn't print fill patterns in color. come out black & white. don't wan use ps printer since of people sned pdfs don't have postscript. didn't happen earlier versions of acrobat. ideas fix problem? lauren, this best asked in freehand forum (if want export) or acrobat forum. forum problems using reader, not in creating pdf files. when repost, describe workflow explicitly settings pdf export or print settings , distiller settings. posting sample pdf , freehand file to illustrate problem well. mike More discussions in Acrobat Reader adobe

Thread: "recovery concsole" error with clean and dpkg in 9.10

i'm working off clean install of karmic. when hit esc "linux kernel choice" , go recovery console, brings me list: -resume -clean -dpkg -root -netroot etc if scroll on "clean" or "dpkg", mount error (like mentioned) , given root terminal (all garbled) pressing enter seems kill terminal , re-spawn on same line instead of: code: root@phaff:# root@phaff:# i get: code: root@phaff:#root@phaff:#root@phaff:#root@phaff:# also keystrokes disappear no hint ones (since enter key produces visual response). executing commands potentially possible, technically impossible. way out hard reset. temporary solution me use "page down" skip end of list. works fine long don't pause on dpkg or clean. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help "recovery concsole" error with clean and dpkg in 9...

Thread: Lenovo Page won't load

i reinstalled fresh copy of 9.10 , running fine except cannot figure out codec need use webpage: http://shop.lenovo.com/seuilibrary/c...00f4:00001365: installed mplayer, flash, gstreamer restricted, , few others. missing? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Lenovo Page won't load Ubuntu

Is there anyway to filter items in the front page? - Joomla! Forum - community, help and support

i have defined 2 sections , posts of these 2 sections displayed in front page. have same layout front page each section, in menu have links these 2 sections , when click on each of them see posts particular section same layout front page. i created menu component front page, not see how can filter section. is there way this? thank you. you can come close making link "blog content section" , matching parameters have set on front page. Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

What should I #include in in a library?

edit: while question below might still legit in way, premise wrong: adafruit_pwmservodriver include wire in cpp file. it's problem wiht esp8266 build environment misinterpreted missing wire include, because example adafruit lib exlicitly includes wire, while did not. sorry. edit2: issue adafruit lib falsely identified esp arduino due , tried use wire1 instead of wire hi, i writing library deal recurring task of controlling lights mqtt. basicall, set of simple child classes dim light using different techniques (currently: analogwrite mosfet, or adafruit_pwmservodriver dedicated pwm boards), report status mqtt , deal topics commands , states. obviously, adafruit_pwmservodriver-base library uses adafruit_pwmservodriver class, included this. when debugging, noticed adafruit_pwmservodriver uses wire.h, not include it. is allow other includes provide wire implementation? in cases should include other headers code depends on , in shouldn't i. i guess shouldn't when goes ...

How to insert file download link internally? - Joomla! Forum - community, help and support

i had doc file sitting in media folder(/images/doc/ab.doc). want add link download doc file. there anyway can view file directory joomla? thanks lot! add direct link (example): http://www.mysite.com/images/doc/ab.doc if have joomla site in folder within root of web sever, use method: http://www.mysite.com/jooma_folder/images/doc/ab.doc Board index Joomla! Older Version Support Joomla! 1.5 Administration 1.5

show section and category in template - Joomla! Forum - community, help and support

i need php functions section , category article/content item. i need display path, beside path displayed pathway.php, according menu only. for section have: code: select all function getsectionid(){    global $database;    $opt=mosgetparam($_request,'option','');    if(eregi('content',$opt)){       $tsk=mosgetparam($_request,'task','');       $sid=mosgetparam($_request,'id','0');       if(eregi('category',$tsk)){       $row = new moscategory( $database );       $row->load( $sid );         $sect=$row->section;       }elseif (eregi('view',$tsk)){       $row = new moscontent( $database );       $row->load( $sid );         $sect=$row->sectionid;       }else{       $sect=$sid;         }    }    return $sect; }...

relay on off on the basis of others relay operation condition

i want on/off 1 relay on basis of other relay operation condition. i trued in way.but if loop doesn't work.please me #define relay2  46 #define relay4  30 #define relay3  31   pinmode(relay2, output);   pinmode(relay3, output);   pinmode(relay4, output);   if(relay3==low)   {  digitalwrite(relay4,low);  if(current01>0.50)  {    digitalwrite(relay3,high);  }   } try: code: [select] #define relay2  46 #define relay4  30 #define relay3  31 void setup() {   pinmode(relay2, output);   pinmode(relay3, output);   pinmode(relay4, output); } void loop() {   if (digitalread(relay3) == low)   {     digitalwrite(relay4, low);     if (current01 > 0.50)     {       digitalwrite(relay3, high);     }   } }  Arduino Forum > ...

Programmer is not responding

Image
i'm trying upload "blink" clone dccduino uno aaaaaand isn't working. - i've installed proper driver - com ok - l led blinking - on led on the message is: avrdude: stk500_recv(): programmer not responding avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xa3 as suggest in topic, i've plugged jumper between rx , tx, opened monitor serial, pressed enter , both blinked. i did loopback test , while jumper on res , gnd absolutely nothing happened while on serial monitor. wasn't recognized port. once removed jumped, "worked". i'm on windows.   Arduino Forum > Using Arduino > Installation & Troubleshooting > Programmer is not responding arduino

Transfer lookup table via USB for use by multiple Arduinos

hi all. first post *waves* sorry long post - figure it's easier if go detail straight up. i'm working on project i'm struggling , hoping knows more able give me bit of insight. i'm new arduino , it's possible i'm biting off more can chew i'm hoping if can break down small enough parts it'll work. i've given myself 6 months work first couple of stages out there's plenty of time learn. so i'm trying create sensor simulator number of different sensors. these sensors monitor either analog voltages or frequencies etc , based on values lookup table, output different voltages etc. example, 1 of these has dc 0-5v input should output 3 different analog voltages out (think mirrored potentiometer more complicated.) each sensor there should lookup table, eg x input voltage, output 1 should have y volts output, output 2 should have z volts output etc. rather having 1 arduino doing want spread out between number of arduino units of sensors output...

Thread: install xubuntu 9.10 via usb

i trying install xubuntu on old computer of mine, problem computer's cd drives no longer functional usb drives are. figured make bootable usb , install way. made bootable usb , tried boot computer using usb, load normal. continued search around , found use plop boot manager force computer boot usb, problem have installed plop , yet not recognize usb device. hoping me out figuring out why plop not recognize usb or come way besides plop install xubuntu. visit pendrivelinux.com have section on making unbootable bootable Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [xubuntu] install xubuntu 9.10 via usb Ubuntu

Thread: eCryptfs private folder advice needed please

hi made new private folder using ecryptfs on existing 9.10 user account. private folder not made during live cd installation after. used sudo not automatically decrypt private folder when log in-but how change password?-at moment password same login passphrase have read default encryption strength aes 128 bit-is correct , if how secure this? if had reinstalled ubuntu 9.10 in first place option “require password log in , decrypt home folder” entire home folder encrypted-including desktop, downloads , music? i believe have separate passphrase encrypted home have configure way when setting ecryptfs-setup-private. -w option enables using separate passphrase. may able force use second passphrase ecryptfs-rewrap-passphrase command. backup passphrase file first in case doesn't work right , need revert. passphrase encrypted , stored in /home/.ecryptfs/<user>/.ecryptfs/wrapped-passphrase. haven't ...

"Invalid Email Address" - Joomla! Forum - community, help and support

my website keeps coming "invalid email address" whether wants place order or ask question. business , livelyhood , busy season (school year - music stuff) very, frustrating problem!!! please help!  thanks. take deep breath,  perhaps can if can give more details (but not limited to): server spec (linux or windows) joomla version extensions where , when error happening (contact us, registration, check out, etc) what choices action error message give. and forth, urgency. Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

IR Raw code problem

Image
hi everyone, i wanna explain problem ir led. idea control a/c in room arduino ir led. right i'm able control samsung tv without problem. a/c i'm facing problems, instead. when use receiver on pin 11 remote control daikin arc4333: b3e2cb06 unknown encoding: b3e2cb06 (32 bits) raw (12): 5492 600 -250 600 -250 600 -250 600 -250 600 -300 550 ffffffff ffffffff (0 bits) raw (132): 30936 3400 -1750 350 -1350 400 -450 400 -450 400 -450 400 -1300 400 -450 400 -450 400 -450 400 -500 350 -1350 400 -450 400 -1300 400 -1300 400 -450 400 -1300 400 -1350 350 -1350 400 -1300 400 -1300 400 -450 400 -450 400 -1350 350 -500 350 -500 400 -450 400 -450 400 -450 400 -450 400 -450 400 -450 400 -450 400 -450 400 -500 350 -1350 400 -450 400 -450 400 -450 400 -450 400 -1300 400 -450 400 -450 400 -500 350 -500 400 -450 350 -500 400 -450 400 -450 400 -450 400 -450 400 -450 400 -450 400 -450 400 -500 350 -500 350 -500 400 -450 400 -450 400 -450 400 -1300 400 -450 400 -1300 400 -500 350 -1350 400 ...

Thread: printing photos wirelessly from epson px710W

all, i've managed install pipslite driver , scanner on karmic avasys.jp website. can print wirelessly if use device uri of socket://<printer ip>:9001 by-passes pipslite photo enhancing imaging system. use have connect printer via usb cable , change printer uri recommended pipslitelp:/var/run/pipslitelp0. ideas how can both use wireless , pipslite photo enhancing imaging system? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [all variants] printing photos wirelessly from epson px710W Ubuntu

use POST method using Arduino mega2560 and without Ethernet Shield

all, i have succeeded in comnnunicating web server using arduino2560 , using method , without ethernet shield. i use post method without ethernet shield , arduino2560. please me. regards unnikrishnan can post code , schematic? conventional methods of communicating web server require tcp/ip capable device ethernet or wlan device. Arduino Forum > Using Arduino > Programming Questions > use POST method using Arduino mega2560 and without Ethernet Shield arduino

Convertidor ADC

Image
hola buenos dias tengo una pregunta creo importarten para este tema, que no se me ha resuelto. estoy investigando si el convertidor analogico de arduino varia respect la alientacion del mismo. porque digo esto? tengo un sistema de arduino el cual alimento con una lipoid 3.7v conecto el +de la pila en el 5v  pin de arduino y gnd con gnd, para saber la carga de mi pila ps lee sju voltaje travez de el adc, pero sucede algo muy raro, en igual de que mi pila me valla dando valores mas pequenos en cuanto se valla descargando sucede lo contrario me empieza dar valores mas altos, lo cual es una tonteria. me puse estudiar los adc los divisors de voltaje y si e logrado comprendo como se lee o como se hace una ecuacion para poder leer el voltaje de la pila lo cual se supone que seria code: [select] float batt=0; batt=analogread(a0); batt= ((batt*5)/(1023)); pero el codigo que yo uso es con otro arreglo y supongo que es porque mi pila es una 3.7v, toma de referencia exactamento lo qu...

knowing library file location from IDE

i have used arduino boards manager install intel curie boards (arduino/genuino 101). i've been working through examples given , want try out ble examples. when reviewing code of 1 of ble examples provided, includes following library: <curieble.h> now when installing libraries manually or ide's library manager... libraries stored in documents/arduino/libraries. with board manager / intel curie boards, not case. i left scratching head can find file (curieble.h) no documentation provided explaining location of these library files etc. this has been requested before, make request again save time if click on library reference in code view file. in meantime while eagerly await new functionality please tell look. thanks. ------ update: stumbled on location of library files via https://github.com/01org/corelibs-arduino101 still messy trying find library files within users "appdata" folder (windows) tends not indexed or searchable via windows explorer. hence pr...

Adobe Premier Elements 7 "Help" and F1 key Do Not Work

i running adobe pre 7 vista on dell vostro desktop. nothing happens when select "help" tool bar menu @ top of screen , choose adobe pre help. nothing happens when press f1 either. have clue why not working? soccer ref the files adobe products "live". means they're online , need internet connection them. here's manual link files option download them pdf. http://help.adobe.com/en_us/premiereelements/7.0/ More discussions in Premiere Elements adobe

Putting an Arduino Mega 2560 into DFU Mode

hi, bought fake mega 2560 off of ebay. however, planning on using power usb midi controller, wanting load hiduino firmware onto it. i'm familiar dfu mode on software side of things, i'm unsure how put board dfu state. attached images of board (since not official arduino brand board) below in case might help. thanks! your board not have 16u2 usb/serial controller, can't go dfu mode, , can't usb midi controller.  (it looks ch340g-based board.   the ch340g seems work fine usb/serial converter, it's not reprogrammable - usb/serial.) Arduino Forum > Using Arduino > Microcontrollers > Putting an Arduino Mega 2560 into DFU Mode arduino

Re: bug in joomla 1.5 rc2??? - Joomla! Forum - community, help and support

Image
hi, i have problem after upgrading latest nightly build. warning: array_shift() [function.array-shift]: argument should array in /home/user/subdomain.domain.com/modules/mod_mainmenu/helper.php on line 46 i trying around "jftp bad response" bug.  think need use ftp layer install com_google_maps.  error  when attempting install though have legacy plugin enabled.  problem didn't go away , "array_shift" warning appeared. i'd glad troubleshoot problem if me help.  thanks, darren edit: i did manage fix ftp problem dreamhost.  path should "/subdomain.domain.com/" dreamhost not "/home/user/subdomain.domain.com/".  got com_google_maps install removing install/uninstall section of com_google_maps.xml.  moderator note; topic split http://forum.joomla.org/index.php/topic,217532.0.html Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information ...

IMU raw data conversion

hello, i have difficulties understand how imu bno055 pitch , roll computed raw recordings around range limits ( page 30, table 3-13 ). for example, during recording following raw pitch: code: [select] ... 62669 62666 62664 62661 62659 2876 2876 2875 2872 2870 ... by dividing 16.0 convert in deg obtain: code: [select] ... 3916,8 ??? 3916,6 ??? 3916,5 ??? 3916,3 ??? 3916,2 ??? 179,8 179,8 179,7 179,5 179,4 ... i miss during conversion around -180 , 180 deg don't know is. is there able explain me method? thank in advance, pm Arduino Forum > Using Arduino > Sensors > IMU raw data conversion arduino

Thread: no sound with media? any help?

i have no sound coming out of imac running ubuntu 9.10, there remedy ? got wireless , running , couldnt happier. put in cd , shows playing there no sound coming out. appreciated. lot. i tried opening rhythmbox music player, tried playing mp3's (searched , installed 3 files needed play mp3's) still no sound; computer show playing mps. went test radio on rhythmbox make sure wasnt mp3s, , play radio no sound still streaming on radio. *shrugs checked sound preferences hardware , reads internal audio imac. "internal audio; 1 output/1input; analog stereo duplex" experienced of different profiles on output , still no luck. , mic tested reads input , shows levels when tested mic. no sound..... Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Multimedia Software [SOLVED] no sound with media? any help? Ubuntu

Triggering a 5v/125VAC10A relay with a button ?

[note mods: post may in wrong place. please move if necessary.] hello, just yesterday put wifi plug socket esp8622 based linknode r4. managed fit 2 125vac wall sockets gangbox(4 separate outlets) along hefty 5v/4a psu, terminal block, switch mains(only kills 125vac, not r4's psu) , standard 3 prong recepticle standard pc power cord power everything. everything working expected far. linknode app great, albeit slow because of latency between phone - cloud - r4. intend reflash r4 new firmware allow spoof wemo device , therefore allow me control echo dot. i'd have option of controling each outlet manually , believe can soldering on relay's "on" pin. i'd use small little buttons did our first led project with. had r4 board broken out more of pins wouldn't issue. i'm can accomplish nano. i'd rather however, not waste mcu such simple task. with of out of way question is: there way control relays needed 5v 1 of little buttons , basic circuitry? i...

Adobe Reader 9.1 hangs on Vista when opening a second PDF document

hello, adobe reader 9.1 hangs on vista while try open second pdf document when pdf opened. i double-click pdf document, reader opens , displays it. i double-click on second pdf document, , reader hangs. my colleague @ work has similar behavior. this quite simple reproduce, strange didn't found similar report on web. i got vista professional service pack 1, french. adobe reader 9.1 french. thanks. i have simlilar problem, me, 9.1 hangs when try open document @ all.  in other words, can't reader 9.1. work @ since downloaded it.  tried uninstalling , reinstalling no improvement.  @ in resolving problem appreciated.  btw, have vista homw premium. More discussions in Acrobat Reader adobe

Using the text box function - increase the text size?

hi - im using advanced markup tools found in reader , im drawing text box on things. can set transparency , colour/thickness of border how set text size. can help? cheers ben --------- http://medicaleducator.co.uk/index.php - pass medical student exams >im using advanced markup tools found in reader to knowledge, there no "advanced markup tools" in reader. in acrobat. which tool "exactly" using? More discussions in Acrobat Reader adobe

Thread: "Erase and use the entire disc" Option - 9.10 Installation

Image
maybe it's because love trying new, or because love tinkering, i'm thinking ditching dual-boot , going 100% ubuntu. noticed "erase , use entire disc" option during 9.10 installation, instead did dual-boot. here's screenshot softpedia: here questions: 1) there info (aside documents) windows should before this? 2) erase entire drive (i.e. partitions)? hdd has few partitions , i'd erased , replaced 100% ubuntu 3) grub loader still there @ startup or go straight ubuntu? posted manco .......... 1) there info (aside documents) windows should before this? 2) erase entire drive (i.e. partitions)? hdd has few partitions , i'd erased , replaced 100% ubuntu 3) grub loader still there @ startup or go straight ubuntu? thanks no yes yes & yes (grub menu not show if there no ot...

Thread: Freqüència de refresc del monitor

hola ubuntaires, tinc un ubuntu karmic que engego perfectament però em fa ràbia que quan surt la pantalla d'entrada mostrant els usuaris disponibles al sistema resulta que es veu més gran del compte. això provoca que es vegi només la meitat de la pantalla. baixat el startupmanager però no permet establir la freqüència de refresc. mirat si trobava el fitxer de configuració xorg.conf però no el tinc, també la variable $xorgconfig però està buida. després quan entro la meva sessió ja s'actualitza la pantalla adeqüada. algú sap com arreglar això. moltes gràcies, Forum The Ubuntu Forum Community Other Discussion and Support Ubuntu LoCo Team Forums Europe, Middle East, and African (EMEA) LoCo Teams Catalan Team Freqüència de refresc del monitor Ubuntu

Is my arduino uno R3 fried?

hi new electronics, specially micro controllers , stuff. java/android programmer profession. creating autonomous robot stuck due problem. problem have been using arduino uno motor shield l293d http://i.ebayimg.com/00/s/mtywmfgxnjaw/z/70eaaoswvzrxw-s7/$_12.jpg  and bluetooth module hc05  everything when connected shield arduino, checked code using 4 small motors (2.5-3.7v). arduino functioning code able operate motors on signal. after check when added 4 motors shield in  m1, m2, m3,m4 12v battery of  1 amp. there sudden buzz , 1 ic l293d on motor shield got fried. don't know because of wire mess because wires time not tight , neat. after gold thing on arduino middle between usb , dc connector getting hot without usage. (i have replaced ics new one). when connected seems ok , robot working fine arduino last time drawing power shield (12v battery pack). , arduino not taking power hence giving power usb can't keep usb connected. tried dc connector jack....

Advice sort - need to do custom user logon templates.... - Joomla! Forum - community, help and support

not sure if joomla capable of doing posting issue here. meet client wishes add "feature" whereby when user logs front end (i.e. different customers of theirs) personalised version of page returned client logos , user specific menu. can user specific menu structure using current joomla version, wanting feed on how approach achieving custom result page difference users logging joomla. any ideas re approach or modules etc achieve appreciated. thanks tom answered own question. found if logged joomla backend, went site modules>>login module, can set url redirection page static content embedded own custom script display user page based on login credentials supplied user login! way can display ever page want use redirection url , custom script fills in items directed, different users custom setup want them too. [spam] wrote: not sure if joomla capable of doing posting issue here. meet client wishes add "feature" whereby when user logs front end (i.e. different cus...

PE 7 "Low cost transcoder utility"?

paraphrasing on adobes own words: after weeks of struggling, task have been able have pe7 reliably transcode avchd either dv or dvd mpeg-2. thinking of small edit ends fun: - app/system freezing on me; - low memory warnings (when there's 1.5 gb available); - chokes , sound dips; - system crashing desktop without warning. all of new me after many years of premiere 5.x , 6.x i'm trying edit 90 minutes of avchd. these system specs: i7 920 @ 2.66 ghz 3 gb of ocz (1333 mhz 7-7-7-20) memory 300 gb wd velociraptor system , apps 1 tb samsung spinpoint video nvidia 9800gt (single) gpu creative soundblaster xfi xtreme audio windows xp pro sp3 i've been thru forum while haven't been able find suggestions work me. there way around these problems people know of? would make sense return product , go pro version? (that offers lots of functionality don't want, hey, heck?) best regards, ton you're editing difficult format in world work with, avchd. can slow powerful s...

Arduino robot - library und upload fehler

hallo! ich habe mit dem arduino robot folgende probleme: 1. wenn ich die arduino ide 1.8.0 oder neuer verwende kann ich keinen sketch kompilieren in den ich die library arduinorobot.h einfüge. habe auf das richtige board (arduino robot control) umgestellt. gibt es dafür einen workaround um die neueste ide mit der library zu nutzen ? 2. mit der ide 1.0.6 kann ich die library verwenden und ich konnte auch eines der beispielprogramme hochladen, nur jetzt habe ich das problem das ich keinen neuen sketch hochladen kann der einen einfluss zu haben scheint. das programm kompiliert ohne probleme und auch beim upload kriege ich keine fehlermeldung. aber wenn der arduino nach dem reset wieder hochfährt ist immer noch das alte programm vorhanden. selbst nach dem upload eines leeren files nur mit einem leeren setup() und loop() zeigt keine wirkung. habe beinahe das gefühl, dass er beim kompilieren entweder das alte .hex - file nicht überschreibt oder er immer das alte file hochlädt =/ ve...

Tips and guidance on "rc car project" for beginner

Image
hello everyone! i'm mihail , i'm new arduino tech. got myself uno r3 , started playing it. i've decided make remote controlled car via smartphone, have several questions ask. first of all, thought connect arduino board smartphone via bluetooth hc-06 module,  , send phone arduino control car? work? second, have 2 dc motors, , learned l239d h-bridge motor driver can control 2 motors in both directions. thing in order rotate front wheels need rotate motor several steps , back. either need step counter (or that) or stepper motor. if stepper motor, still need l239d driver or not? best ragards, youngwolf quote from: youngwolf on jan 12, 2017, 10:35 pm in order rotate front wheels need rotate motor several steps , back if talking steering should use servo. the hc05 bluetooth module more capable hc06. -06 can operate slave - should fine phone - but , afaik hc06 , hc05 won't work apple phones. programming phone outside scope of forum ...r ...

Multiple LED's with 74HC595 - Resistor Setup

Image
hej guys, i'm want control lot of led's 3 74hc595 shift registers. i'm wondering how connect them proper way. many installed seperately on seperate pins of register, planning put 11 led's on single pin, since turn them on , off together. now i'm wondering kind of resistor setup have use, 11 led's on single pin. my questions are: 1 - should put 11 led's in series, or should connect them parallell? can of those, or should never put lot of led's on single pin? 2 - , how should use resistors? 1 before of them enough? or need 1 before each led (which kinda makes no sense when in series. 3 - wondering if use single resistor of led's, before go ground. read somewhere shouldn't this. correct? save me lot of trouble if use 1 resistor ... 4 - else should out kind of setup? thanks lot in advance suggestions 74hc595 should drive 1 led 8 ma of current. should drive 70ma of current total before part overstressed. use atpic6b5...

Change Interrupt Port

i have found code on mpu6050 dedicated arduino uno r3 (328-based) but dont know change interrupt pin. in code, interrupt pin on port 2 arduino micro(32u4-based) sdl , scl on port 2, 3 interrupt ports on port 0, 1, 2, 3, 7 how replace interrupt 2 7? code: [select] #include <helper_3dmath.h> #include <mpu6050_6axis_motionapps20.h> /////////////////////////////////////////////////////////////////////////////////////// //this demo software experiment purpoer in noncomertial activity //version: 1.0 (aug, 2016) //gyro - arduino uno r3 //vcc  -  5v //gnd  -  gnd //sda  -  a4 //scl  -  a5 //int - port-2 #include <wire.h> //declaring global variables int gyro_x, gyro_y, gyro_z; long gyro_x_cal, gyro_y_cal, gyro_z_cal; boolean set_gyro_angles; long acc_x, acc_y, acc_z, acc_total_vector; float angle_roll_acc, angle_pitch_acc; float angle_pitch, angle_roll; int angle_pitch_buffer, angle_roll_buffer; float angle_pitch_output, angle_...

Problema con componentes / modulos - Joomla! Forum - community, help and support

hola no puedo instalar modulos o componentes, tengo joomla 1.0.13 y php 4.3.9, la instalacion se realizo sin problemas pero al intentar instalar modulos o componentes siempre recibo este error: upload module - upload failed  error: not find xml setup file in package.  todos los archivos zip de modulos o componentes que intento subir cuentan con un .xml y un .php a alguien le ha pasado esto? alguna ayuda? gracias Board index Joomla! International Language Support International Zone Spanish Forum Extensiones

Replicating behaviour of a device with CC1100 transmitter (868MHz)

Image
i have wireless thermostat central heating system i'd replace arduino+tranceiver. the manual existing device says uses 868mhz data transmission: http://www.honeywelluk.com/products/systems/wireless-enabled/sundial-rf2-pack-2/ i opened device , pleased see @ atmega329v , identified other chip - texus instruments c1100 tranceiver. (see attached image) it looks c1100 has been superseded c1101, i've read seem compatible. my question is: how go capturing transmissions (for later analysis/replay)? presumably simplified having same hardware, rather unknown protocol on same freqency. i've used nrf24l01 modules before , know have different channels / addresses / packet size , structure -  how approach task? quote and identified other chip - texus instruments probably fake. Arduino Forum > Using Arduino > Project Guidance > ...

multiple shift registers separately connected driving LEDs

hi, i trying build 24-led array. need grid of 4 x 6 leds @ specific distance 1 another. want able determine each individual led whether on or off, , want able determine frequency (the length of on time , of off time) of blinking of each set of 6 leds (that is, ones destined on). i have connected 4 shift registers (74hc595), each own 3 pins of arduino micro. each of 4 shift registers have connected 6 leds. i connected 595's according arduino shift out tutorial. https://www.arduino.cc/en/tutorial/shiftout but, instead of connecting second, third , forth shift register previous one, connected each shift register separate set of 3 pins: pin 5.5 v arduino volt rail bread board pin ground arduino ground rail bread board cathodes leds common ground anodes leds pins shift registers shift registers: q1 q6 (pin 1 - 6) anodes 6 leds q7 (pin 7) floating gnd (pin 8) common ground bread board q7" (pin 9) floating mr10 (pin 10) volt rail bread board sh-cp (pin 11) latch pin arduino...

Unpatched exploit in Adobe Acrobat/Acrobat Reader

before post may never in experience have had negotiate such overly complicated website. abhorrent!! this post:- have received following message in inbox regarding fault in adobe reader. can confirm genuine please? email here:- subject: fw: unpatched exploit in adobe acrobat/acrobat reader (fwd) > > >> dear all, >> >> colleague of mine has sent me following forwarded message. >> have checked not hoax, see: >> >> http://www.computerworld.com/action/article.do?command=viewarticlebasic&articleid=9128278 &intsrc=hm_list >> >> http://news.cnet.com/8301-1009_3-10168266-83.html >> >> fix easy do, i've done it. >> >> regards. can tell me if real or not please? thank you. regards; malcolm > such overly complicated website. abhorrent!! what website - forum perhaps? complicated it...? regarding exploit; see http://www.adobe.com/support/security/advisories/apsa09-01.html i expect security update wit...

How to change pin for sendRaw function of IRremote Library

hello,     i'm working on project use both tftlcd display , ir led send infrared, problem 1 of data pins of lcd uses same pin ir led uses. i know ir led must connect pin 3 because ir library uses timer 2 , pin 3 controlled timer 2. but found in irremoteint.h, allows me change timer 2 timer 1 can use pin 9, unfortunately data pins of lcd uses pin 9 (it uses pins 2 9). but found pin 3 , pin 11 controlled timer 2, pin 9 , pin 10 controlled timer 1, when sending infrared, there way configure pin 11 while using timer 2 or pin 10 while using timer 1? Arduino Forum > Using Arduino > Project Guidance > How to change pin for sendRaw function of IRremote Library arduino

Thread: All Folders Are Locked. What can I do?

im kinda new ubuntu , need help alright downloading pictures facebook , fine until went download 1 , got message said did not have permission write in folder. exited out of every thing , opened folder , of folders inside of had lock on went through other folders , found out ever folder locked. , didnt have permission them. so restarted computer , when booting got message /dev/sda1 contains file system errors, check forced. other stuff. , says buffer i/o error on device sda1, logical block. , message keeps popping up. , cant out of boot. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] All Folders Are Locked. What can I do? Ubuntu

Paypal Shopping Cart - Joomla! Forum - community, help and support

i implementing store friend's site.  looking simplest thing possible.  close normal web page insert form code htm document shopping cart.  need. if knows of form applications can recommend or store modules appreciate it.  have looked through far nothing seems fit need. tmarie wrote: i implementing store friend's site.  looking simplest thing possible.  close normal web page insert form code htm document shopping cart.  need. if knows of form applications can recommend or store modules appreciate it.  have looked through far nothing seems fit need. hi can more specific on need, mean simple paypal 'buy now' button job? Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x Components

3D Drucker Extruder Probleme

hi ich wollte mal fragen ob hier jemand ein paar ideen für meine probleme hat ich habe das problem wenn mein vellman k8203 extruder(upgradet k8200) 1. der motor immer kleine schritte macht nicht wie früher eine flüssige bewegung (möglicherweise mechnisches problem? 2.anstatt einens sauberen fadens sammelt sich immer eine kleine menge der spitze bis die kugel zu groß ist und es runtertropft lg losspost ich weiß daß hier gut geholfen wird, aber das heißt nicht daß man alles fragen kann. hast du dich schon den vellman kundendienst oder forum kontaktiert bzw deren faq nachgeschaut; hast du in einem 3d forum nachgeschaut bzw gefragt? grüße uwe Arduino Forum > International > Deutsch (Moderator: uwefed) > 3D Drucker Extruder Probleme arduino

ช่วย copy code มาให้ผมแก้ไขให้เป็นภาษาไทย ที่โ&#361 - Joomla! Forum - community, help and support

ผมตอบให้หลายท่านแล้ว ถึงคราวที่จะต้องขอให้ท่านที่เป็น guru หรือไม่เป็น guru ช่วยหน่อยครับ ช่วย copy code  ที่เป็นโมดูล ลงทะเบียนสมาชิก virtuemart  ให้เป็นภาษาไทย คำว่า      lost password?  no account yet? register  ให้แก้เป็นภาษาไทย โดยรบกวนบอกไฟล์มาด้วยน่ะครับว่าจะแก้ไฟล์ไหน แล้ว ขอ code เอาไปวางแทนได้เลยก็ดีครับ ขอบคุณมาล่วงหน้าครับ ต้องใช้ อัตตาหิ  อัตตาโน นาโถ แล้วมั้ง  หว่า...เศร้า Board index Joomla! International Language Support International Zone Thai Forum

Thread: Can't configure sound on MacBook 5,2 in 9.10 64bit

i've installed ubuntu 9.10 64bits on white macbook 5,2 , can't configure sound on laptop. manged have working fine in ubuntu 9.04 sound settings in gnome have changed , can no longer reconfigure sound system work before. can hear music through internal speaker(s) while 9.04 able use built-in audio jack , use external speakers. better was able toggle between built-in speakers , external speakers plugin/unplugin speakers jack. today of nice features gone... what's proper way configuring sound pulseaudio? should disable pulseaudio? sound working install alsa backport with: aptitude install linux-backports-modules-alsa-karmic-generic edit alsa-base.conf file gksudo gedit /etc/modprobe.d/alsa-base.conf , in line options snd-hda-intel add model=mb31 , restart computer. edit canavas 2010/01/01: worked me tested on 2 5.2 macbooks. add options snd_hda_intel model=mb5 in /etc/modprobe.d/options....

project help

Image
im  noob , need help. want make wsn xbees, sensors , arduino.i want connect arduino pc and  2 sensors(temp tmp36 , ultrasonic ultrasonic hc-sr04) wireless. think need 2 xbees ,2 shields,usb explorer (for xbees settings), batteries (for wireless spot sensors) , arduino pc. think? hi, please not cross post. what  wsn? tom.... Arduino Forum > Using Arduino > Project Guidance > project help arduino

Modifikacija Joomlart Wistery - Joomla! Forum - community, help and support

Image
modifikujem ovaj šablon: http://template.joomlart.com/ja_wistery/ ali ne mogu nigde da pronađem gde kako da izmenim font menija.  pogledao sam sve css fajlove ne mogu da nađem to.  i kako da sklonim ovo you here: home   tks Board index Joomla! International Language Support International Zone Serbian/Montenegrin Forum Šabloni

Convert w5100 code to yun shield

hi! i have make small home automation mega , w5100 ethernet shield, it's going slow project go forward. i want use yun shield able upload sketch wireless , host webpage on usb stick. the wifi working upload sketch , can access files usb wireless, cannot make code running. there way keep html page , code same thing in yun in w5100? please help! my code code: [select] #include <spi.h> #include <ethernet.h> #include <sd.h> // size of buffer used capture http requests #define req_buf_sz   60 // mac address ethernet shield sticker under board byte mac[] = { 0xde, 0xad, 0xbe, 0xef, 0xfe, 0xed }; ipaddress ip(192, 168, 2, 199); // ip address, may need change depending on network byte subnet[] = { 255, 255, 255, 0 }; byte gateway[] = { 192, 168, 2, 1 };     ethernetserver server(8081);  // create server @ port 80 file webfile;               // web page file on sd card char http_req[req_buf_sz] = {...