Posts

Showing posts from January, 2011

Sounds not playing if IE when in https domain

hi everyone. i have flash file audio captcha. fine except when using ie in https: domain. the flash file calls php script uses session concatenate mp3 files read out code. have tried calling php file using full path https, relative path script no avail. have tried calling mp3 files full , relative path using both https , http reason ie won't play ball. any appreciated... thanks #bump# More discussions in Adobe Animate CC - General adobe

Graphing the x-y coordinates of the mouse

i've found cool site http://www.synbio.org.uk/component/content/article/46-instrumentation-news/1234-interfacing-an-optical-mouse-sensor-to-your-arduino.html on interfacing arduino optical mouse read out x-y readings it. i've done it, , it's working nicely. then thinking, 'why not plot become graph?' , came across processing. i aware processing has example named 'mousesignal' this example exact thing want write processing. but, change that, want use x-y coordinates mouse attached arduino , ask processing generate 'real-time' graph of coordinate. i tried using http://www.diymaker.com/realtime-arduino-ad-channel-graph-plotting/ , this http://www.glacialwanderer.com/hobbyrobotics/?p=261 start, came across problem. regarding serial.list. usb ports on laptop detected com3 both arduino , processing. there's clash. there no clear way me import data serial output. it's either run arduino , numbers printed out on it's serial monitor, ...

Thread: Another Bridging question, this one -is- different!

greetings, i'm experienced linux user (been using linux since 1998, when setting x took hours, , downloading iso took days , days). decided use ubuntu recently, since seems well-supported , relatively polished , up-to-date (debian proper moved slow, gentoo support being in mosh pit). have beefy hardware running virtualbox, , i'm serving drive out iscsi target file server vm imports target local disk, lets me 'snapshot' state of system disk of virtual file server, not have snapshot data serves (which lead giant, slow snapshot files). have several other vms running sorts of stuff, feeding-off files on served 'server' vm. problem have vms need visible hosts on lan, have them set virtualbox's 'bridged connection' eth0. not issue, both iscsi , vm-vm cifs traffic traversing physical wire, making things slower , incurring more overhead should. since host iscsi target (read: server), , vms servers , clien...

Infraferd Text Communication

hi fellow arduino lovers, i'm working on ir text communication library need help. i have mapped out ir codes hexadecimal values. also i'm using irremote library. but since first library need setting up. i have read tutorial on arduino.cc cant work. all ask push in right direction. in link below find excel codes. http://fimi.biz/ir.xlsx so if example witch character "a"  and show me add other characters. and whan library done share off-course! thanks advance! post library , we'll see if can find errors. Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Infraferd Text Communication arduino

Display text when GroupID Changes

i've got asp recordset pulling sqldb. each row db includes groupid, indicating group row belongs too. @ each change in groupid, i'd display header introduce group. how tell asp page display header text when groupid changes 1 2 or 3 4, etc. if header information included in recordset code is relatively simple , this. above repeat region place code <% dim testid, thisid testid = 0 %> then in repeat region want header following <% thisid = recordset.field.item("groupid").value if testid <> thisid response.write recordset.field.item("headername").value end if testid = thisid %> however if heading not in database rather want enter them code inside repeat region change <% thisid = recordset.field.item("groupid").value if testid <> thisid select case thisid case 1 response.write ("header 1 name") case 2 response.write ("header 2 name") end select testid = thisid %> -- paul whitham certif...

RH X3 to X4 error

Image
i have task update rh files after person taken off project. installed x4 when attempt start up, starts x3 , file open gives incompatibility message (all files created in 2003-2004). suggestions? seems work ok other 2 people use it. welcome forum. are using same pc , if so, x3 removed first? was x4 installed using logon , admin rights? did messages earlier versions being installed? More discussions in RoboHelp adobe

using "while" to display info on LCD

