Posts

Showing posts from September, 2012

Distiller 8 stripping logical page numbering

a client has set repurposing workflow requires save pdfs postscript, , run new distiller settings on postscript file. when run process in acrobat & distiller 8, logical page numbering stripped (that is, if first page of original page showed page 19 (1 of 26), after processing reverts page 1 (1 of 26)). the client says not happen in acrobat/distiller 7, , have confirmed this. processing files in acrobat/distiller 7 not useful option us, of our workstations have moved leopard, , therefore cannot distill files reliably using distiller 7. working around problem manually resetting logical page numbering in pdfs after processing--an step. here's question: has else experienced behavior? idea why process strip page numbering in version 8, not in version 7? if has experienced this, have found setting prevents problem in version 8? thanks much. > here's question: has else experienced behavior? idea why process strip page numbering in version 8, not in version 7? if has expe

Adaptar codigo de Arduino a pic

hola todos y gracias por tomarse la molestia de visitar mi post! bueno como dice el nombre del tema tengo la duda de como podría hacer para adaptar el código de un arduino y poder compilarlo con algun ide para pic, (mikroc, pic c, mplab etc.) lo anterior por dos razones: la primera es que es un proyecto algo sencillo, es un temporizador ajustable con cuenta regresiva cero, entonces pienso que gastar todo el potencial del arduino solo para eso es como desperdiciar el dinero que me costo, ya que hacer un proyecto con pic me saldría 1/3 mas barato que con arduino. y la segunda razon es porque empezar conocer y familiarizarme un poco con los pics, para aprender algo nuevo, no necesariamente tiene que ser con ensamblador pero ya que arduino usa gran parte de su lenguaje en c estaba pensando en empezar ya sea con pic c o con mikro c, entonces espero que me puedan ayudar o darme alguna orientación saludos yo usaba pic antes de conocer arduino.  y puede enfrentar

Acrobat Pro 9 problems - please help

hello there victoria, canada we small group of teachers produce monthly current events teaching units canadian schools. some of our our customers receive newsletter mail, , rest download pdf files our website. pdf files password protected , notify our subscribers email password is. we have never had never experienced major issues, until now. upgraded acrobat pro version 9 (from 8) , many, many subscribers have been contacting claiming cant open password protected files though using adobe reader 9. when create pdf file, settting use open reader 5 , above. many of our customers frustrated , we. can please ???? else experiencing problems , can solve this? thanks in advance time. eric w. post 1 of newsletters , maybe 1 on forums can test against previous version of reader see if can replicate users experiencing. sanctus More discussions in Acrobat Macintosh (read-only) adobe

Who's online - Joomla! Forum - community, help and support

i told joomla who's online highly inaccurate.  agree comment?  there other guest counters available joomla ironside wrote: i told joomla who's online highly inaccurate. where did hear , why highly inaccurate? some similar topic: http://forum.joomla.org/index.php/topic,142916.0.html Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Thread: status: DRDY (ata1) in an Ubuntu Virtual Machine

hey guys, i'm getting whole bunch of error messages on ubuntu guest virtual machine. host running ubuntu well... code: ata1.00 exception emask 0x0 sact 0x0 serr 0x0 action 0x2 frozen ... ... status: {drdy} what going on this? seems work except networking - can log guest machine, run commands, etc can't ssh it. ideas? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] status: DRDY (ata1) in an Ubuntu Virtual Machine Ubuntu

Thread: Upgrade 9.04-->9.10 Suggestion Request

dear all, running ubuntu 9.04 on laptop. upgrade 9.10 via apt-get , terminal. have few questions (1) see source list @ end of post. should change jaunty karmic , run apt-get update followed apt-get dist-upgrade? also: karmic backports available immediately? (2)i read switch ext3 ext4 ubuntu filesystem in 9.10, should worry about? (3) when installing ubuntu 9.04, chose encrypt home directory. make difference dist upgrade have in mind? many thanks! larry $ more /etc/apt/sources.list ##jaunty supported deb http://ch.archive.ubuntu.com/ubuntu/ jaunty main restricted deb-src http://ch.archive.ubuntu.com/ubuntu/ jaunty main restricted ##jaunty supported - updates deb http://ch.archive.ubuntu.com/ubuntu/ jaunty-updates main restricted deb-src http://ch.archive.ubuntu.com/ubuntu/ jaunty-updates main restricted ##jaunty supported - proposed deb http://ch.archive.ubuntu.com/ubuntu/ jaunty-proposed main restricted deb-src

Broken Insert link

the "insert link" feature broken. test link  -> results in  http://%22http//forum.arduino.cc/index.php?board=26.0%22 it happens every link being made.  can please fix this? thank you. they appear working fine. (manual link, manual text, , using editor 'insert link' button ). http://forum.arduino.cc/index.php?board=26.0 test link on quoting post, noticed link using 'iurl' tags, not 'url' tags. did add this, maybe testing editor button iurl tags accidentally pressed. considering how forum has gone lately, i'd inclined blame tools rather operator. http://arduino.cc   <<iurl tag Arduino Forum > Community > Website and Forum > Broken Insert link arduino

