Posts

breadboard pcb module

ciao tutti! ho di recente acquistato delle breadboard pcb module   http://store.arduino.cc/it/index.php?main_page=product_info&cpath=11&products_id=190 e sto iniziando saldare per trasferire alcuni progetti in modo definitivo e liberare così la breadboard vera e propria. il mio quesito è molto semplice e potrei anche rispondermi da solo iniziando saldare ma non volevo "sprecare" una breadboard pcb module. il funzionamento delle breadboard pcb module rispecchiano il funzionamento delle breadboard normali? ovvero se io saldo 5 volt sul primo foro della linea "+" il segnale viene trasferito su tutta la linea? di conseguenza trasferendo un segnale sulla linea "a1" x esempio questo viene diffondersi su tutta la linea orizzontale? grazie mille! esatto, è come usare una breadboard normale. comunque, sul retro non puoi verificare quali piazzuole sono connesse tra di loro? Arduino For...

Unlock car with bluetooth and car key

hi, we looking redo of project in arduino. advice on components use, , trouble might run in to. project goes follows: we want unlock car smartphone (eg iphone), in car, there box containig arduino chip, connected unlock functionality of car. want use bluetooth communicate car. want keep cheap possible. quote what basic arduino board should use? the board needs relays to activate electronics , should able connect bluetooth module (and battery). should have capacity run encryption algorithm security.. quote what bluetooth module should use? the module should able connect board. consume lot of battery? have intuitive interface towards iphone , android? bluetooth recommended or have security issues? i appreciate input community, first arduino project :-) regards, mathi quote from: mathi on jun 24, 2013, 06:12 pm it should have capacity run encryption algorithm security.. in view requirement factor of hundred more difficult rest of project put together. design...

Is this usb microhub compatible with Pi - Raspberry Pi Forums

Image
is iogear usb microhub compatible pi iogear usb micro hub model num: guh174 4 port usb hub thanks download.jpg (2.41 kib) viewed 694 times probably work need powered usb hub sure raspberrypi

Rasperry Wifi LAN Controller - Raspberry Pi Forums

i'm looking way roaming = 0 in lan, can't figure how it... i'm looking in hostpd.conf , here 802.11r / iapp etc... has managed roaming = 0 system? got lan multiple wired pi ap running in bridge mode eth0 , wlan0. separated ssid, , time change 1 other long. please advice me, thanks. br i have not tried setting pi access point wireless admin , note seem saying each pi has separate ssid. mean device needs learn every pi's ssids , not roam new pi until connection previous 1 gets bad, @ point device re authenticate next pi, causing drop , reconnect, not roam. wireless roaming want use extended service set (ess) , have each pi using exact same ssid, client doesn't need reauth or , can associate same ssid different pi. of course want make sure each pi set different wireless channel don't interfere each other. sorry can't offer more point in right direction. raspberrypi

imageDrawText alignment

i'm struggling functionality of imagedrawtext. i'd able 2 things: 1. there way make text align right or center? 2. i'd create text string, it's exact length , paste onto image. any appreciated. sounds perfect job imageutils cfc ray camden/ben nadel: http://imageutils.riaforge.org/ azadi saryev sabai-dee.com http://www.sabai-dee.com/ More discussions in Advanced Techniques adobe

Playing audio with arduino

i doing light project music, , looking way play audio arduino. looked wave shield low quality. there way trigger computer or mp3 player play? or interface better audio player arduino? using arduino uno, if needed upgrade. quote is there way trigger computer or mp3 player play? there mp3 shields available. one. it possible send serial data pc, , have application there listening data, , play appropriate mp3 file, keeps tethered pc. and, requires write program on pc work. Arduino Forum > Using Arduino > Project Guidance > Playing audio with arduino arduino

What can I salvage from this chinese android tablet

i own http://www.slatedroid.com/topic/1522-gome-flytouch-also-known-as-epad-specifications/ tablet, has specs: specifications: type?touchscreen tablet materials?plasticscolors?white / black camera: 0.3 megapixel (some have reported no camera in units, there's slot) screen?7" resisitive touch screen @ 800*480(16:9 )operating system?android 1.6cpu?via wm8505 ram?256mb ddr2flash rom?2gb expansion memory?sd/sdhc/mmc 32gb network connectivity?wifi or ethernet (rj45) sensors: accelerometer (supports rotation) vibration: yesbattery capacity?2400mah ports?usb 2.0 host /usb 2.0 device port/3.5 mm headphone jack sound: internal microphone , speakers battery dont last nothing, , os, pretty slow, ideas on can salvage future projects? open hear ideas! quote from: aleza on jun 17, 2013, 05:13 pm battery dont last nothing, , os, pretty slow, ideas on can salvage future projects? your dignity? Arduino Forum ...