ok stumper need input for. building ac control unit car, , want display "temp" setting on lcd screen, have 16x2. have 2 buttons, temp , temp down, multiplexed output on pins 22-30, (i have mega), , go 3 different cascaded multiplexers, can give me total of 24 "temp settings" using 18. there 18 leds hooked on parallell set of multiplexers, can watch happening. when system boots, led 1 on, when temp hit, leds light increasing until 18 lit, , opposite temp down. part works perfect. now question. want display like:     temp c********x***h on screen, , have x move , forth. display should last second, go right doing before, static display of outside , inside temperatures. when add section in, adds delay loop, , buttons stop working. need responsive possible. uploading code , try take short video can see trying accomplish. heres code, vid follow: code: [select] byte temp0 = 0; //analog 8 sensor input byte temp1 = 0; //analog 9 sensor input int temp1f = 0; int te...

Point to point with UTP - Raspberry Pi Forums

hi everyone has heard of straight , cross utp-cable, 1 used switches, other point point. teacher told me modern appliances detect if cable straight or crossed themselves. anyway, i'm trying hook pi windows pc via utp, can ssh it(i managed shell via wireless router, can't carry router around everywhere). anyway, googled little , turns out no-one every cared enough point-to-point document novice how it's done... please me? it depends little bit on how working computers , network really. , if wrong, run risk of not being able connect rpi again in easy way. if have monitor , keyboard connected, no problem really, if run rpi headless do, can inconvenient @ best :) if computer , rpi not on other network connection single wired ethernet connection can following. if either computer connected network via second interface wifi, need step explain below. need edit /etc/network/interfaces file on rpi , change eth0 entry this: iface eth0 inet static address 192.168.5.10 netm...

Thread: Can't connect to secure wireless network

ok, have broadcom bcm4318 wireless card in laptop, , managed install drivers ndiswrapper. can connect public, unencrypted wifi network, finding myself unable connect own, encrypted, wireless network. security mode "wpa/wpa2-personal(psk)" , authentication "wpa-psk + wpa2-psk" encryption technique "tkip+aes" network broadcasts on 11b+g+n dont think network compatibility issue. in networks window, psk changed set to, sort of hash, no matter how many times set back. advice anyone? edit: both baubles in connecting icon turn green anyone? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] Can't connect to secure wireless network Ubuntu

Help needed with debug strategy

i working on multi-function clock project 6 rainbowduino modules, rtc module , ethernet shield.  the ethernet client used ntp protocol correct rtc module , time, date , on scroll across led panels. i have developed these pieces separately on last couple of months , each piece works great alone.  when put them (ethernet , i2c) start runtime problems.  i2c used talk ds1307 rtc , led panels.  when added in ethernet functions started getting errors in i2c processing.  after looking @ i2c code long time started @ narrowing down ethernet code.   in summary code below can see basic flow (the callntp function in sketch).  if comment out call "callntp" works.  if leave in, failures (bad data on i2c reads).  it's matter of having code there since failure occurs before called.  the declaration @ global scope can there without ill effect. [font=courier]client client(server, 37); loop() {  getthetime();  // query rtc  ...

Thread: install problem

Image
trying install ubuntu ,to dual boot windows 7 after click install loading bar starts , after 30 seconds this [ 2.436018 ] ata1; softreset failed device not ready [ 3.084018 ] ata2; softreset failed device not ready loading please wait bus box v1.10.2 (ubuntu1.1.10 2-2 ubuntu7) built-in shell (ash) enter list of built in command. (initamps) idea wrong? installed on vista computer using cd no problem posted *gilly* trying install ubuntu ,to dual boot windows 7 after click install loading bar starts , after 30 seconds this [ 2.436018 ] ata1; softreset failed device not ready [ 3.084018 ] ata2; softreset failed device not ready loading please wait bus box v1.10.2 (ubuntu1.1.10 2-2 ubuntu7) built-in shell (ash) enter list of built in command. (initamps) idea wrong? installed on vista computer using cd no problem ...

attempting to load extrnal xml into mc text field on rollover