Problem connect Mega 2560 R3

i have problem connect mega 2560 r3 , can't driver ide 1.0.6 working correct. can see board under "unknown device" in device manager when connect computer. i updated driver in device manager / ports com&lpt / arduino llc , select driver "arduino mega 2560. after update message driver found not correctly installed , device not working. (code 10). mega visible under com&lpt instead of "unknown device". reinstalled ide, changed usb-cable, restarted computer, nothing helps. in device manager can see mega @ port 22 or 24 depending of usb-port. tried using different usb-port , deactivate/activate. led "on" on , led "l" flashing. chip atmega 2560 16au 1406. using windows 7 (64bit) i have searched solution on internet forums , faq found nothing helps. found similar problems solutions don't work. tried , don't know do, first arduino , need help. paul post link got boards from, way usb serial chip use

Atmega328-PU speed

Image
hi everyone! i have issue atmega328-pu; i've changed signature in "avrdude.config" file program mcu using arduino ide, i've choosed aduino uno board, , when uploaded blink sketch atmega328-pu blinking speed more slow suspected. i tried sketch , without 16mhz crystal. blink still slow. any idea   here boards.txt file : code: [select] # see: http://code.google.com/p/arduino/wiki/platforms ############################################################## uno.name=arduino uno uno.upload.protocol=arduino uno.upload.maximum_size=32256 uno.upload.speed=115200 uno.bootloader.low_fuses=0xff uno.bootloader.high_fuses=0xde uno.bootloader.extended_fuses=0x05 uno.bootloader.path=optiboot uno.bootloader.file=optiboot_atmega328.hex uno.bootloader.unlock_bits=0x3f uno.bootloader.lock_bits=0x0f uno.build.mcu=atmega328p uno.build.f_cpu=16000000l uno.build.core=arduino uno.build.variant=standard the boards.txt in arduino sketchbook : code: [select] ###############################

[svn] 3455: Fix a problem with marshaling MouseEvent. MOUSE_MOVE events from the top level root to a sandboxed application.

revision: 3455 author: dloverin@adobe.com date: 2008-10-02 13:01:26 -0700 (thu, 02 oct 2008) log message: ----------- fix problem marshaling mouseevent.mouse_move events top level root sandboxed application. qe: yes doc: checkintests: yes reviewer: pfarland bugs: sdk-17090 systemmanager.as add listener mouse_move events on stage in target , bubble phases. ticket links: ------------ http://bugs.adobe.com/jira/browse/sdk-17090 modified paths: -------------- flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/managers/systemmanager.as More discussions in Commits adobe

Yun analogRead() gives diffrent value than leonardo and UNO analogRead()

hi im running simple code check ph , orp on uno board , run now got new yun , numbers im getting different leonard , uno numbes as far know yun should work same other board analogread() dose ?   this code: code: [select] #include <onewire.h> delay(1000); //just here slow down output easier read    analogread(a0);     // ph level equation         float phprobe = analogread(a0);     // ph level equation     float phlevel = (0.0178 * (phprobe) - 1.889);  //phprobe -26  //-14     float hot_ph = -1.9 - (((2.5 - phprobe)/200) / (0.257179 + 0.000941468 * temperature));  // - 1.9                  serial.println(phlevel);    serial.println("request sent ph");  delay(1000); //just here slow down output easier read     int mv;     analogread(a1);     float orpprobe = analogread(a1);     mv = ((2.5 - orpprobe / 200) / 1.037)* 1000;         serial.println(mv); serial.println("request sent rox"); [\code] how differrent 2 numbers? the arduino y

Quadcopter with arduino

hi, i programming arduino flight controler of quadcopter. configuring pitch, roll , yaw in algorithm have question: bought 4 propelers, 2 orange , 2 black. 2 orange not equal, differente. same happens black. mean? 2 orange must used side side or in oposite side of quad? you need 2 clockwise , 2 counter-clockwise props, presumably orange and black colour coding front , can tell @ distance way your craft oriented the clockwise props go opposite each other on diagonal, 1 need be orange , 1 black.  ditto ccw. 1) go , set of spare props now, _will_ damage them , really annoying have wait spares. 2) remember set motor polarities correctly every prop lifting (and not pushing down!!). Arduino Forum > Using Arduino > General Electronics > Quadcopter with arduino arduino

Problema con PN532

Image
buongiorno!! poco tempo ho fa ho acquistato un lettore nfc/rfid pn532 con due tag: una scheda bianca e un portachiave. ho utilizzato questo rfid con arduino in modalità i2c. all'inizio tutto andava bene, cioè riuscivo leggere e scrivere più volte un blocco (o più blocchi) di un certo settore. ora però non riesco più ad autenticare il blocco (ho provato anche cambiare chiave di accesso)....e se viene autenticato per un'operazione (lettura o scrittura) all'operazione successiva non viene autenticato...qualcuno mi saprebbe aiutare? non ho mai usato gli rfid, però verifica che non abbiano un limite massimo di scritture. oppure verifica le eventuali modifiche che hai fatto al codice o ai collegamenti tra il pn e l'arduino. Arduino Forum > International > Italiano > Hardware (Moderator: leo72)