Seeeduino NFC SPI library

hello, i have received seeeduino nfc shield.  have tried download seeeduino nfc library library not appear complete , despite unzipping file arduino library file there no examples appearing in arduino ide.  has come across problem , been able use library?  using arduino mega 2560. kind regards. quote i have tried download seeeduino nfc library from where? Arduino Forum > Using Arduino > Programming Questions > Seeeduino NFC SPI library arduino

Rotate movie clip with a button mouse over?

if has ideas how code this, it'd appreciated. i have 1 frame swf few buttons , 2 movie clips of wheel. wheel needs spin when mouse on buttons , stop when not hovering. i tried setting property rotation of clip on roll over, doesn't move wheels continuously or stop lands. anybody have ideas? thanks! i think easier make button movie clip, unless have, job. try this: wheel.onrollover = function() { wheel._roration = wheel._rotation + 25; } wheel.onrollout = function() { wheel._roration = wheel._rotation + 0; } whell.onpress = funciton() { /*what want do*/ }; that suggestion. More discussions in ActionScript 1 and 2 adobe

8.0.2 other update problem

i'm having problem 8.0.2 update haven't read of in forum : after upgrading, menus contains strange characters instead of letters accents (i'm running french on french windows xp pro). example, fenêtre (window) has become fenêtre (i hope these characters show after posting message). characters on splash window , panels corrects, though. ideas going wrong ? if rename dw 8 user configuration folder, problem go away?: c:\documents , settings\<user>\application data\macromedia\dreamweaver 8\configuration close dw , rename "configuration" "configurationold". restart dw. david alcala adobe technical support More discussions in Dreamweaver support forum adobe

DVR live stream

hi every body need try view live video dvr connected via local network , has ip , there 8 cameras connected dvr want use flash media server streaming today have released dvrcast enable dvr functions within flvplayback , within flash media live encoder.   you can download update flvplayback 2.5 (v2.5.0.15) http://www.adobe.com/go/fms_tools/   read more here: http://blogs.adobe.com/ktowes/   learn more developer connection: http://www.adobe.com/devnet/flashmediaserver/articles/live_dvr_pt2.html More discussions in Adobe Media Server adobe

ATMega1284P internal functions + digitalWrite

i using atmega1284p on custom bobuino board, rf24l01 radio module. the module uses spi , have chosen connect csn chip select pin bobuino pin 29, connects atmega1284p port c pin 7. this port named "pcint23/tosc2_pc7" , corresponds 1284 pin 29. i need use pin control on/off slave select of rf module, have declared: pinmode(29,output); and use digitalwrite set high or low. in setup function of sketch set pinmode , set low active. my loop function this: void loop(void) {   radioreceive();   radiosend();   delay(5000); } where receive , send functions radio communication. program loops once fine , chip select goes automatically high , turns off module. tried using digitalwrite set cs pin low , see in beginning of loop (second time , every time after second) , after running each radio function uc tries set pin high , fraction of second goes high , it's set low because give digitalwrite low command. i can't seem understand if cs pin set high default...

CSS path names for images - Joomla! Forum - community, help and support

hi, i building new template, it's first have done joomla. all going reasonably well. having problem pathnames graphics in css used template. i using mac , when view home page locally using: http://192.168.0.2/~name/sitefolder the graphics rendered. when click on link following domain used (by apache/mac?): http://computername-computer.local/~nam ... r/index?.. . and graphics disappear. the css created looks in template_css.css file: .bar { background: url(../images/bar.gif) no-repeat; } .logo { background: url(../images/logo.gif) no-repeat; } the path names same in default templates. looks caching problem. if click on browser reload button 2 or 3 times changes take effect. come think of it, seem remember issue safari , css. doh! Board index Joomla! Older Version Support Joomla! 1.0 Templates & CSS - 1.0.x

Thread: Install XP via Ubuntu Partition

hi ive got acer aspire 1 laptop running ubuntu, run triple boot setup xp , ideneb hackintosh. have hdd partitioned 10gb ubuntu, 20gb ideneb, 15gb xp, , 5gb install partition question how go install windows , ideneb 5gb install partition have no external cd/dvd drive you can install via usb or flash drive...see either or below... http://www.liliputing.com/2008/04/in...-note-usb.html http://www.liliputing.com/2008/04/in...-note-usb.html option 2 short , easy option 1 goes great detail on updating , configuring xp after install. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] Install XP via Ubuntu Partition Ubuntu

Hauppauge WinTV-HVR-950Q on Raspbian - Raspberry Pi Forums

Image
i unable view video using mplayer (or other viewers) on rapsbian (3.13.0-24-generic) using composite input on hauppague wintv-hvr-950q on rpi. 950q works fine in ubuntu using mplayer. have read numerous postings , sounds should working. have rpi model b, powered usb 2.0 hub, , i've installed required firmware in /lib/firmware. used dmesg confirm firmware detected , installed. i've tried many combinations of command line options mplayer. here example command , error response... mplayer tv:// -tv driver=v4l2:device=/dev/video0:normid=0:noaudio mplayer2 unknown (c) 2000-2012 mplayer team mplayer: not connect socket mplayer: no such file or directory failed open lirc support. not able use remote control. playing tv://. detected file format: tv selected driver: v4l2 name: video 4 linux 2 input author: martin olschewski < olschewski@zpr.uni-koeln.de > comment: first try, more come selected device: hauppauge hvr950q tuner cap: stereo lang1 lang2 tun...

USB to Serial driver installation error on AMD processor

hello i have 2 intel-based computers on usb-to-serial driver installs successfully. when try same on friends 2 amd-based computers both receive error: "a service installation section in inf invalid". all computers run windows 7. there bug/misspelling in arduino.inf amd maybe? is there has usb-to-serial driver installed on amd equipped computer? regards peter Arduino Forum > Using Arduino > Installation & Troubleshooting > USB to Serial driver installation error on AMD processor arduino

Template Installer - Joomla! Forum - community, help and support

hi i'm new here , beginning use joomla - however, wanted install different template, or @ least @ available. but, when click on site, template manager, not include install.  yes, have latest version of joomla installed. thank you, ravenfcf ravenfcf wrote: hi i'm new here , beginning use joomla - however, wanted install different template, or @ least @ available. but, when click on site, template manager, not include install.  yes, have latest version of joomla installed. thank you, ravenfcf then should pick new , should install language @ point. regards dave Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

madeyourweb template changes and inconsistancies b/t mac and pc - Joomla! Forum - community, help and support

hi again, after final requests make few changes template, once again stumped css quandry. 1) know in css change ground (roll over) colour of point 1 , grey colour in point 2 in image screen shot one. 2)where change font colour in point 3 in image screen shot 2 and finally i using flash rotator module in banner area of madeyourweb, appears inline o.k in i.e. 6, in mozilla/safari, moves right past border (blue line).  2 examples ie6 , moz images attached.  (sorry did name point 3, point 4).,.,., cheers wacl3 1) wanna here... in template_css.css a.mainlevel:hover, a.mainlevel#active_menu { background: #f1f1f1; text-decoration: none; } and in css_color_green.css a.mainlevel:hover, a.mainlevel#active_menu { border-right: 4px solid #669e83; } 2) logon box? try changing label{}; declaration , put in color want... and have no idea flash rotator, sorry... and vacation great! asking... i'm in europe , old grind, say... time pretty focused on monster-of-a-job change here in couple mon...

