Posts

Showing posts from January, 2012

Arduino Robot compiling errors

hallo, i got arduino robot , trying started. have arduino 1.8.1 on laptop. can not find te examples robot control , if copy exaples site lot of compiling errors "library not found" errors. looks includes not work. i have ardiuno 1 , works fine. any sugestions ? thanks. the examples should found @ file > examples > retired > robot control. see them there? as "library not found" error, i've never seen error. when want error message here on forum need post full error ouput, not paraphrased snippet. when encounter error you'll see button on right side of orange bar "copy error messages". click button. paste error in message here using code tags ( </> button on toolbar). there problem version of robot control library included arduino ide makes incompatible arduino ide 1.6.10 , newer. need update fixed library(i don't know why arduino developers think it's acceptable ship known broken code ide do): h...

Adobe Reader Update 8.1.2

my system configuration consists of following; windows xp/home w/sp2, 1.67 mhz cpu, 2-80-gb hard drives, 512-mb ram, 1-lexmark x84/85 usb printer; the adobe reader software runs , reads pdf files w/o problem. however, whenever update notice received install 'update 8.1.2', screen indicates installation in progress ends message saying 'installation failed' w/o further explanation, therefore, have no way point specific issue may preventing successful update. additionally, have run registry cleaner/fixer software (advanced registry optimizer) try , make sure environment clear of possible obstructions has not prevented update error occurring. this cycle has repeated on month now, attempts estimated @ 20-times without change in response nor other error messages. if sounds familiar, please review , reply. my system configuration consists of following; windows xp/home w/sp2, 1.67 mhz cpu, 2-80-gb hard drives, 512-mb ram, 1-lexmark x84/85 usb printer; the adobe rea...

print pdf from another frame in IE via javascript

i responsible little web application. there have 2 frames. in 1 frame pdf-file, frame not visible user. in other frame button. clicking button pdf-file should printed. the onclick event handler of button looks that: parent.pdf.focus(); parent.pdf.print(); this works firefox acrobat reader versions , ie acrobat reader version 6. there problem ie adobe reader plugin version 7 , 8. in constellation user presented normal printing dialog of ie , not printing dialog of adobe reader plugin. is there workaround solve problem. pressing print-button of adobe reader plugin no solution because frame pdf-file not visible user. thanks lot matthias g. More discussions in Acrobat Reader adobe

"There was an error opening this document. The filename, directory name, or volume label syntax is i

"there error opening document. filename, directory name, or volume label syntax incorrect." i tried different versions, no avail. i think has password somehow, not know. can copy files web folder desktop , open fine (after entering password again), can not open them directly form web folder - not ask password again, pops error. adobe's support upset me (insert explicative here) keeping me on phone 20 min, collecting sorts of information me (not problem) lady barely spoke english, tell me go website. no surprise need charge tech support, customer service doing "service". hate companies this. thinking of using pdf reader, have heard things them. check http://en.wikipedia.org/wiki/list_of_pdf_software has ever been able find fix? can not find on site. no responses... (no surprise). just went through couple windows tech sites , did not find match error. definately adobe glitch. More discussions in Acrobat Reader adobe

Auf I²C verzichten

hallo allerseits! ich hoffe, ihr habt dieses jahr weihnachten gewonnen! wenn ihr euch jetzt fragt, wovon ich spreche: es gibt eine „futurama"-folge, in der bender die meisten grußkarten bekommt und jubelt: „ich habe weihnachten gewonnen!". wegen dieses threads kam ich gerade auf die idee, dass es nicht allzu schwer sein sollte, einen bus nach i²c-art selbst zu stricken. technischer kern der angelegenheit wäre ein algorithmus, der aus unterschiedlich langen highs und lows einsen und nullen macht. kennt jemand eine möglichst einfache implementation eines solchen algorithmus, den ich auseinandernehmen und analysieren könnte? vielen dank vorweg! gregor ja, ws2812 macht sowas. schau mal bei adafruit, da gibt es eine beschreibung. ist aber zeitkritisch, daher bei mir nicht beliebt. wenn du das besser hinbekämst, wärst du mein held! Arduino Forum > International ...

Problem with Arduino 101 and SPI & I2C interfaces