Detect IR Khz with a phototransistor

hi, i'd build "learning" infrared remote able detect frequency of original remote use source copy. possible ir phototransistor? i need because remotes tested not working @ 38khz (more or less) standard frequency. i think highly optimized code might possible capture digital signal of 38khz. need example, hard make yourself. you better try few different ir receiver modules 36, 38, , 40khz. or want know frequency ? easy, long digital signal. have amplify signal transistor or opamp, perhaps need kind of automatic gain. use frequency library : https://www.pjrc.com/teensy/td_libs_freqmeasure.html Arduino Forum > Using Arduino > Sensors > Detect IR Khz with a phototransistor arduino

Pi2 is flaky and keeps crashing - Raspberry Pi Forums

Image
i pretty new pi scene, in few weeks have used them have seem flaky. have 1 running small program (single small program), pihut powered usb hub (apparently designed specially pi). single card reader plugged that. cpu never registers more 3% @ time, crashes usb/network randomly 12 - 24 hours. official 2a power supply, latest raspbian wheezy. have old pentium laptop running ubuntu 10.04 lts hasn't been rebooted in 4 years running same program! (it's abot same spec pi2) excited when discovered pi2 have found out seem used dev projects turned off within couple of hours. pi , pi2 seem plagued low voltage issues , low rated poly fuses cause many problems including black art of finding suitable power supply not upset pi run. sorely disapointed must admit - love pi, hate reliablity guess there few pi2's sale + official (unused) touchscreen etc /sigh how asking equipment? raspberrypi

Rotation with gyroscope (and maybe accelerometer?)

we looking way rotate robot within +/- 5 degrees of accuracy. using this three-axis gyroscope currently. have sample code or on doing this? beneficial pair accelerometer gyro this? (we have accelerometer also.) right now, we're turning using encoders on wheels, , using calculation based on degrees vs ticks of encoders. works decently; however, in environments different (or slanted) surfaced, turns inaccurate. advice or other appreciated, if other using gyro/accelerometer. edit: not looking orientation data. want rotate robot 90 degrees, or many degrees pass via turn function. turn, powering 1 side positive speed , other negative speed make point turn. thanks. do want "rotate" robot amount, determined level of accuracy, or know final orientation (with respect direction north) accuracy? Arduino Forum > Using Arduino > Programming Questions

Custom variable width (coming from Verilog)

hey guys, i finished class in school focused on fpgas , hardware design. i'm having trouble how relatively inefficient arduino programming language is. know it's designed way simplicity, i'm ready work more directly hardware. right want declare 24-bit variable, i'm unsure how this. more specifically, want 2-d array, "x" number of 24-bit elements, each element holding 3 8-bit values. also, resources/links should read lower level access appreciated! quote right want declare 24-bit variable you can define 3 byte struct, no arithmetic types. quote i'm having trouble how relatively inefficient arduino programming language is i must've missed particular class. Arduino Forum > Using Arduino > Project Guidance > Custom variable width (coming from Verilog) arduino

Errore durante la verifica dell 'esempio helloworld della libreria liquidcrystal

ciao tutti oggi mentra stavo cercando di capire la libreria liquidcristal.h visto che breve mi arriva il display lcd , per sbaglio ho premuto il mouse sull bottone verifica della ide di arduino e mi dava uno strano errore : code: [select] in file included helloworld.pde:39: /home/fionda08/sketchbook/libraries/liquidcrystal/liquidcrystal.h:86: error: conflicting return type specified 'virtual void liquidcrystal::write(uint8_t)' /home/fionda08/scrivania/arduino/arduino-1.0.4_ software-sorgenti/hardware/arduino/cores/arduino/print.h:48: error:   overriding 'virtual size_t print::write(uint8_t)' ho provato ad aggiornare la ide e scaricare una versione della libreria di liquidcristal direttamente da internet ma niente, avete qualche soluzione in proposito? ciao tutti usi ancora versione 1.0.4 ?   ora sia ide 1.0.6 che 1.5.8 hanno la libreria tra quelle standard e gli esempi sono .ino e non più .pde, mi pare hai una libreria vecchia.

kalibriergeräte

hat jemand erfahrung mit ihnen, speziell mit dem meines wissens billigsten modell, dem colorvision colorplus? taugt der nur für gute monitore? ich hab nämlich hier http://www.filmscanner.info/bildschirmkalibrierung.html gelesen dass das tuerere modell für ältere/schlechtere bildschirme besser sein soll - stimmt das? ich habe einen philips170s - unkalibriert für meine begriffe unglaubliche, strahlende farben, mit dem free monitor calibration wizard kalibriert extrem hell und flau - ein laptop-display und einen 7 jahre alten philips170mb. und nicht viel geld für kalibriergeräte. nachteil von spyder 2 wäre auch dass er nur unter xp läuft. danke im voraus anna More discussions in Deutsche Foren adobe

Arduino Mega2560 + Sainsmartt 8x Relais Card