Thread: True differences of Vi vs VIM?

what difference between vi, , vim? what's difference? mean, have never tried it. different? there still same commands like: :wq :q :q! dd dw 2dw etc? http://en.wikipedia.org/wiki/vim_(te...ements_over_vi basic commands mentioned same, it's snazzy stuff new. syntax highlighting etc. oh , things never new, vim ( not vi ) initial made amiga ported unix. amazing. Forum The Ubuntu Forum Community Ubuntu Community Discussions The Cafe True differences of Vi vs VIM? Ubuntu

pi3d - Fastest way to do dynamic text - Raspberry Pi Forums

i wish have 3d graphics in background number text in foreground. number text position , attitude data needs updating @ reasonable rate. changing single piece of text consumes processing power. have many numbers update , pi going suffer. @ each screen refresh doing following: code: select all pstr = "%01d" % pitch pitch_string = pi3d.string(camera=hud_camera, font=hudfont, string=pstr) pitch_string.translate(1.2, 0.7, 2) pitch_string.set_shader(flatsh) pitch_string.draw() [code] using uv_flat shader 3d on. creation of new string appears add processing demand. correct create new .string object or there function re-use old one? there benefit? understand creating font object pre-renders whole font , text object points right bits of rendered font map. can't see obvious way of speeding new text object generation. maybe 2d text rendering help. not sure have found magic combination switches text rendering 2d. whatever have done result in same processor load...