i might making simple mistake, pretty new actionscript , scavanging code on place create effect after. guess best way learn. what trying take data xml , put movie clip (linkage name of buttemp) text field (with instance name of but_txt). xml simple. <nav><but text="contact"></but></nav> the code actionscript attach, , working model basing on swinburns tutorial. works, want , mashing head on trying turn mcbutton instance name roll-over up-over-and out state. cant life of me text appear in text field in on state. have tried onrollover seemingly several hundred different ways , find myself pleading advice. thanks More discussions in ActionScript 1 and 2 adobe

Site SEO check site

hope can this. basically hd died on laptop, , 1 thing realised hadn't backed of handy, don't use bookmarked sites. one of handy little site put in url, , scored code little things can seo. clients cite seo important, little 1 show them doing bit, tho' there's far more it, , manner of other avenues explore. if ayone has idea of it, or similar site, i'd grateful! cheers. web site optimization http://tinyurl.com/3awlz sitening seo tools http://tinyurl.com/26hq36 ot: if use ff on more 1 computer, handy add-on, foxmarks bookmark synchronizer. http://tinyurl.com/2gr4kv --nancy o. "iain71" <webforumsuser@macromedia.com> wrote in message news:f2d6no$c4s$1@forums.macromedia.com... > hope can this. > > hd dies on laptop, , 1 thing realised hadn't backed > of handy, don't use bookmarked sites. > > 1 of handy little site put in url, , scored > code little things can seo. clients cite seo > important, little 1...

pin number.

Image
hello, trying understand code example, dont know correspondence between number , physical pin in arduino decimilla: code: [select] int onmodulepin = 2; i understand rest of code. known pin or url correspondence? thanks. regards pin number 2 correspond upper pin number 3 right. Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > pin number. arduino

Raspberry Pi Forums - Login

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 raspberrypi

VirtueMart CC processing at store - Joomla! Forum - community, help and support

hi there, i'm rebuilding website had built ground 4 years ago , hoping use joomla have used on bunch of sites , find incredible. have used virtuemart in other stores great success - problem shop requires process credit card @ store since process payment once product ready go (can take 2 3 weeks). clients aware/use having things done way. does know if there way temporarily encode/store cc info / process @ store / delete payment info once processing has gone through? thanks!!! Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x Components

Arduino with Pandora Radio