hallo zusammen, ich bastel jetzt schon seit längerem einer klimasteuerung auf basis des arduino mega2560. zur zeit hänge ich zusammenspiel zwischen relaiskarte und arduino fest. versorgt wird der arduino über buchse mit einem 9v/3a netzteil. wenn ich jetzt die relais schalten möchte blinken zwar die entsprechenden leds (an/aus), jedoch schalten die relais leider nicht :-( wenn ich den arduino über usb versorge funktioniert es hingegen tadellos ... woran liegt das wohl? danke im voraus! du solltest die relais karte mit einem eigenen netzteil versorgen. da sind nicht ohne grund optokoppler drauf. der arduino schaltet nur die optokoppler und der strom für die relais läuft über einen anderen stromkreis. das kann man zwar auch irgendwie zusammenschalten, aber es ist nicht die beste lösung. Arduino Forum > International > Deutsch (Moderator: uwefed)

Project Guidance - Arduino + TFT + GPS

hello everyone, i hear oppinions related adventure arduino. a total beginner although have built arduino project based on instructions found on website. further expand project first need know if arduino can support this. my project based on arduino uno , had dew sensor (dht22) measured dew point based on temperature , humidity readings. if temperature measured via temperature-only sensor (ds18b20) come close dew point, arduino activate dew heaters through npn-d transistors. 16x2 character lcd display show readings , state of dew heaters. had 4 heater outputs , temperature sensors, 1 each output. believe able switch 1 sensor 4 outputs. now, further develop project using larger tft lcd screen. 1 recommend? looking for, say, 3.5" dagonal lcd. touchscreen capability. is 1 good? http://www.aliexpress.com/item/free-shipping-lcd-display-module-tft-3-5-inch-tft-lcd-screen-for-arduino-uno-r3/1995671772.html i implement gps module reading location. we, astrophotographers, using da

RPi Cam Web Interface , 'motion : no process found' - Raspberry Pi Forums

i 'motion : no process found' when run of scripts. did wrong? thanks gbilodeau007 wrote: i 'motion : no process found' when run of scripts. did wrong? thanks nothing wrong. of scripts try kill motion process before continue. message if no external motion process happens running. external motion running if configured use external detection , motion detection has been started. raspberrypi

Is there any way to utilize all the 4 cores of raspberry pi2 - Raspberry Pi Forums

i have installed opencv on raspberry pi 2 , have written program detect objects in video. output slow. there way utilize 4 cores of raspberry pi 2 during run time? want program run faster. to use multiple cores need using multiple threads , opencv. start need check opencv has been compiled use multiple threads: http://docs.opencv.org/2.4/modules/core ... numthreads raspberrypi

Help with SMTP email - godaddy shared hosting on Linux? - Joomla! Forum - community, help and support

Image
i have looked through of forum postings, found several related topic cant find seems work.  i registered test user, not recieve verification email.  when go ahead , try login test user, message, , never receive email. warning: fsockopen(): unable connect smtpout.secureserver.net:25 in /home/content/m/r/o/mroach003a/html/includes/phpmailer/class.smtp.php on line 105 your registration process not yet complete! please check again email further instructions have been resent. if don't find email, check spam-box. make sure email account options not set delete spam. if case, try logging in again receive new instructions email. mailer:  smtp server  mail from:  "put email address here" from name:  "web site address" sendmail path:  "blank" smtp auth:  yes  smtp user:  "name@domain.com" instructed smtp pass:  "password" smtp host:  smtpout.secureserver.net "per instructions in forums posts , godaddy i have site using dotnetnuke trying r

Info about output (web standard, html/xhtml etc) - Joomla! Forum - community, help and support

it nice have information (if any) web-standard output modules , component are, html/xhtml- tad/strict etc on jed. <--mod note ot2sen: title changed include capital first letter --> it's not possible say, lot of extensions. best can that, if end user inputs valid code, , rest of extensions in use output valid code, extension in consideration valid extent. there various issues compatibility: components , modules have issues when used together, or templates, or settings. basically, there many variables able certainty whether particular part valid: down end user @ use, , make sure things outputting clean code, templates clean, , data being entered clean. Board index Joomla! Official Sites & Infrastructure Extensions.Joomla.org - Feedback/Information

Scriptable Application for XMP extraction?

hi i looking scriptable (faceless) application xmp extraction. the idea have act helper other applications pass file reference, , perhaps type of data looking script. application should able return embedded data calling script. not programmer xmp toolkit not looking for, perhaps have made such application? right interested in mac application windows work well. any suggestions? thanks in advance are looking return data structure, individual values or sort of csv file? you can create droplet in imageready cs part of conversion process export .xmp text files parsed. indesign cs has scripting support xmp in product not targeted want achieve. gunar More discussions in XMP SDK adobe

Compiling Xmp Files under linux

hi, using adobe xmp sdk 4.1.1 under linux. there 1 make file under xmp-sdk/build/gcc/xmpcore.mak above "make" file compiles xmp core of xmp sdk. how compile xmp files module. there no make it. can tell me how compile xmp files module under linux. thanks & regards, venkatesh.e you might want try exempi http://libopenraw.freedesktop.org/wiki/exempi it xmp sdk wrapped in nice c api stability (to use .so). wrappers might not complete yet, fixes of issues you'll building xmp sdk on linux. hope helps. More discussions in XMP SDK adobe

Timer for 75 seconds?

hello guys, trying move servo once every 75 seconds.  reason unable this, instead of waiting 75 seconds, servo waits 11 seconds( timed it) , moves.  there limit value in "delay"?  in code put delay 75000, should equal 75 seconds.  used 75000 variable, because didn't feel manually changing delay value every time wanted different value.    admit i've never made timer long before, doing wrong?  need different if it's above minute delay? what doing wrong here?  appreciated.  code: [select] #include <servo.h>   servo servo_0; //define servo int x = 75000; void setup() {   servo_0.attach(0);  // attaches servo on pin 0 servo object   servo_0.write(90); // starting position   delay(1000); } void loop() {   //individual servo control     servo_0.write(0);  //first movement 0 degrees   delay(x);   servo_0.write(15);  //first movement 15 degrees   delay(x);   servo_0.write(30);  //second movement 30 degrees   delay(x);   servo_0.write(45);  //third movement

Thread: initial screen display: Asus 901 v HP Mini 1000 - recovery

my asus 901 , hp mini 1000 run hardy heron. during boot, 901 presents ubuntu os options, hp mini not show options. 2 days ago, 901 stopped working on wireless , ethernet. during subsequent boot, chose "recovery", watched lots of unpacking. after reboot, 901 had regained wireless capacity (i haven't tried ethernet). how change setting hp mini shows same os options during initial boot? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] initial screen display: Asus 901 v HP Mini 1000 - recovery Ubuntu

Script EPS to TIFF

hello, i know if use script batch processing lot of epss tiffs. every time open eps in ps, dialog box appears write down resolution. there way have batch take epss in given folder, open them once given resolution in rgb mode , save them tiffs (no layers, no compression) wouldn't have manually? every time tried record script this, got stuck on accepted setting of dialog box somehow wasn't recorded.. lot pavel this checks eps using name, if other files mistakenly named ».eps« cause problems, , havent provided provision avoiding over-writting existing tiffs of same names, give try: #target photoshop; var dlg = new window('dialog', "save flattened tiffs of eps-files", [500,300,880,525]); //filter checking if entry numeric, xbytor; numberkeystrokefilter = function() {    this.text = this.text.replace(",", ".");    if (this.text.match(/[^\-\.\d]/)) {       this.text = this.text.replace(/[^\-\.\d]/g, '');    } }; //create e

Create searchable (Images) in PDFs via the SDK (by using .Net)

good afternoon, we're starting roll-out (pdf) document generation solution based on xsl-fo transformation xml pdf files works fine, 1 current constraint embedded images not searchable users. now understand can in fact manually when having acrobat professional installed , using it's text recognition/ocr functionality, wondering whether same technology available through sdk. as haven't worked sdk myself, yet, i'd know how performs when being used in .net/c#-based applications, there specific constraints, limitations environment cause? the way want implement add (optional) post-processing step after xsl-fo transformation (which takes place on central server queue etc) perform text recognition, since create couple hundred thousand pages each day, reliability , scalability big factor. 1 document-generation machine/server creates couple documents in parallel on standard multicore machine couple gigs of ram, has tested sdk's functionality under heavy load extensively?

Thread: No menu.list file...

Image
right, i've downloaded clean, proper version of kubuntu 9.10. i've md5sum checked download , burnt disc. it's fine. live cd runs absolutely fine , install proceeds no trouble. however... in first 2 installs, first harddisk bootup greeted grub error 15. i've found on net means grub cannot find boot record. on third install changed boot loader correct device. now, on running harddisk, grub says it's loading , stops there , nothing. i'm on live cd again, i've found ext4 harddisk, looked in /boot/grub/ , there no menu.lst file. what's going on? /izo posted izobalax right, i've downloaded clean, proper version of kubuntu 9.10. i've md5sum checked download , burnt disc. it's fine. live cd runs absolutely fine , install proceeds no trouble. what's going on? /izo if did clean install pro

Trying to recreate former website using Joomla - Joomla! Forum - community, help and support

hi, i made website few years ago , remake using joomla ease of use , customisable administration area. this website used like: http://web.archive.org/web/200409090806 ... t/main.php all categories shown on left hand side (main, staff, season, articles etc.) - should set sections or categories on site?  understand difference between sections , categories in joomla - problem when recreate titles in sections , categories still treated same news section... am best trying create individual static pages beneath headers , link them in template manually or there way can done automatically? i'm considering writing component each header able replicate original site there has easier way? i having doubts joomla may not suitable needs because unable recreate site structure way it. the majority of links in blue boxes static pages exception of a-z of players, match reports, captions in "article" headline. please me try , figure out how plan 'hierarchy' of site make close origina

Starter Kit Recommendations + ATMEGA328P-AU vs. ATMEGA328P-PU

hello, all! alright, i'm 100% new arduino , designing electronics in general. programming, couple years ago took couple of programming classes (c++ , java), @ point have forgotten everything. i'm looking complete starter kit possible, low price possible. i'm living on stipend (student missionary), budget is, @ most, $50 (can go higher if necessary, demonstrated ~$60 price tag of kit linked below). as such, looking @ clones. i've been looking @ ebay @ of cheap kits china, , liking i'm seeing in terms of price/component ratio. one kit ran across has components i'm looking (i'm envisioning various ideas of projects use ultrasonic distance sensors, sound sensors, lcd displays, rfid, relay modules, , motion sensors... possibly accelerometers well, unfortunately kit doesn't have one), i'm wondering arduino clone comes with... it's called infiduino uno r3. claim complete compatibility arduino uno r3, take mean work shields , stuff well. 1 thin

Real-time EMG signals to control a servo motor.

Image
hi everyone, i relatively new arduino. need control servo motor using real time emg signals. have arduino uno rev3 board , emg/ekg/ecg shield olimex gel electrodes , required circuitry. able control servo motor purely without emg related. goal use different arm movements (collected emg electrodes) switch motor on , off once threshold has been exceeded. would appreciate advice and/or guidance me on right track. thank time ! i don't have shield. don't understand "packet" of information produced shield. but in general terms, understand when packet reporting arm movement want couple servo motor? do. if not, olimex has forum too.  determine how want servo move. example 90 degrees. determine range of packet want move servo 90 degrees. use separate power supply servo. again, don't understand packet here example... i want read analog input (range 0 1023) , move servo 90 degrees max based upon ananlog read... if analog read 0 - servo 0; if

Serielle Datenübertragung int übertragen

hallo zusammen ich bin neu beim arduino programmieren, nun habe ich ein problem bei der datenübertragung. ich möchte mehrere integer übertragen. sender: code: [select] void setup() {   serial.begin(9600); } void loop() {   serial.print("a");   serial.print(",");   serial.print("1234");   //serial.print(",");   serial.print("b");   serial.print(",");   serial.print("56789");   //serial.print(",");   serial.println(); } empfänger: code: [select] int wert1 = 0; int wert2 = 0; int wert3 = 0; int wert4 = 0; char anfangsbuchstabe; void setup() {   serial.begin(9600); } void loop() {  if(serial.available()<=0);   {     anfangsbuchstabe=serial.read();         if (anfangsbuchstabe=='a')     {       while(serial.available()<=0);       anfangsbuchstabe=serial.read();             if (anfangsbuchstabe==',')       {          wert1=serial.parseint();       }     }         if (anfangsbuchsta

Thread: Palimpsest warns about bad sectors in a healthy disk.

hi friends, installed ubuntu 9.10 , palimpsest warns bad sectors in healthy disk. can done in order palimpsest behave properly? thanks. ps: have absolutely no doubt palimpsest mistaken, because ran dozens of tests on disk , it's ok. nothing personal, kind of tests did run? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Palimpsest warns about bad sectors in a healthy disk. Ubuntu

3D Toolkit crashes when opening AI file

when trying open adobe illustrator cs2 file (.ai) adobe acrobat 3d version 8 toolkit, toolkit application crashes unhandled win32 exception. my version of illustrator 12.0.1. have tried saving .ai file number of other older illustrator formats same result. anyone else have similar experiences or solution ideas? i noticed toolkit opens blank (and empty) ai file create fine, copy , paste in simple grouping of vectors problem file, save , close it, open result in toolkit, toolkit crashes same exception. i noticed toolkit documentation states "version 2" ai files importable. i'm guessing means old version 2 of adobe illustrator rather "cs2". full name of format "adobe illustrator vector graphic". i'm able save files in version 3 or higher compatibility using cs2 product, can't test if version 2 compatible file fix issue or not. perhaps toolkit 3d had beginnings long ago , supported format versions old? i settled on different conversion wor

Moving site problem: Cannot modified header - Joomla! Forum - community, help and support

Image
i have error message after moved site local hosting ( warning: cannot modify header information - headers sent (output started @ /home/inacce/public_html/beta/language/indonesian.php:520) in /home/inacce/public_html/beta/includes/joomla.php on line 1414 ) actually raised error @ index.php (line 250-254 ->header(...)) too, i've commented line , no errors occurred anymore.. and strangely, error accrue on ie(6) , opera(9.02) not firefox(1.5.0.6) my actions are: - i've reinstalled joomfish problem still persist - commenting on index.php @ line 250-254 - googling no result can solve problem my questions are: - did miss when move site? (copy entire file - dump database > querying sql) - ok comments index.php @ line 250-254? - joomla! or joomfish caused error? my environment: (previous) - mysql 5.0.21-debian_3ubuntu1-log - php 4.3.10-18 - apache/2.0.54 (debian gnu/linux) (recent) - joomla! 1.0.12 - joom!fish 1.7 - debian-3sarge3 - mysql 4.0.24 - php 4.3.10-18 - apache/2.0.54 web

Nfc arduino

bonjour, je cherche actuellement à faire une porte que je pourrais ouvrir grace à des tags nfc et piloter l'ouverture grace une carte arduino ! j'ai pu voir que adafruit à fait une carte qui permettait de "coder" des tags nfc. seul problème, c'est que je sais pas si sa fait fonction inverse. je veux dire si je peux lire ce que me dit ce tag et alors faire via un programme (que je coderai moi même mais ce n'est pas important) ouvrir la porte en question. merci de vos renseignements ! Arduino Forum > International > Français (Moderators: jfs, Snootlab) > Nfc arduino arduino

Thread: Have USB expansion, need to know if it's 2.0 or 1.1

i have usb expansion card/unit. there way know usb version is. not pci card. fit in expansion slots @ of computer pci card go, connects on-board 9-pin usb. there no information, on unit, manufacturer or anything. edit: actually, think about, since connects motherboard, motherboard determines version, isn't it? reason asking because rear usb connectors on mom's computer 1.1. want upgrade 2.0 webcam's sake. so, guess have pci expansion card usb 2.0. correct? open terminal , run lsusb or verbose information can try lsusb -v | more favorite lspci -v | grep -i usb Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [SOLVED] Have USB expansion, need to know if it's 2.0 or 1.1 Ubuntu

How to set the administrative backend with SSL ("https") secured access? - Joomla! Forum - community, help and support

dear all, suppose site's admin backend accessed by: http://www.mysite.com/administrator/ if want make accessed securely by: https ://www.mysite.com/administrator/ how it? someone tell me need firstly buy ssl certificate , redirect traffic of: http://www.mysite.com/administrator/ to https ://www.mysite.com/administrator/ by " .htaccess ", but... i have 2 questions: (1) commands make redirection example site? (2) there set-up required in joomla side? if yes, they? thanks! Board index Joomla! Older Version Support Joomla! 1.0 Administration - 1.0.x

Motor + Aufnahme gesucht

hallo, ich bin auf der suche nach einem kleinen motor für ein looping louie spiel. hierbei geht es nicht um den einfachen dc motor der dort bereits verbaut wurde. wer das spiel kennt, weiß dass der looping louie nur in der senkrechten steht, wenn das spiel ausgeschaltet (roter hebel auf 0, der blauen pin im mittelgang der zahnräder durchschiebt um den louie zu arretieren). das möchte ich gerne abschalten. mein versuchsaufbau sieht derzeit wie folgt aus. mittig im gegengewicht befindet sich eine stabile anglerschnur, die im inneren nur eingelegt ist und soweit vergrößert wurde, dass sie nicht durchfällt). somit kann ich sicher sein, dass sich die schnur nicht unnötig im betrieb verdreht. zu beginn eines jeden durchlaufs soll der motor diese schnur anziehen, bis der louie sich in der senkrechten befindet. dann soll er die über einen gewissen zeitraum immer weiterabfallen lassen. ich brauche nun besten irgendetwas richtung schrittmotoren, ein servo geht leider nicht, da ich hier

Thread: Burning .iso files with "wodim" does not verify :(

i using "wodim -v -data -speed=4 ubuntu-9.10-desktop-i386.iso" burn copy of downloaded .iso image file (md5 hash verifies), when, after burning (which succeeds, writing 353266 sectors of 2048 bytes each), try "dd -bs=2048 count=353266 if=/dev/cdrom | md5sum" verify burned data, fails @ 353208 "records", quote: dd: reading `/dev/cdrom': input/output error c48ed384adea76249ad983864a6cd7be - 353208+0 records in 353208+0 records out 723369984 bytes (723 mb) copied, 274.599 s, 2.6 mb/s hash of course wrong, since not read 353266x2048 bytes has to. there no problem either drive or media. burning same image brasero , doing same "dd" procedure gives me correct hash , reads requested data. using "wodim" wrong? why wont work? using command line, faster @ typing clicking... Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help

[svn] 2042: Error reporting fix.

revision: 2042 author: preilly@adobe.com date: 2008-06-11 11:58:15 -0700 (wed, 11 jun 2008) log message: ----------- error reporting fix. tests passed: checkintests needs qa: yes needs doc: no bug fixes: sdk-15751 (note revision 2040 falsely claimed have fixed bug. had fix on other machine). api change: no reviewer: pfarland code-level description of changes: abstractsyntaxtreeutil.java modified generatecontext() set origin, gets used asc during error reporting situations. ticket links: ------------ http://bugs.adobe.com/jira/browse/sdk-15751 modified paths: -------------- flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/abstractsyntaxtreeutil.java More discussions in Commits adobe

[svn] 1733: integrate player 10 r218 into the trunk

revision: 1733 author: jimurphy@adobe.com date: 2008-05-15 07:43:18 -0700 (thu, 15 may 2008) log message: ----------- integrate player 10 r218 trunk modified paths: -------------- flex/sdk/trunk/in/player/lnx/flashplayer.tar.gz flex/sdk/trunk/in/player/lnx/libflashplayer.so.tar.gz flex/sdk/trunk/in/player/mac/flash player.app.zip flex/sdk/trunk/in/player/win/flashplayer.exe added paths: ----------- flex/sdk/trunk/frameworks/libs/player/10/ flex/sdk/trunk/frameworks/libs/player/10/playerglobal.swc More discussions in Commits adobe

[svn] 1700: Bug: BLZ-171 - JMS Authentication test causing null pointer to get thrown in AMFChannel .as

revision: 1700 author: matamel@adobe.com date: 2008-05-14 06:54:56 -0700 (wed, 14 may 2008) log message: ----------- bug: blz-171 - jms authentication test causing null pointer thrown in amfchannel.as qa: yes doc: no details: fixing issue in client code. ticket links: ------------ http://bugs.adobe.com/jira/browse/blz-171 modified paths: -------------- flex/sdk/branches/3.0.1.x/frameworks/projects/rpc/src/mx/messaging/channels/amfchannel.as flex/sdk/branches/3.0.1.x/frameworks/projects/rpc/src/mx/messaging/channels/streamingamfc hannel.as More discussions in Commits adobe

problems with email this page function - Joomla! Forum - community, help and support

Image
hi i newbie , quite pleased joomla far, have problem. i've ticked 'show email icon' in global configuration , icon appearing on every page. if click on , enter details, error message says 'you must enter valid email , valid email send to'. i have double , triple checked i'm using valid email addresses in form , have tried different ones. have tried switching templates in case helps no joy.  can advise me how resolve this? many thanks hi, what version of joomla! using? regards robin Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

wrapper question - Joomla! Forum - community, help and support

hi all, after reading following thread http://forum.joomla.org/index.php/topic ... 14819.html have further question regarding wrappers. whilst have succeeded in creating test wrapper works in alloted place - i.e main menu (actually set sub-link) preferable have wrapper link embedded in page itself.  opposed cluttering main menu, going busy enough is, although we're working on that!  @ moment, site being developed on own pc still works.  need above problem! cheers, chris this isnt pretty, should work until find better way.  create new menu, doesnt matter call it, won't visible when done. add wrapper liink usual new  menu points wahtever want point to. once save new menu item, copy whatever its' link is. "index.php?option=com_wrapper&itemid=93" create embedded link points http://www.yoursite.com/index.php?optio ... &itemid=93 . unpublish (don't delete) new menu made. hope helps, sean Board index Joomla! Older Version Su

Gallery2 e integrazione con joomla! - Joomla! Forum - community, help and support

cari tutti, ecco qui chiedere aiuto per un problemino con gallery2 che mi fa quasi pensare di abbandonare perchè non trovo aiuto. ho installato g" e funzionabene in standalone, se provo ad usare moduli (image e gallery) mi si pianta tutto con errori in hp. mi chiedo come embeddare g2 nel mio template prescindere dai moduli, le ho provate tutte ma non ci sono riuscito... qualcuno ha alternative valide che si integrino in joomla in maniera più liscia? grazie per consigli cx magari se inizi dare delle indicazioni ti si può aiutare... che erroi sono? versione di joomla? versione di gallery2? su che server sei? Board index Joomla! International Language Support International Zone Italian Forum Componenti - Moduli - Plugins

Blaze DS clustering

hello !!! i working on blaze ds clustering. did it. send message 1 server , receive them others to. need more reach functionality. blaze ds api have such functions invokeserviceoperation(...) invokepeertopeeroperation(...) don`t know how use them, , do. tried find examples of code, can`t. can me ? thanks in advance. p.s. i`m sory english. only jgroupscluster class extends cluster , gives posibility work cluster node. constructor looks jgroupscluster(clustermanager clustermanager, string clusterid, element props). knows meens string clusterid , element props. may have more expirience in working clusters ? More discussions in Features Discussion adobe

function call errormessages - beginners problem

hi all!  i trying create function holds statemachine tackling bouncing of buttons. i errormessage initialization needed. here's code. greatful help. kindest regards, lasse const int buttonpin = 2;    // number of pushbutton pin const int ledpin = 13;      // number of led pin const long debouncedelay = 50;    // debounce time; increase if output flickers long starttime=0; long timebuttonpressed;  // last time output pin toggled //buttonstates - possible states in statemachine const int start = 1; const int firstbuttonpressdetected =2; const int countingmilliseconds = 3; const int countingbiggerthanbuttondelaytime=4; const int countingbiggerthenbuttondelaytimenoreleaseyet=5; int state;//current state in statemachine int ledstate; int buttonreallypressed; //output-signal statemachine void setup() {   state=start;   ledstate=low;   buttonreallypressed=low;   pinmode(buttonpin, input);   pinmode(ledpin, output);   digitalwrite(ledpin, ledstate);   serial.begin(9600); } void l

Using Custom Search and other questions - Joomla! Forum - community, help and support

hi i think post belongs in forum. i want know if possible put search box in section of site searches section for instance main site have usual content news links etc , want main search search whole site have sort of directory listing within 1 section , search box searches section alone , displays results in page. is possible? asking stupid question? if feel free flame away. in addition wondering if has used vbulletin along community builder , joomla , if how did it. thanks in advance t Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x Components