hello everybody, i need because having troubles when using spi , i2c interfaces arduino 101. purchased 2 arduino 101 weeks ago , recently, have been trying data bmp280 , sd card. pretty sure wiring correct , using standard libraries (spi, sd , bmp280). below, can find wiring using both spi , i2c in images. none of them work setup. sketches running examples provided ide (bmp280test, cardinfo...). in case of bmp280, arduino cannot detect sensor. regarding sd card, board able detect card not capable of showing, reading or writing files. have followed , reviewed many examples , tutorials online , not have explanation behaviour. have of ever had same issue or similar problem? have idea how fixed? any information appreciated. best regards, alex are using metro shown in pictures, or 101? Arduino Forum > Using Arduino > Networking, Protocols, and Devices (Moderator...

[SOLVED] setupArdumoto error

hello, i need help! coding sumo robot. still working on code wanted verify if working correctly far. when verified it, states  error. it says setupardumoto not declared. however, thought work if used void setupardumoto function. have pasted code below, error message follows it.  code: [select] #define echopin 7 // echo pin #define trigpin 8 // trigger pin #define cw  0 //define values clockwise , counter clockwise #define ccw 1 #define motor_a 0 // define values 2 motors #define motor_b 1 const byte pwma = 3;  // pwm control (speed) motor a const byte pwmb = 11; // pwm control (speed) motor b const byte dira = 12; // direction control motor a const byte dirb = 13; // direction control motor b int inpin = 9;        // number of input pin int outpin = 10;      // number of output pin int state = high;     // current state of output pin int reading;          // current reading input pin...

ESP8266 server response is not stable

hi guys, have esp8266 functioning server , gets requests android application. problem android application not receiving response times. misses response, 1/3 of time receives response json object. how can sure esp8266 returns response? it's important. code shown below:   code: [select] string httpresponse;   string httpheader;   string content;   content = f("{\"r\":\"");   content += response;   content += f("\"}");   httpheader = f("http/1.1 200 ok\r\ncontent-type: application/json; charset=utf-8\r\n");   httpheader += f("content-length: ");   httpheader += content.length();   httpheader += f("\r\n");   httpheader += f("connection: close\r\n\r\n");   httpresponse = httpheader + content;   sendcipdata(connectionid, httpresponse); void sendcipdata(int connectionid, string data) {   string cipsend = f("at+cipsend="); ...

Arduino uno with CMUCam4

Image
salut tous ,voila j'ai eu comme tache d'utiliser la cmucam4 avec l'arduino pour envoyer des images via zigbee mais je suis perdu puisque je sais d'ou commencer s'il vous plait est ce qu'il y quelq'un qui peut m'aider puisque je suis coincer     projet scolaire? Arduino Forum > International > Français (Moderators: jfs, Snootlab) > Arduino uno with CMUCam4 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

PWM.h

i've modified original pwm.h sam knight in order conform more "install friendly" (library.properties, examples in own folders, etc).  i've added additional example have helped me when utilizing library more resolution led driver. note made no functional code changes. the library: https://github.com/terryjmyers/pwm.git original forum post: https://forum.arduino.cc/index.php?topic=117425.0 original repository: https://code.google.com/archive/p/arduino-pwm-frequency-library/downloads what's chance port work on attiny45/85? Arduino Forum > Development > Other Software Development > PWM.h arduino

Thread: kill both parent and child processes

hi, running bash script background job. bash script calls time-consuming executable. if not wrong, running of bash script parent process , running of executable child process. (1) when @ output of top, shows child process running of executable, not shows parent process running of script. wonder why not show both? , how show both? (2) want stop whole running killing parent process background job code: kill -9 $(jobs -p) the terminal shows running of bash script killed. running of executable still hangs on output of top. wonder how kill both parent , child process? , regards! i found script kills child processes given pid code: # script kill child process id given pid #store current process id curpid=$$ # process id, parameter passed user ppid=$1 if [ -z $ppid ] ; echo no pid given. exit; fi arraycounter=1 while true forloop=false # child process id ...

interrupt while loop by pressing button

Image
hello. i'm trying stop while loop after button pressed (again, same buton start main program), without success i'm using same things described in example below. is possible accomplish such task using button (maybe switch better option {stay in 1 position} ) ? thank advice. my code: {short: program prints 999 times "hello world." after button (pin 4) pressed, , want stop (stop = go begin) in given moment (in loop) pressing same button} code: [select] /*  keyboard message test  for arduino leonardo , micro.  sends text string when button pressed.  the circuit:  * pushbutton attached pin 4 +5v  * 10-kilohm resistor attached pin 4 ground  created 24 oct 2011  modified 27 mar 2012  by tom igoe  modified 11 nov 2013  by scott fitzgerald  this example code in public domain.  http://www.arduino.cc/en/tutorial/keyboardmessage  */ #include "keyboard.h" const int buttonpin = 4;   ...

Arduino Yun & bluetooth dongle

salve tutti, sto cercando di configurare una chiavetta usb bluetooth 4.0 su un arduino yun. la chiavetta è questa: https://www.amazon.it/gp/product/b01lx6hisl/ref=oh_aui_detailpage_o00_s00?ie=utf8&psc=1 ho seguito questa guida per configurarla. http://wiki.linino.org/doku.php? id=wiki:lininobluetooth#how_to_configure_a_bluetooth_with_csr_usb_dongle ho eseguito tutti passi con successo fino dove la guida dice di configurare il file presente in  /etc/bluetooth/hcid.conf ma purtroppo questo file non sembra essere presente all'interno dell'arduino yun. lo stesso problema viene riportato qui: http://forum.arduino.cc/index.php?topic=276324.0 ho installato tutti pacchetti che menzionano, ma il file di configurazione non riesco trovarlo, ho provato anche crearne uno nella stessa cartella ma il bluetooth non si collega. grazie mille, pilotz Arduino Forum > International > I...

Joomla Internet - Intranet - Joomla! Forum - community, help and support

oups ... je crais m'être trompé d'emplacement tout à l'heure. je repost ici pour corriger. désolais ! bonjour, je viens d'installer joomla sur une machine utilisant linux (clarkconnect). le site doit impérativement être accessible par son ip public est également via son adresse ip interne. il ne m'est pas possible d'éditer le fichier "host" de mes machines windows pour gérer l'accès au site. avez-vous une solution pour résoudre mon problème ? est-il possible d'utiliser joomla avec des adresses ""relative"" (adresse ip différentes, publics et privées) ? merci, bonne journée, Board index Joomla! International Language Support International Zone French Forum J! 1.0.x - L'atelier! 1.0 - Installation et mise à jour

Undefined reference to std::basic_string with new version

Image
hi. have problem hoped me with. i have older project worked on using arduino ide 1.5.7 added "-std=gnu++11" compile flag , decided update newer ide version, can't program compile. i've tried arduino ide 1.8.0 , 1.6.13 same problem seems related usage of std::string. code: [select] undefined reference `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)' undefined reference `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()' undefined reference `std::string::_rep::_s_empty_rep_storage' undefined reference `std::basic_string so why have stopped working on new arduino version , there simple way fix this? if answer remove instances of std::string , use arduinos string instead have stick old ide. the arduino due. all input appreciated! did chance declare strings? think might...

Thread: Can't play .wma after medibuntu

hello, followed instructions on medibuntu site installing codecs play .wma files. checked make sure repositories added , are. tried usin vlc player. ideas? thanks! happy new year all! are saying vlc media player won't play .wma files? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Multimedia Software [ubuntu] Can't play .wma after medibuntu Ubuntu

Problem with uploading LUFA MassStorage .hex file to Leonardo

i have been trying make leonardo board work usb device. started compiling open source lufa usb library demo "massstorage" leonardo board settings. since i'm using mac os, downloaded "avr tools" software upload hex file board(i didn't want use isp protocol flash. because not possible remove chip board make correct isp circuit connection). anyway managed flash board. afterwards not detectable computer. serial port not detectable. proves flashed something. afterwards flashed again original bootloader file , identified before. i'm beginner arduino programming , forgive me if i'm asking elementary question. doing wrong? can provide me .hex file of massstorage demo leonardo board(only if u have)? because im not sure if compiled file correctly too. Arduino Forum > Using Arduino > Programming Questions > Problem with...

MS Word Save As PDF - large files error saves the day, but I can't duplicate it

i saved large ms word 2007 file pdf , message came saying take long time , faster if saved file without of accessibility features. message asked if wanted this, said yes , resulting file perfect! yes, perfect! of fonts fine, table of contents worked (you click on headings , taken right section) , file size 5 times smaller original word file. this happened twice in row. then, on last ms word document, did not , resulting pdf file 10 times larger ms word file. tried turn accessibility option off, didn't help. turned bit-mapped fonts off, helped in file size, ruined of document. tried printing pdf, helped on file size, table of contents didn't work. how can message reappear or settings can change work (i.e. 3 mb ms word file saved 1 mb pdf file right fonts , working table of contents)? know adobe reader can it. >i know adobe reader can it. nyope. reader has nothing it. to find out what's happening, need know how making pdf. starters, can't "save" pdf ...

Unable to un-install Reader for updates

when trying update addobe reader version 8.1.1 8.1.2, error "error 1714". have gone through web page , have tried different steps. have not found 1 works yet. when trying remove reader icon "add , remove programs" "this patch package not opened. getting frustrated , not know how correct problem. appreciate help. running windows xp professional. if need more information let me know , information asap. thank much! roger s. johnson roger_s_johnson@yahoo.com i surely hope answer this. have written request. i'll watching , hoping answer. art odle taxman@artnbec.com More discussions in Acrobat Reader adobe

Adobe Reader

"this document contained rights enable special features in adobe reader. document has been changed since created , these rights no longer valid. please contact author original version of document." can tell me , how make rights valid. > can tell me , how make rights valid. did make pdf , grant rights in acrobat professional? if so, redo it. do have reader? if so, cannot fix it. aandi inston More discussions in Acrobat Reader adobe

MIDI send specific note from pot. MIDI inviare nota specifica da potenziometro.

eng. good morning, after series of researches, led me choice of effective code link codice but has disadvantage of not being able associate specific note potentiometers (which instead planned buttons), necessity arises requirement of software interfaced (grandma onpc) have specific note control faders . through software (bome midi translator) can converitre signal arduino: potentiometer @ min: midi b0 01 00 ch.1 cc#:1 (0x01) , value:0 (0x00) ch.1 cc#:1 (0x01) set 'pp' value potenziometer @ max: midi b0 01 00 ch.1 cc#:1 (0x01) , value:127 (0x7f) ch.1 cc#:1 (0x01) set 'pp' value in signal (recognized software) ch.1 note on note 40 (0x28) , velocity:pp=0 i tried myself change code can send potentiometer output note directly arduino uno rev.3. any of more experienced me? thank you jacopo ita buongiorno, dopo una serie di ricerche, che mi hanno portato alla scelta di un codice molto efficace link codice che però presenta lo svantaggio di non poter associare una spe...

Creating an array of variable names

hi, i trying create array out of these names, possible? deviceaddress part of dallastemperature library code: [select] deviceaddress black = {0x28, 0xff, 0x1a, 0xaa, 0x62, 0x15, 0x03, 0x20}; deviceaddress red   = {0x28, 0xff, 0xa9, 0xb4, 0x62, 0x15, 0x03, 0x0c}; deviceaddress green = {0x28, 0xff, 0xf5, 0xb3, 0x62, 0x15, 0x03, 0x3e}; how make work? deviceaddress devices[] = {black, red, green}; so can use; for(deviceaddress device : devices) {   sensors.setresolution(device, 10); } thanks, thorin you can't put variable names in array because names used compiler , not exist in code uploaded arduino. you can create array of pointers, may little complex if beginner. a simpler way make array holds addresses - like code: [select] byte deviceaddresses[3][] = {            {0x28, 0xff, 0x1a, 0xaa, 0x62, 0x15, 0x03, 0x20}.            {0x28, 0xff, 0xa9, 0xb4, 0x62, 0x15, 0x03, 0x0c...

LCD 16x2 mit I2C mit großen Zeichen

hallo zusammen, ich möchte ein lcd 16x2 mit i2c mit großen zeichen über zwei zeilen betreiben. die inhalt der zeichen ändert sich ständig über eine variable. hat jemand eine vorstellung, wie ich hier beginnen könnte? bin dankbar für jede hilfe. soweit mir bekannt, sind nur acht frei definierbare zeichen möglich, die du ja wahrscheinlich benötigst. kommst du damit hin? Arduino Forum > International > Deutsch (Moderator: uwefed) > LCD 16x2 mit I2C mit großen Zeichen arduino

Understanding the evil String()

i have working wood boiler aquastat,  not trying add ethernet report temperature of boiler website.   i have working, regulating , logging temperatures want.   however.... i reading evils of arduino string  hoping didn't cause myself problems down road. every 5 min code calls httprequest() function  function uses string() extensively convert numbers , concatenate strings. my questions this: because called function arduino release memory after function finished? is there better way build post string , or should not using string() @ all? thank you below function: code: [select] //my variables float mtemp = 0.0; long mintemp = 165; long maxtemp = 180; long overheat = 200; float maxhitemp = 0.0; float maxlowtemp = 250.0; long overheatcnt = 0; boolean overheatswtch = false; boolean fanstate = true; void httprequest() {   client.stop();   string putstring;   putstring = "get /boilerset.cfm";   putstring = putstring...

Mosfet Type and Sizing Help

i discovered mosfets better switching led 25w lights rather noisy relay bought irf40n mosfets off ebay. done research, hooked em up, 1 mosfet per light resistor on gate limit current flow , pull-down resistor earth. has worked flawlessly not switching them on & off dimming, problem had remove power circuit off breadboard when caused problems , started melting it, put mosfets on heatsink. thought same dc fan invention , control lights, mosfets rated 33a, fan 80w / 12v = 6.66a. fan being 10inch radiator fan mounted on adjustable tv bracket arm. anyway, wanted test first mosfet set high/low (on/off), fan turns on, won't turn off, touching mosfet , heatsink located directly behind fan take advantage of air flow, , hot after 1 minute run-time. i took mosfet test bench, , conclusion is burn't out (shorted), current flows drain source regardless applied gate. so long story short, recommendations on mosfet should using? also further info me looking stupid in future great....

Thread: Problemas de arranque con karmic

Image
bueno estuve utilizando python en karmic y cuando volvi arrancar mi os se queda en negro y cuando voy modo recovery me aparece la siguiente pantalla que dejo como attached, creo que despues de haber utilizado python tuve que haber danado algo en el arranque estuve googliando pero no consegui algo al respecto, agradeciendo antemano cualquier ayuda. saludos grandes. attached images buguq.jpg (152.0 kb, 8 views) bueno googliando consegui una pagina con varias soluciones mi problema, la primera solucion mencionada fue la que funciono para mi: error initramfs en ubuntu. busybox v1.1.3 (ubuntu 1:1.1.3-5ubuntu7) built-in shell (ash) enter “help” list of built-in commands (initramfs) solucion abrir desde livecd modo de prueba, seguidamente abrir una consola con permiso de root y...

2 x Nano, 2x nrf24l01, 1x joystick 1x servo

hello everyone im trying reproduce http://www.tribulations.eu/articles/arduino-2-4g-wireless-rc-command-with-nrf24l01.html but when upload code receiver error code arduino: 1.8.1 (windows 10), board: "arduino nano, atmega328" sketch_jan14b:71: error: expected initializer before 'order'  void receive order()               ^ sketch_jan14b:71: error: expected initializer before 'order'  void receive order()               ^ this code im trying upload code: [select] #include <spi.h> #include <servo.h> #include "nrf24l01.h" #include "rf24.h" #include "printf.h" // // hardware configuration //   servo myservo;   // set nrf24l01 radio on spi bus plus pins 9 & 10 rf24 radio(9,10);   // // topology //   // radio pipe addresses 2 nodes communicate. const uint64_t pipes[2] = { 0xf0f0f0f0e1ll, 0xf0f0f0f0d2ll };   //...

Increase Range of TCS3200 Color Sensor

Image
hello everyone i have sense color sensing in 1 of projects , after searching found tcs3200 color sensor can used purpose. i purchase couple of tcs3200 color sensor , started playing them, , works when object placed @ same distance , same light condition sensor calibrated. but if change object position , light condition, sensor values changes, question is, regarding way can increase range of sensor? light condition not big problem, object color have measure in box, light conditions not change. please suggestion how can achieve this. case_1: case_2: object moved right. can't recalibrate @ new distance? paul Arduino Forum > Using Arduino > Sensors > Increase Range of TCS3200 Color Sensor arduino

Thread: Broadcom 802.11 Linux STA driver

just downloaded 9.1 on acer 4420-5963 optional vista still aboard. fine except bcm4312 802.11 not making wireless connection, although cable connection ethernet gets internet fine (apparantly age-old problem many past recommended work-arounds). however, found broadcom's sept 17, 2009 release 802.11 linux sta driver bcm4312 based hardware (goto broadcom.com-802.11 linux sta driver), , downloaded same ubantu desk top. release appears direct installation in linux (no wrap around of windows driver, etc. required ?). new release answer above problem; , if so, how should go installing it? brand new linux , don't want mess up. getting sta driver can done way; however, can easier. see posting http://ubuntuforums.org/showthread.php?t=1368699 installs sta driver ( bcmwl-kernel-source) in step 4.3.2 Forum The Ubuntu Forum Community Ubuntu Official Flavours Support ...

SOLVED Login Module only shows title - Joomla! Forum - community, help and support

update - solved i idiot i'll post in case humiliation helps else. had turned off "frontend login" in site config panel. (new users under site > global configuration >site tab) if login disabled in site config title of login module still displayed nothing displayed after ie no login box or lost password link  etc oh god looked of day! dragonrider looking too, apologies not checking obvious . gday all http://rcta.org.au/ the login module displays title. its not css - if turn css off title displayed. though module stops html output after title. can edit module parameters , move different positions. if add pre text or post text not output. i've tried fiddling parameters , nothing makes difference. i've scoured forum , have found no answers. all or suggestions research appreciated. or if content page login on redirect users page via menu link work around? thanks reading nick sibbing have altered default text, or added html code module? assume you've turned...

Button - INPUT_PULLUP

hi, i've read somewhere can skip using pullup resistors (or rather use internal ones instead) buttons if use input_pullup constant during pinmode setup  - correct? tried it, results in arduino thinking buttons pressed time (may soldering problem, i'd ensure it's not else first). this code: code: [select] #include <wire.h> #include <bh1750.h> #include <liquidcrystal_i2c.h> liquidcrystal_i2c lcd(0x27, 2, 1, 0, 4, 5, 6, 7, 3, positive); bh1750 czujnik_swiatla; //0x23 uint16_t luksy; int stan_wgore = 0, stan_wdol = 0, stan_onoff = 0; void clearline(boolean firstline) {   if(firstline == false)     lcd.setcursor(0, 1);   else     lcd.setcursor(0, 0);   for(int = 0; < 16; ++i)         lcd.write(' '); } void setup() {   lcd.begin(16, 2);    lcd.backlight();   lcd.setcursor(0, 0);   czujnik_swiatla.begin();   pinmode(12, input_pullup);   pinmode(13, i...

PDF's open in seperate windows!

please help............ machine running windows 2000 version 8.1.2 of adober reader. whenever open pdf file adobe opens goes through other pdf's have ever opened , puts them in seperate windows. can imagine, both annoying , disruptive..........please help! :-) pdf files supposed open in separate windows in reader 8 (by default, can turn off). doesn't reopen anything, @ least not when working properly. i'm guess happening here never closed other pdf files, still open. can check looking in window menu - open pdfs listed @ end. aandi inston More discussions in Acrobat Reader adobe

Search window as a panel

hi i installed reader 8, find better previous versions. however annoys me: (advanced) search window. it used appear panel, , separate window. don't it. 1 example, when jump result, search window gets de-selected , document window gets selected, means can not use , down arrows walk through results used before :( furthermore, have lot of windows open, , new window 1 on task bar. i have noticed when advanced search in pdf shown in browser, window shown panel. how can let reader have same behavior in stand-alone mode? thanks help! i totally agree on comment. downloaded reader 8 , while new layout cool search functionality not user friendly. i need search whole list of pfd files need. programming environment. having search in separate window not ideal. make pane contents on left side. if not tailoring users @ least make option on have search window (integrated/separate window etc). for reader 8 getting uninstalled , i'm reader 6. thanks michael More discussions in Acro...

Command Line Switches

everyone, i using acrobat 7.0 professional edition. in ms access, using following lines of code open , print document. sacrobatreaderexe = "c:\program files\adobe\acrobat 7.0 acrobat\acrobat.exe" retval = shell(sacrobatreaderexe & " /t " & " " & strfolder & strfile) however, each time loop through code anothe instance of acrobat opens up. is there command line switch close file? thank mikecj hi michael - doing similar , trying find out solution also. if find out away apart posting, if please post on here great. i'll same. More discussions in Acrobat Reader adobe

Thread: No sound with 910 - any ideas what next?

hi installed 910 on new out of box laptop. no sound. sounds of not person issue. can suggest ought next? or @ least tutorial. in advance start posting laptop model, if made sure volume turned up, , paste terminal output of: code: lspci | grep audio code: lsmod | grep snd* code: aplay -l Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] No sound with 910 - any ideas what next? Ubuntu

Arranging a photo display in 'My Pictures' output

when using adobe elements 5.0 improve .jpg pics, end result displayed in 'my pictures' window along bottom edge of presentation. know, clicking on 1 of thumbnails provides large picture above line of pics below. okay, however, display pdf arrangement .jpg thumbnails presented in large window. know possible because happened once when processing pics, however, not have clue how made happen: customer friendly error perhaps. option control eliminate progression of thumbnails along bottom edge in favor of 'full page' display? bob kasper bob. you're in wrong forum. 1 os free reader application. More discussions in Acrobat Reader adobe

Thread: how to take image of a ubuntu machine and restore it.

how can take image of ubuntu machine. have used norton ghost take image of c drive (that contains windows xp). there software available can same ubuntu machine? if have norton ghost use image ubuntu well. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] how to take image of a ubuntu machine and restore it. Ubuntu

PE 7 Trial V Question

i have been editing , rendering clips , functionality of pe 7 interface. however, after rendering clip saving either, wmv, mov, mpg, , while editing clip "tile" , @ 1 point appear clip, briefly, transposed. have 1 clip, 1 rendering, in que list. i thought there might problem clip, however, when edit/render same clip cybelink power director 5 ne express not have problem. video clean , run smoothly. i hoping trial version problem , cease if went full version. don't want spend $100+ pre , pse , have problem software. there quarantee w/the software? thanks help. fred fred, can more specific you're seeing , when you're seeing it? when "tile", mean see 4 clips on screen @ once, instance? , mean transposed? ideally, if can post screen capture of you're seeing or wmv of video segment problem , post place (such vimeo, youtube or muvipix.com) see , maybe better idea what's going on. More discussions in Premiere Elements adobe

Thread: trying to figure out how to repartition windows for ubuntu

i want install ubuntu in dual boot windows xp came preinstalled on netbook. have external cd/dvd drive, , hard drive 140 gb 35.7 gb used xp. defrag once or twice, use gparted live cd. http://sourceforge.net/projects/gparted/files/ use iso Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] trying to figure out how to repartition windows for ubuntu Ubuntu

RGB blue to red depending on temperature

hi there, i'm new arduino , have question. i want make rgb fade r g b depending on temperature (b=cold, r=hot), have no idea how this! i tried googling , unfortunately haven't been able find useful. i know how fade rgb, don't know how in combination temperature. help appreciated! given number of times same project has been done find hard believe looked hard , didn't find go off of. focus on blue now. without thinking code @ all, math turn number within range of temperatures number in range of 0 255?  have decide on temp full on , temp full off. could map function? Arduino Forum > Using Arduino > Project Guidance > RGB blue to red depending on temperature arduino

Printing an A3 doc on A4

i have a3 pdf file i'd print on 2 a4 pages, not having access a3-capable printer here. can't spot obvious settings on reader print dialogue box (using reader 8.1.2 on vista home premium, , printer (a humble h-p all-in-one) has no such settings. can't see mention of either on forums or knowledgebase: several relating shrinking larger document print on 1 smaller page, not reverse. anyone got ideas on this, please? regards, ian b. More discussions in Acrobat Reader adobe

SD-Karten Test (Fernziel: Data-Logger mit Übergabe an Datenbank)

Image
hallo interessierte sd-karten-gemeinde, wie im thread http://forum.arduino.cc/index.php?topic=444773.0 angekündigt, werde ich hier in einem neuen thread, je nach fortschritt oder rückschlag von meinen tests mit sd-karten und -modulen berichten. aufsetzpunkt aus o.a. thread (05.01.2017): quote bin gerade auch dabei, mich mit dem thema sd speicher anzufreunden. meine tests und recherchen haben bislang ein diffuses bild zu diesem thema ergeben; die arduino-entwickler sammeln momentan viele negativ-feedbacks und versuchen, das problem asap zu lösen. meine erkenntnisse bisher: die ergebnisse, ob man mit sdcards erfolg hat oder nicht, sind abhängig von: 1. ide version (angeblich probleme ab version "1.6.8") 2. sd bibliotheks-version (aktueller vorschlag der arduino-entwickler: downgrade auf sd library 1.09, wenn man schon 1.10 drauf hat) 3. betriebssystem bzw. formatier-programm: es wird davon abgeraten, eine sd-karte mit windows oder mac und deren bordmitteln oder zusat...

Reader 9.1

operating system xp i've developed problem reader 9.1, has worked fine. today, error messages saying "adobe reader has enocuntered problem , needs close" linking microsoft, i'm told there no solution problem @ time, newer version of adobe reader available , adobe recommends updating latest version. i've attempted this, without success, , i've gone far uninstall adobe reader , reinstalled it, again without success, although @ 1 point did different error message, saying document not printed because no pages had been selected. in addition, , don't know if related, i've lost flash, , again, trying reinstall has failed restore system. i've tried going week using system restore, again without success. any techno wizards out there might able shed light on what's going on, appreciated. if encounter such problem, suspect malware on system. run full scan up-to-date anti-malware tools, or run online scan http://onecare.live.com/site/en-us/default.htm...

Chips for those of us with sausage fingers

hello all! been reading years joined. have chip problem driving me nuts , have searched best can , maybe not asking google right questions. have gotten 1 of these pca9685pw boards cuz need ton of servos on project. chip totally meets needs except unserviceable size of thing. rest of chips using though hole , down road when produce board have no problem working smaller chips. however, want able etch board , move things around refine it. sausage fingers don't work small parts, , need things solid , attached. many times these small boards break loose when testing , spoil everything. so question this. there chip though hole has @ least 8 channels servos. more better can make due 8. see lot of pwm servo chips none many though hole. thanks! drew you mount 1 of these breakout (or you) prototyping, have smd & through hole footprint on pcb. Arduino Forum > Using Arduino ...

Trouver la valeur Min d'un tableau

bonjour, mon projet est d'utiliser un capteur ultrason monter sur un servomoteur pour faire un radar, qui me permet de déterminer l'objet le plus proche. je fais tourner le moteur, fais un relever des mesures et les compare entre elle pour determiner la plus petite valeur. mon programme marche, mais je le trouve pas tres efficace, de plus je souhaite faire plus de relever et donc de comparaison et mon code devient tres moche. auriez vous des conseils ? merci et surtout joyeuse fetes code: [select] //  servo #include <servo.h> servo servo; int angle=130; //  ultrason const int trigpin=7; const int echopin=11; long distance=0; long distancecm=0; //  donnees int demarrage=0; int record[9]; int comparaison[9][9]; //**************************** void setup *** void setup(){   serial.begin(9600);   //  servo   servo.attach(3);   servo.write(angle);   delay(1000);   //  ultrason   pinmode(trigpin, output); ...

Arduino TollGate with ultrasonic & rfid & servo

hello guys. im doing project school , started doing arduino smart tollgate. i'v been doing fine far until got stuck in while loop. want ultrasonic sensor protect car toll. great thanks. i assume while loop stuck in one: code: [select]         while ( distance < 4){                      delay(500);                   } if loop entered value of distance never changes , yes, stuck in it.  there block of code @ beginning of loop() sets value of distance, need include in while loop, it's chance you'll have of getting out of it. Arduino Forum > Using Arduino > Programming Questions > Arduino TollGate with ultrasonic & rfid & servo arduino

? on Sections, Categories & Content - Joomla! Forum - community, help and support

i'm using joomla build customer's site pretty static content. this non-profit business serves several cities in our area wanted link in main menu "communities served" , when user gets page, can click on city more info. so set communities served section then had go , set each city category , content under category. so now, when user goes communities served page, click on city (category) , have click on  city again actual content.  there's click in there don't think needed. is there way can set when user goes communities served page, can click on city , taken directly page w/the info? thanks. http://patlakecounty.org i dont know if relivent there seems double / in links eg patlakecounty.org // index.php?option=com_content&task=category&sectionid=7&id=30&itemid=43 there should one. Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x ...

Newbie issue

hi, can't make work. what want turn led on press of button , turn off press. code: [select] const int = 2; const int led = 5; int state = 0; int statelast = 0; void setup() {   // put setup code here, run once: pinmode(but, input); pinmode(led, input); serial.begin(9600); } void loop() {   state = digitalread(but);       if (state == high && statelast == low){       digitalwrite (led, high);             }   else if (state == high && statelast == high){     digitalwrite (led, low);   }    statelast = state;  delay(100);    } quote what want turn led on press of button , turn off press. well, have our permission that. posting code without explaining how hardware connected , code does, , how differs want, rather pointless. Arduino Forum > Using Arduino ...

OPPOSITE SIGNAL

Image
hi guys, i lost , dont know search for... can paste code me? or me make circuit? i think simple? not sure!! in head using relay easy don't want relay running @ 10hz! or faster!!!!! basically have frequency generator here, , outputs 5v signal goes high , low! i want make signal have opposite signal well! eg: if have 1st signal output high (5v) want signal 2 low (0v) and if 1st signal low 2nd signal high! i want continue use both signals 1 , 2! so if need make 3rd signal having signal 1 used circuit ?! it! do need use arduino this? thanks shaun hi, welcome forum. can tell electronics, programming, arduino, hardware experience? you not need arduino give signal need. what after is, square wave goes 0 5v want inverted square wave goes 0 5v. a transistor or digital inverter ic need along 5v power supply. this show principles of inverting, using single transistor provide inverted signal http://electronics.stackexchange.com/questions/30238/how-to-invert-a...