i starting on project make lcd displays pandora radio playing, , way rate songs, play, pause, , skip forward. found openpandora project (http://getopenpandora.appspot.com/) , seems promising have no experience in processing or other interface code. if bit of on topic appreciated. thanks! really sorry posting 3 times. didn't think post if got 503 error Arduino Forum > Forum 2005-2010 (read only) > Software > Interfacing > Arduino with Pandora Radio arduino

moving files from desk top to Rpi - Raspberry Pi Forums

is there simple way move files pc desktop onto rpi - instance great if drag file pc desktop onto rpi virtual desktop running on pc. understand why not quite simple has come app achieves equivalent ? what os running on pc , have remote connection already. each remote client has way of doing it. more complicated others. on widows machine installed filezilla server , put default folder ftp when needed works me. didn't have install ftp client on pi if remember correctly. , use xming , putty. preferred keep on pi minimum mix things on more laptop. going fresh image on pi , running extremely minimal. putty has psftp isn't easy drag , drop moves files well. raspberrypi

Thread: ubuntu cd with my packages

i have install many packages on ubuntu , want make ubuntu cd installed package should do? you should install nice program called remastersys. can make either privat disc (including home folder), or 1 friends , family. http://scumbox.com/ubuntu/remastersys_2.0-5_all.deb . Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] ubuntu cd with my packages Ubuntu

Time Loops.

Image
hi everyone!! . i'd know how can repeat loop during time , pass other. thank you. could rephrase question please? it doesn't make great deal of sense. have found blink without delay tutorial? Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Time Loops. arduino

Problems with a string stack library

hi, follow on post issue having last week. first background, i'm writing application involves creating , sending sms messages, if signal strength weak send message, need store message in list until it's strong enough. if signal strength stays weak long need start deleting oldest messages message list whilst still adding new messages. once signal strength has been restored need send whole stack of messages starting recent. to i've written library (ministack.h , ministack.cpp, attached) , test sketch demonstrate it. ministack.h code: [select] #ifndef ministack_h     //these lines (together #endif @ end of file) prevent #define ministack_h     //any problems occuring if library should included twice. extern "c" {  #include <string.h> } #include <stdlib.h>    //needed 'free' #include "wprogram.h"  //needed 'serial' // define limits of stack #define max_chars      160 #define max_elements   12 class stack {  public:   ...

!#%$ casts

please take @ http://www.arduino.cc/cgi-bin/yabb2/yabb.pl?num=1278172720 i've been struggling (mostly brute force trial , error) fix code in eeprom.h, deep in bowels of arduino. code conditionally included if processor 2560. although in current system source doesn't compiled. hunch works on compiler, not gcc. perhaps part of leaves me confused trying understand casts rules seem interpreted differently in different compilers , find varying explanations of c++ casts on web. anyway 1 case worked out sort of solution seems awkward , wordy , therefore seems inappropriate fundamental part of system. there must way compiler agree "copy anything", original code seems quite tell do. unfortunately think problem way more pervasive 2 instances posted, seems me if can write syntax elegantly once, understand how on , over. quote my hunch works on compiler, not gcc. the problem lies not compiler fact whoever wrote code tested c-compilation 1 .  had run...

Thread: xorg.conf gnome-settings-daemon and e17

hey folks, i've got hp / compaq dc7900 @ work ubuntu on , displays both monitors correctly under gnome. preferred desktop environment though e17. i've got dual monitors working running gnome-settings-daemon part of .xsession file though bit of cludge , doesn't work expected e17. there way effective (that being used) xorg config , save /etc/x11/xorg.conf file? thanks, matt delves Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Desktop Environments [ubuntu] xorg.conf gnome-settings-daemon and e17 Ubuntu

Window.closeButton

the window.closebutton's default value x, know if , how can change that? here's code have far: function open_popup(page_url, pagenumber) { if (zoom_win != undefined) { return; } hidezoompointer(); pnum = pagenumber +1 zoom_win = mx.managers.popupmanager.createpopup(_root, window, true, {title:"page number: " + pnum, closebutton:true}); zoom_win.createobject("scrollpane", "zoom_pane", 0, {contentpath:page_url, _x:3, _y:31}); zoom_win.setsize(popup_width, popup_height); zoom_win.zoom_pane.setsize(popup_width-6, popup_height-31); listenerobject = new object(); listenerobject.click = closewindow; zoom_win.addeventlistener("click", listenerobject); zoom_win._x = stage.width/2-popup_width/2; zoom_win._y = stage.height/2-popup_height/2; } More discussions in ActionScript 1 and 2 adobe

Button inside a DataGrid... possible?

i created data grid populated external xml file. want first column have button in it. here's tried. <mx:datagrid> <mx:columns> <mx:datagridcolumn> <mx:button label="click me" /> </mx:datagridcolumn> </mx:columns> </mx:datagrid> error: not resolve <mx:button> component implementation. is there way create button inside datagrid or have use custom component? hi, yes possible include button inside datagrid. have use called itemrenderer. item renderes (and itemeditors) let put (checkboxes, dropdown lists, buttons, images) in datagrid. there number of ways can create button in datagrid. allways use item renderer, there couple of ways of doing this. i've modified code make work in simplest way posible. button won't anything, code run , see button in datagrid. <mx:datagrid> <mx:columns> <mx:datagridcolumn editable="false"> // i've changd line gyorky <mx:itemrenderer> // i...

Pi as a remote sentinel - Raspberry Pi Forums

Image
hi all, first post, gentle. have pi, , have set xrdp,with mobaxterm. works well. bought pi small footprint , low power consumption, price added bonus i'm looking put in home network, replacement on pc. want there, can log when away home, or need @ else. use likes of teamviewer lot, looking through posts, wont run on pi, have kicked touch. rdp work, through forwarding of ports etc, vnc i'd work (like teamviewer) independent of what's in front of it. , give me notification when comes online (if rebooted or lost power , came up)-sort of "hello, i'm online/alive". include public ip pi on/sitting behind reason thinking idea expand day job, sentinel behind other devices otherwise need site visit work on (all through ethernet port on pi). know if such thing exists, or ideas on how go it? thanks cabs raspberrypi

errors compiling this button library

i made library jeff saltzman button reading code getting errors when trying use , compile in sketch: code: [select] /users/admin/documents/arduino/libraries/button/button.h:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'button' /users/admin/documents/arduino/libraries/button/button.c:19: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token /users/admin/documents/arduino/libraries/button/button.c:51: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token here arduino sketch: code: [select] #include <button.h> #define mybuttonpin 19 #define ledpin1 17 // digital output pin led 1 #define ledpin2 16 // digital output pin led 2 #define ledpin3 15 // digital output pin led 3 #define ledpin4 14 // digital output pin led 4 button mybutton(mybuttonpin); // led variables boolean l...

Adding branding to project - project size question

hi, sorry newbie question project size. have branding need add screens of project. plan on capturing screens using captivate record feature @ 800x600 users viewing on 1024x768. branding content add 80 pixels @ top of final movie , maybe 40 pixels @ bottom. branding surround capture content. so, here question. - should set main project to? suspect bigger 800x600 since have account branding. i've read "resize project" feature , wondering whether need use feature make modifications. any , clarification appreciated, lisa if @ possible, try insist on simplified branding scheme works within existing project. you're describing limit amount of space have available work with. if still must use branding scheme described, must determine target size finished movie , capture in captivate @ size minus amount of space needed branding , playbar (assuming you're using skin). example, if want final movie 1000x900, should capture @ 1000x745. allows 120 vertical pixels bran...

Display vom 24" iMac - Raspberry Pi Forums

hallo zusammen, ich bin durch einen kollegen angefixt worden und habe nun auch eine kleine beere. ich werde einfach mal rumspielen, genauere vorhaben habe ich nicht. mal xbmc ausprobieren, dann sehen wir weiter. mich interessieren würde, ob jemand infos hat ob und wie man ein display eines defekten 24" imacs ansteuern kann. das panel scheint eine lvds schnittstelle zu haben, allerdings kann ich im netz nicht mehr dazu finden (speziell die ansteuerung eines panel aus einem alten 24" mac). habt ihr ggf. links oder gar erfahrungsbereichte? ist ne herausforderung, vielleicht gehts ja. gruß malte ich habe auch schon nach etwas gesucht (o; hier zwei links dazu: http://e2e.ti.com/support/interface/hig ... 39277.aspx http://www.embedded-know-how.com/images ... 230409.pdf ich habe bereits mit dem gedanken gespielt, ein fpga dafür einzusetzen, allerdings muss es schon die hohen transferraten unterstützen. aber leider fehlt wie immer die liebe zeit (o; raspberrypi

LCD Keypad Module

hi everyone.  i using following lcd keypad arduino board.  http://www.ekitszone.com/index.php?main_page=product_info&cpath=1&products_id=2&zenid=ff52350418694ee2e2494a13f32c8fe6    i finding difficult understand logic how differentiate between different keys on board left key, right key...........  if has worked keypad before, please let me know.   thanks! i haven't worked it, there download on page linked has library , example code. have had @ yet? Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > LCD Keypad Module arduino

Raspberry Pi Forums - Login

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 raspberrypi

PROGMEM and Serial.print

is possible c++ function overloading tell difference between a string in progmem , "normal string" in ram?  casting typedef "prog_char" (as defined in pgmspace.h) doesn't seem sufficient (i guess both resolve same basic type far c++ concerned?) i wondering myself, , little sketch seem show answer "yes": code: [select] #include <avr/pgmspace.h> char string[] = "string1"; char progmem pstring[] = "string2"; class foo { public:  void f(char *p)  {    serial.print("in char * version of f: ");    serial.println(p);  }  void f(pgm_p p)  {    char buf[20];    strcpy_p(buf, p);    serial.print("in pgm_p version of f: ");    serial.println(buf);  } }; void setup() {  foo f;  serial.begin(9600);  f.f(string);  f.f((pgm_p)pstring); } void loop(){} mikal Arduino Forum ...

Program space in the Arduino

i have worked pic18s in past.  the model worked had 32k of flash.  i using default atmega8.  i know has 1/4 of flash pic seems there little space available. i have done if else statements, timer interrupt, a/d call , transmit function.  i had change math integer because not handle floats.  in past experience had 7 order polynomials , used floats extensively pic18.  it not seem doing should take space. any thoughts thanks what language did use on pic? do know latest arduino board has 16kb of code space? remember arduino oss project , it's using avr-gcc might not efficient compiler on earth. massimo Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Program space in the Arduino arduino

FPJ Files Wiped Out! NO Backups - How Do I Recreate Them!

hello robohelp gurus! i hope you're doing pre-memorial day weekend! i have serious dilemma hope can out at. i have robohelp project on 800 word documents converted html. reason, missing whole folders of documents. upon inspection, see files in source control, don't display in project (once viewing in "project" tab") i noticed .fpj file empty though. there way of recreating fpj file, or there other way retrieve fpj file these files redisplay in project? any help/insight can provide appreciated! -yaseen need more info. from post sounds have project source files stored on network drive. pulling files network drive , working on local drive? or working project across network? if in source control, can check of them out onto local drive? regards, gewb More discussions in RoboHelp adobe

Multi switch trigger

evening gents, i hope assist me, speed things drastically. trying use arduino mega triger multiple logic level mosfets. (22 in total) each of these switch on array of leds on seperate supply. what want achive toggle these leds on , off @ high speeds  to form random patters out of sync each other. any code appreciated. even starting point of ref great. next question : control intensity of leds turning them on , of in mil. sec. simmulate dimming effect? thank you quote could control intensity of leds turning them on , of in mil. sec. simmulate dimming effect? that's how pwm pins used control intensity. on , off triggered @ regular intervals. quote what want achive toggle these leds on , off @ high speeds  to form random patters out of sync each other. turning leds on simple matter of setting appropriate pin high. code: [select] digitalwrite(mospin, high); Arduino Forum > Forum 2005-2010...

Linux: serial port, Arduino reset, avrdude

please: article howto , needs revision , improvements. thanks. references: (1)  man page termios(3), (2) http://www.gnu.org/software/libc/manual/html_node/low_002dlevel-terminal-interface.html#low_002dlevel-terminal-interface (3)  arduino forum articles. ** dtr line , reset arduino ** linux "lower modem control lines" when hangup. hangup implies dtr goes low. linux hangup serial line when speed set b0 or line closed , hupcl set. ** programming serial port ** serial interface recognize , trasform many special character , events in input , output. i use following termios flags in order communicate in "raw mode", serial port does not apply transformations ("non canonical mode"). ignbrk, brkint , parmrk set 0 a break condition in input read linux sequence 0xff 0x0 0x0 istrip set 0 does not strip eighth bit. need whole byte long character. inlcr, igncr , icrnl set 0 does not translate nl (new line) cr (carriage return) or viceversa. does not drop cr i...

Library NewSoftSerial and use USB Serial

hi, have scott edwards lcd backpack. have had use newsoftserial library se backpack uses inverted signals. i new arduino , cant work out how send data , throw via usb serial @ same time. the programme using below , can see has declared pin 2 , 3 rx , tx. why cant send data serial monitor? can tell me how use serial monitor via usb while using programme. thanks simon code: [select] #include <newsoftserial.h> #define rxpin 2          // unused, necessary create 'lcd' object #define txpin 3 #define inverted true    // impossible standard software serial library newsoftserial lcd(rxpin, txpin,inverted);  // set new inverted serial port on pins 2 , 3 void setup() {  pinmode(rxpin, input);    // define pin modes tx, rx:  pinmode(txpin, output);  lcd.begin(9600);  delay(100);               // necessary wait after powering up  lcd.print(254,byte);    ...

Flummoxed

sorry if has been resolved already, i've searched forums , although there lots of references, can't find answer. please don't beat me up! i trying burn bootloader atmega328 using instructions in http://arduino.cc/en/tutorial/arduinotobreadboard - minimal circuit (eliminating external clock), arduino 0021, arduinoisp.pde, , duemilanove. the sketch loads duemilanove ok when trying burn, these errors - avrdude: stk500_getsync(): not in sync: resp=0xf0 avrdude: stk500_disable(): protocol error, expect=0x14, resp=0xf0 the clue have sketch says // windows users should consider winavr's avrdude instead of the // avrdude included arduino software. (i'm using vista). only trouble have no idea how configure this, , can't find guide. tia selby quote but when trying burn how?  through ide? Arduino Forum > Forum 2005-2010 (read only) > Software ...

Video files in captivate

Image
i using video files (flv or smf-animation) in captivate projects - when publish project swf-file videos not integrated file delivered file - dont know how change - have 1 swf-file video integrated - can - in captivate works, dont know make work in captivate 2 hi mikeldent , welcome our community if files .flv, don't believe there way include them. .swf variety, think included in main .swf if choose publish version 6 flash format. if have flash, might able convert .flv .swf , include way. i'm unsure how work. cheers... rick More discussions in Import/Export adobe

Writing porgram to the transmitter Xbee Maxstream

i have basic knowledge on c programming. have written simple program on arduino duemilanove atmega168. right now, wish upload program transmitter xbee maxstream, can give me guidance on it? stuck few days on programming. please help, (: quote i have basic knowledge on c programming. quote i have written simple program on arduino duemilanove atmega168. if you've gotten editor, compiler, , linker fit on duemilanove, along keyboard support, , able write programs on duemilanove, i'd have more basic knowledge of c. congratulations. quote i wish upload program transmitter xbee the xbee radio. how expect able execute program? program compiled xbee? Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Writing porgram to the transmitter Xbee Maxstream a...

Connecting to network storage attached to router (RaspBMC) - Raspberry Pi Forums

Image
hi 1st of - have been playing around ubuntu previously, console in regard. arm cpu , different kind of os available rpi confusing search.finding lot, nothing specific problem. either rasbian wheezy or how set rpi nas. i've been googling , youtubing answer how connect network storage device, connected usb port of router. find in windows 7, in other threads i've seen need mount through samba (i guess), not sure adress it, besides spilt in 2 partition called "drive_a1" , "drive_a2". when in raspbbmc searching network drive, gives me error. how console show, , need mount it? hoping our help, been searching last 24h. in advance what kind of nas attached routers usb port ? mean router enables usb hdds function nas help of internal features ? ghans raspberrypi

Serial.print() VS File.print()

Image
hy guys, so, have not many experience... , question may silly... i wanto log data coming out form currentcost energy meter. i can see data coming out currentcost connected softwareserial pin rx. data clean , readable. ÿÿÿÿÿÿÿÿÿÿÿÿ                   <msg><date><dsb>00082</dsb><hr>20</hr><min>34</min><sec>05</sec></date><src><name>cc02</name><id>02859</id><type>1</type><sver>1.06</sver></src><ch1><watts>00184</watts></ch1><ch2><watts>00000</watts></ch2><ch3><watts>00000</watts></ch3><tmpr>25.6</tmpr></msg> i can write info , run exemple sdfat. when mesh serial.print(nameofvariable) , sd operation (open file or file.print(nameofvariable)) data came not readable in terminal , on file. log data on file of sd, cannot read (as ...