Posts

Showing posts from August, 2010

Thread: couple of 9.10 questions

Image
had big time issues upgrading ever reasons, backed data , did clean install of 9.10. have got want - repositories, programs, etc. few questions. 1)my graphics on desktop seem ultrasimplified , drab (yes, settings on extra). ill see if can figure out how attach screen shot. 2)no sound? remember having issue when first installing ubuntu few releases ago, , cant remember did resolve it. attached images screenshot.jpg (80.2 kb, 25 views) hi looks default install theme. go system> preference>appearance , change theme, background whatever like. or install new theme. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] couple of 9.10 questions Ubuntu

Thread: ndiswrapper (iw_set_auth:1602): invalid cmd 12

Image
i cannot connect using ndiswrapper , wpa security. dmesg gives me message in title. there bug here https://bugs.launchpad.net/ubuntu/+s...er/+bug/459716 googling not come info. has experienced problem before? have zenwalk installed on separate partition , there ndiswrapper works same driver. ugh. hit exact problem upgrading 9.04. worked fine before upgrade, invalid cmd 12. wife not @ happy it's front end mythtv dvr, no watching recorded tv until it's fixed. heeeeelp Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] ndiswrapper (iw_set_auth:1602): invalid cmd 12 Ubuntu

Connect 5V pin to external 5V regulated power

Image
hi, i see people saying can damage arduino or usb port, other people it's totally safe. here it's: powering arduino 5v regulated external power using 5v pin of arduino. need connect arduino computer using usb debug code. question is: keeping arduino powered 5v external regulated power @ same time usb connected, damage arduino? the "10 ways destroy arduino" not , many people damage , others looking @ datasheet of arduino uno (i think it's datasheet of atmega) cause no problem. so truth? the truth both      i time, has consequences. 1 ) 5v regulator power supply can introduce lot of noise, or voltage can 5.5v. there many bad power supplies out there. use , safe , certified power supply. 2 ) in cases voltage regulator on arduino board blown. prevent that, add diode (a normal 1n4007) 5v pin vin pin. or solder directly on 5v voltage regulator. 3 ) current can flow usb bus computer. arduino uno checks vin, , if above 6.6v, usb power turne

Thread: 9.10 softwarecenter slow download

hi im downloading somsing in software center , download taking long time got 8/586 internet werry slow download it release day, servers bloated requests. try changing server download in "software sources". Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [all variants] 9.10 softwarecenter slow download Ubuntu

Database Issue! URGENT - Joomla! Forum - community, help and support

hello, by mistake replaced "includes" folder local server, , they're differently configured, when installing modules, keep on getting error in database.php file, can't re-install stuff on web server because have admin template , web template made me, , still can't find way them rightly installed, anyway, need know if can configure "database.php" , modifications, please it's urgent! you should able delete , replace current includes folder includes folder same version of joomla. you can download full package of same version installed, unzip package , use ftp transfer includes folder i not aware of file in includes folder unique 1 site another. differences in exact joomla version 1.0.11 or 1.0.12 etc if same version, expect fault elsewhere. the error message maybe provide info Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Thread: Hard drive detected only sometimes

i'm having issue since i've installed karmic final (amd64). during installation, using desktop install cd, 1 of hard drives being detected sometimes, let's 1 out of 5 tries. proceed installation once detected i'm having same behavior in new installed karmic. let me never happened before, 9.04 installation fine , i've tried jaunty livecd see happens , show both hds every time. odd i've noticed when start in recovery mode can see both hds always. problematic hard drive sdb, when not detected palimpsest disk utility can't see it, neither gparted. hd has bad sectors, isolate damage area , not formated (see gap between end of sdb2 ant start of sdb3). never have problem since i've done this. every time boot works fine. sdb1 has w7 sdb2 has xp sdb3 storage (ntfs) sdb4 storage (ext4) info, fdisk -l (when both detected): code: disk /dev/sda: 320.1 gb, 320072933376 bytes 255 heads, 63 sectors/track, 38913 cylinders units = cyli

need a new coloumn in the template (RT Sporticious) - Joomla! Forum - community, help and support

Image
hello, i need new coloumn in template. using rockettheme's sporticius template. , want add new coloumnt next user6 in order put flash banners. or there chance add these banner codes external, mean editting index.php. if how? put. need cuz newbie. in advance since have rockettheme club template , of course paid it, why not ask them, on forum ?  Board index Joomla! Older Version Support Joomla! 1.0 Templates & CSS - 1.0.x

Thread: Unable to play DVDs

i can't seem play dvds. i've downloaded every codec under sun , yet still can't play them. i've installed vlc, plays them sound jittery , video black, not working @ all. if use totem, comes asking me if have permissions read it, have no clue sort out, i've tried using sudo nautilus , navigating , still won't work. not sure permissions make sure have installed dvd playback. did quick search , found this: http://ubuntuguide.org/wiki/ubuntu:karmic#cds_and_dvds if have installed packages i'm not sure should do. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] Unable to play DVDs Ubuntu

Let the printer handle the colors

if select let printer (xerox docucolor 3535 using splash 3535) handle color management instead of photoshop, results. otherwise cm done twice , way color (mostly magenta). i'd same option in acrobat. there option sounds it, doesn't deliver same results. how can done? test if works, print same image directly ps(cs3) place indesign pdf , print directly acrobat(9). thanks lot! background: dov isaacs of adobe told me let application handle cm xerox here yesterday , insist printer cm. either way, acceptable results if printer handles it. in preferences go color management pane , turn color management off. mike More discussions in Acrobat Macintosh (read-only) adobe

Explain code example - Raspberry Pi Forums

can explain going on in code example? bought kit sunfounder , terrible job of explaining project examples. book has wiring diagrams , code go along it. wrote code knowledge have, , did in 150+ lines of code, did in 50. it's shift register wired 7 segment display, , displays 0 - 9, - f in loop. don't understand hexadecimal thing in hc595_shift(dat) , loop(). code: select all #!/usr/bin/env python import rpi.gpio gpio import time sdi = 11 rclk = 12 srclk = 13 segcode = [0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f,0x77,0x7c,0x39,0x5e,0x79,0x71,0x80] def print_msg(): print 'program running...' print 'please press ctrl+c end program...' def setup(): gpio.setmode(gpio.board) #number gpios physical location gpio.setup(sdi, gpio.out) gpio.setup(rclk, gpio.out) gpio.setup(srclk, gpio.out) gpio.output(sdi, gpio.low) gpio.output(rclk, gpio.low) gpio.output(srclk, gpio.low) def hc595_shift(dat): bit in range(0, 8)

Problems mounting NAS to Jessie - Raspberry Pi Forums

i'm sorry horrible noob question. i'm new linux, raspberry, , programming. i'm stuck trying mount nas rpi2. want share media files plex server installed on pi. did fresh jessie install noobs. i'm using pi headless can easely hook screen , keyboard. if understand right, need create folder on pi mount nas to. in can temporarily mount nas mount command, need edit /etc/fstab make connect @ boot. ip of nas 192.168.11.29 , in windows path \\mybooklive\ (i not see ip in windows). nas wd livebook 2. according manual supports cifs/smb, nfs, , afp. want mount folder /public not seem need login. tried many guides i'm not able mount drive ssh terminal. if try find drive in file browser of gui can acces without problems, connection should fine. tries may guides dont know there start now. can please help? try adding fstab (make sure press return @ end of line), replacing /home/pi/yourfolder location of want mount nas. code: select all //192.168.11.29 /home/pi/yourfol

Frequenza massima transizioni HIGH / LOW

il mio primo topic su questo forum Ăš proposito di un argomento che non ho trovato nella community italiana. la domanda Ăš abbastanza semplice: qual'Ăš la massima frequenza di un'onda quadra che arduino puĂČ fornire su un pin output? non avendo l'oscilloscopio lo chiedo voi! se ad esempio facessi girare lo sketch (preso dal forum inglese): code: [select] while(1) { digitalwrite(7, high); digitalwrite(7, low); } quale sarebbe la frequenza dell'onda quadra associata? cioĂ© quella massima possibile, dato che non ci sono restrizioni di tempo nel ciclo while. questo problema nasce (come molti altri hanno giĂ  avuto) dal voler pilotare un cubo di led 5x5x5. e volevo quindi avere almeno un ordine di grandezza della frequenza per sapere se ci si imbatte nell'aliasing in questo caso con 125 led. l'atmel 328 arriva fino 20 mips (milioni di istruzioni per secondo), ma Ăš relativo perchĂš si parla di linguaggio macchina. nel tuo caso ogni istruzione

Thread: does not save on USB flash drive

hi, installed 9.10 on usb flash drive, not save -- no new user account, no configuration, files create openoffice -- seems whole ubuntu gets reset default when reboot machine. idea? thanks, ct what filesystems being used? if ntfs, need mounting ntfs-3g or else won't have ability write. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] does not save on USB flash drive Ubuntu

how to use an own plugin to add 3d-content

hi, i have started develop plugin acrobat 8.0 add kind of 3d-content existing model. tried somewhat, face problem can't find out how use plugin in acrobat javascript. added .api file in folder acrobat/plugins , plugin loaded. but can't find out how use methods of plugin. error: 'can't found [methodname]'. need use kind of prefix, or whatever. perhaps newbie question, can't find out in documentation. any fine! regards, ewout > face problem can't find out how use plugin in acrobat javascript. that's right. can't. > >but can't find out how use methods of plugin. you cannot use methods of plug-in. own internal use. a plug-in registers call backs. menu selections, but selecting tool, clicking on button, opening document, changing page etc. can register "idle" procedure run when acrobat not busy, @ intervals. plug-in code run, acrobat, @ these moments. aandi inston More discussions in Rich Media & 3D adobe

New to graphics programming - what to learn? - Raspberry Pi Forums

hi, have application revolves around 1024 x 1280 display (ie config sets screen rotated 90 degrees). application needs display jpegs in sequence, , page of text scroll. i'm using html , kweb3 this, passable, transitions between images clunky, , text scrolling isn't smooth. thinking can code need (since layouts simple anyway), , interface gpio, i've made electronics interface.. want achieve smooth transitions (fade or slide) between jpegs, , smooth text scrolling @ reasonable speed. far can make out, best chance of success may use openvg , ajstarks library, although there's called openframeworks i've encountered. have programming background in php/mysql, , know little c (low level pic programming). i've used python, i'm ruling out don't think there openvg libraries it. realise i'm going have learn new stuff, , prospect little daunting quite exciting! easiest language accomplish in? easiest language going give best performance, or isn'

Save from tools to pdf.

i can't save pdf file adobe acrobat 3d toolkit. can save rh, asc, rhm, u3d , odj formats. the 3d toolkit not save new file directly pdf. save file 1 of these file types, drop on acrobat 3d. acrobat 3d display 3d conversion dialog give control on conversion process. once file converted 3d pdf, can right click on active 3d annotation , select "edit in 3d toolkit..." context menu. temp file of 3d pdf opened in the 3d toolkit , can edit it. when save file, active 3d pdf updated. More discussions in Rich Media & 3D adobe

get 3D javascript working for different pages

i'm using of 3d sample javascript file found on: http://partners.adobe.com/public/developer/webseminars/index.html 3d working acrobat 3d javascript - part 1 (swf: 26 minutes) * sample files (zip: 4.7 mb / 19 files) i use costomizeddemo.js. works fine when import in other pdf's until want use on other pages. it works on page 1 not on page 2 or others. there must reference in code according page or annotation, can't find it. any idea? modify reference 3d model in javascript code uses current page rather first pages always. example: c3d=this.getannots3d(this.pagenum)[0].context3d; instead of c3d=this.getannots3d(0)[0].context3d; (assuming have 1 3d model per page, in statement above (0) page number -- zero-based, 0 first page -- , [0] model index, zero-based, 0 first model on page). shlomo perets microtype : framemaker/acrobat training & consulting * framemaker-to-acrobat timesavers fm-to-pdf assistants: navigation, form, presentation, multimedia &

Ping still require sudo after Jessie upgrade? - Raspberry Pi Forums

the announcement post , release notes state sudo no longer required ping. i'm running jessie on pi 0 , have updated new release , still need to use sudo ping?. upgrade using: sudo apt-get update sudo apt-get dist-upgrade i've rebooted , uname -a shows new release: linux pizero 4.1.17+ #838 tue feb 9 12:57:10 gmt 2016 armv6l gnu/linux result of upgrading rather clean install? tim the raspberrypi-sys-mods package update should have fixed that. 'sudo getcap /bin/ping' say? raspberrypi

Thread: Black screen after upgrade 9.04->9.10!

Image
now boots after few kernel messages screen switches black , stays way. based on disk activity know boots, screen black. ctrl-alt-f1 doesn't switch text either. looks problem graphics. have i810 chipset. thing before, in 9.04, had graphical artifacts (damaged fonts) , followed instructions here https://wiki.ubuntu.com/reinhardtart...teldriverto2.4 downgrade. after upgrade 9.10 figured have restore original xserver-xorg-video-intel, uninstalled xserver-xorg-video-intel-4.2 , installed xserver-xorg-video-intel. should xserver-xorg-video-intel installed in 9.10? xserver-xorg-video-intel supposed installed on 9.10? loading previous kernel 2.6.28 instead of new 1 2.6.31 makes graphics come back. mouse dead. how make work? this wasn't fixed? been issue long time, why couldn't upgrade on laptop ... hope there easy fix! Forum The Ubuntu Forum Community Ub

Joomlaboard Category and Forum Setup - Joomla! Forum - community, help and support

i installed joomlaboard 1.1.5 without problem.  trying set categories , forums.  set category top level shows up.  setup forum under thing shows category.  forum set not show. logged in admin on front end , have access use forum set registered.  while typing forum showed up.  setup forum under parent category created, set same way , 1 doesnt show up.  created category , wont show up.  ideas check or settings at?  thanks. i'm afraid it's bug, new session management caches permissions , doesn't refresh on creation of new forums. take 900secs before session updated. work around log out, visit forum , log in again. Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x Components

[svn:fx-trunk] 5220: New Transform effects to handle correctly doing Move, Rotate, and Scale operations simultaneously.

revision: 5220 author: chaase@adobe.com date: 2009-03-10 08:55:06 -0700 (tue, 10 mar 2009) log message: ----------- new transform effects handle correctly doing move, rotate, , scale operations simultaneously. also, added keyframe capabilities new effects system (necessary transform effects, shouldn't affect operation of other effects). fixed various issues effects/transition infrastructure necessary. added transform utility functions uicomponent, advancedlayoutfeatures, , graphicelement. qe notes: break existing new effects tests due changes in core animation , animationevent classes, qe disabling them , add them in changes made. doc notes: none bugs: reviewer: ely (transform utilities) , jason (the rest) tests: checkintests, mustella tests/effects, tests/listdataeffects modified paths: -------------- flex/sdk/trunk/frameworks/mxml-2009-manifest.xml flex/sdk/trunk/frameworks/projects/flash-integration/src/mx/flash/uimovieclip.as flex/sdk/trunk/frameworks/projects/flex4/mani

wlan0/wlan1 routing/performance issue - Raspberry Pi Forums

dear raspberry experts, struggling problem quite on month now. after testing (i possibly think of) hope here has clue wrong in setup. want build portable hotspot/repeater. purpose bought 2 usb wifi dongles (ralink rt5372) external antennas, plugged in raspberry (pi1 rev. b, tested new pi2). setup looks this: code: select all public/hotel wifi (192.168.178.x) <--a--> [pi/wifi1 (192.168.178.70), pi/wifi0(10.0.0.1)] <--b--> clients (10.0.0.x) set following many of repeater tutorials , tested raspbian wheezy , jessie. using jessie raspbian-ua-netinst, nothing should interrupt. configured interfaces follows: code: select all allow-hotplug wlan0 auto wlan0 iface wlan0 inet static address 10.0.0.1 netmask 255.255.255.0 allow-hotplug wlan1 auto wlan1 iface wlan1 inet dhcp wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf hostapd configured: code: select all # 1. device act ap interface=wlan0 driver=nl80211 # 2. parameters daemon runs ctrl_interface=/var/run/hostapd ctrl_i

Thread: Karmic xmms2 ape support

i'm trying play ape file xmms2. installed xmms2 apt-get install xmms2, , install ape file plugin: apt-get install xmms2-plugin-apefile. after adding ape file playlist: xmms2 add apefile.ape , found apefile.ape not in list actually. should fix issue? don't bother, got it. apt-get install xmms2-plugin-all done! Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Multimedia Software [ubuntu] Karmic xmms2 ape support Ubuntu

[svn] 946: Follow on to my last checkin, added additional logic to account for cases when styles are requested but not found .

revision: 946 author: clucier@adobe.com date: 2008-03-26 17:03:25 -0700 (wed, 26 mar 2008) log message: ----------- follow on last checkin, added additional logic account cases when styles requested not found. addresses mustella breakage. modified paths: -------------- flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/datagridclasses/datagriditem renderer.as flex/sdk/trunk/frameworks/projects/framework/src/mx/core/uicomponent.as flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/styleprotochain.as More discussions in Commits adobe

Include file issue

below simple sketch illustrates ide behavior of unaware: code: [select] #include < avr/io.h> void setup() {   // put setup code here, run once: } void loop() {   // put main code here, run repeatedly: } this code not compile on 1.5.8 of ide. note there blank space before header file name in #include directive. remove space , compiles without error. non-space in #include specified in standard, or implementation artifact? i think compiler looks all between braces. it's difference between "avr/io.h" , " avr/io.h", space part of string. Arduino Forum > Using Arduino > Programming Questions > Include file issue arduino

Table 'jos_content' is read only--Permissions error? - Joomla! Forum - community, help and support

hi.  have been having permissions related issues in recieve following error: code: select all notice: table 'jos_content' read in /opt/lampp/htdocs/includes/database.php on line 292 /opt/lampp/htdocs/includes/database.php:1183 /opt/lampp/htdocs/components/com_content/content.php:1704 /opt/lampp/htdocs/components/com_content/content.php:1513 /opt/lampp/htdocs/includes/cache/lite/function.php:100 /opt/lampp/htdocs/includes/joomla.cache.php:58 /opt/lampp/htdocs/components/com_content/content.php:50 /opt/lampp/htdocs/index.php:224 i have chmod'ed table jos_content 777 , reset test server (lampp) seems fix issue, error pops somewhere else, including jos_users and jos_banner after searching forums without resolution, im @ wits end.  how can resolve these issues without chmodding entire database 777? im using version 1.0.11 thanks! it's not kind of permissions. database user doesn't seem have write permissions database/table. fix depend on setup, quick googling should fi

[svn] 3689: asdoc updates

revision: 3689 author: mhorn@adobe.com date: 2008-10-16 11:32:34 -0700 (thu, 16 oct 2008) log message: ----------- asdoc updates modified paths: -------------- flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/textgraphic.as flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/graphicsclasses/textgraphiceleme nt.as flex/sdk/trunk/frameworks/projects/flex4/src/mx/styles/metadata/advancedcharacterformatte xtstyles.as flex/sdk/trunk/frameworks/projects/flex4/src/mx/styles/metadata/advancedcontainerformatte xtstyles.as flex/sdk/trunk/frameworks/projects/flex4/src/mx/styles/metadata/advancedparagraphformatte xtstyles.as flex/sdk/trunk/frameworks/projects/flex4/src/mx/styles/metadata/basiccharacterformattexts tyles.as flex/sdk/trunk/frameworks/projects/flex4/src/mx/styles/metadata/basiccontainerformattexts tyles.as flex/sdk/trunk/frameworks/projects/flex4/src/mx/styles/metadata/basicparagraphformattexts tyles.as More discussions in Commits adobe

[svn] 3504: New flag to allow a component to maintain a centered perspective transform , plus other minor transform cleanup.

revision: 3504 author: egreenfi@adobe.com date: 2008-10-06 23:44:07 -0700 (mon, 06 oct 2008) log message: ----------- new flag allow component maintain centered perspective transform, plus other minor transform cleanup. setting layout matrix or matrix3d resets transform x/y/z 0. setting component's x/y/z or calling move or setactualsize no longer blows away non-standard transforms (i.e., shear). uicomponents can maintain centered perspective transform. modified paths: -------------- flex/sdk/trunk/frameworks/gumbo-manifest.xml flex/sdk/trunk/frameworks/mxml-2009-manifest.xml flex/sdk/trunk/frameworks/projects/flex4/manifest.xml flex/sdk/trunk/frameworks/projects/framework/src/mx/core/advancedlayoutfeatures.as flex/sdk/trunk/frameworks/projects/framework/src/mx/core/uicomponent.as flex/sdk/trunk/frameworks/projects/framework/src/mx/geom/compoundtransform.as flex/sdk/trunk/frameworks/projects/framework/src/mx/geom/transform.as added paths: ----------- flex/sdk/trunk/fra

Ground bus for a bunch of LEDs? (8)

Image
a bunch 8 arranged in circle 2" (5cm) in diameter. i've run some difficulty wiring these i'd share plans here because i've  gotten helpful recommendations. the leds glued holes in acrylic box base portion above surface of acrylic. mounted on underside of lid movement between leds , connection pcb expected, during construction. plans supply lead bend leg of led parallel underside of lid , few mm above it. solder stranded wire leg , cover solder joint shrink wrap. plan put dab of hot melt glue on base of led act strain relief legs.near hinge snub leads lid there no movement @ led. (lead, lid, led... did type of correctly on first try?  ) run leads around circle, binding them either more shrink wrap or zip ties (or perhaps cable lacing.) i same ground leads, seems waste of wire since connected together. i'm thinking decent way provide common ground connection 8 leds. first attempt included bare wire bent in circle , soldered ground leg of each led. connect

random image - Joomla! Forum - community, help and support

help...! ik heb gedaan wat ik kon, maar op een of andere manier houdt iets t tegen dat de standaard joomla module random image in m'n header getoond wordt. ik heb al wel wat hulp van deze en gene gehad, maar blijkbaar heb ik een vrij gecompliceerde template waar t aan zou kunnen liggen. ik heb zelf nu eens rustig zitten nadenken en ik vermoed dat t niet eens zozeer in mn template zit, maar in iets simpels dat ik on t hoofd zie. daarom heb ik maar eens t deel van de header uit de index.php van mn templatefolder geknipt:                 ik moet eerlijk toegeven dat ik hier zelf niet heel veel uit kan opmaken, maar wellicht er hier wel een slimmerik die me een beetje kan helpen??? alvast vriendelijk dank! sjaak weet je zeker dat het pad naar je afbeeldingen wel goed lijkt me niets van doen te hebben met de code die je hier hebt gepost. om dit uit te sluiten kan je zelf een modu

openwrt-yun compile in ubuntu 12.04 fail

hi all, i tried build openwrt-yun on ubuntu 12.04 , unfortunately failed. because package opkg find libcurl. here log: checking curl... configure: error: package requirements (libcurl) not met: no package 'libcurl' found consider adjusting pkg_config_path environment variable if you installed software in non-standard prefix. alternatively, may set environment variables curl_cflags and curl_libs avoid need call pkg-config. see pkg-config man page more details. make[2]: *** [/media/opt/arduino/openwrt-yun/build_dir/linux-ar71xx_generic/opkg-618/.configured_yyyy] error 1 make[2]: leaving directory `/media/opt/arduino/openwrt-yun/package/opkg' did meet issue before? btw: know recommanded use debian, why not ubuntu. ubuntu more popular os developing. thansk is curl library installed? Arduino Forum > Products > Arduino YĂșn (Moderator: fabioc84)

Changing I2C address- software - Raspberry Pi Forums

hello, working 4 vex integrated motor encoders hooked i2c port. because multiple of same sensor, appear having same address when check ports in terminal using code: select all sudo i2cdetect -y 1 addresses appear code: select all 0 1 2 3 4 5 6 7 8 9 b c d e f 00: -- -- -- -- -- -- -- -- -- -- -- -- -- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 30: 30 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 70: -- -- -- -- -- -- -- -- there nothing physical can minipulate on sensors change address, , vex cortex changes address sort of software command. how able on pi? connect them 1 @ time , change addresses different. raspberrypi

Code or Equipment Problem

hey guys, i'm little new coding, , i'm trying create dart game scoreboard. long story short, need 1 button light 3 different led's; 1 itself, two, 3 together. wondering if done regular push button, if can done messing around coding, or if had other suggestions on how done. that done button , state machine chosses state based on button push count. look @ state change detection example in ide , there numerous state machine tutorials. Arduino Forum > Using Arduino > Project Guidance > Code or Equipment Problem arduino

RAW-Vorschau in Bridge

hallo, wer kann mir bitte sagen, aus welchem verzeichnis bridge cs2 die erforderlichen daten zur anzeige der camera-raw-daten ausliest. trotz update auf camera-raw 3.7 (bisher 3.6) und kopieren dieser datei in alle relevanten verzeichnisse weigert sich bridge standhaft, mir nef´s meiner nikon d80 anzuzeigen. photoshop bzw. dessen converter öffnet diese bilder dann allerdings problemlos. bilder der Ă€lteren d70 werden von bridge (vers. 1.01.46) hingegen problemlos dargestellt. wurden die updates nicht richtig auf bridge abgestimmt? hat jemand Ă€hnliche erfahrungen vielen dank fĂŒr jeden hinweis bernhard hallo raw-fotografen, da ich hier keine antwort erhielt, habe ich zusĂ€tzlich das hds-forum bemĂŒht und bin auf die richtige spur gekommen. von gpo stammte der hinweis, den bridge-eigenen cache zu leeren (zusĂ€tzlich zu den oben beschriebenen vorgĂ€ngen). dies war bei mir der inhalt des unterordners thumbnail. nach erneutem programmstart tauchen die bilder dann auf. der cache-speicherort ka

Hvad betyder -1 0 osv - Joomla! Forum - community, help and support

hej nogen som kan forklare eller henvise til sted manual hvor det er forklaret hvad fĂžlgende gĂžr efter modulet: ,-1 ); ?> her tĂŠnker jeg pĂ„ -1 er modulnavnet ? med venlig hilsen morten hej mortennf, du kan se en beskrivelse af de forskellige muligheder pĂ„ help-sitet her: http://help.joomla.org/content/view/33/125/ Board index Joomla! International Language Support International Zone Danish Forum Ældre versioner (disse vedligeholdes ikke lĂŠngere fra officiel side) Joomla 1.0 (UdgĂ„et version, der blev aflĂžst af 1.5 i 2008) Template, CSS og Design

Arduino + SD + speaker

ciao, vorrei creare un progetto con intel galileo che suoni una canzoncina che si trova sulla scheda sd che ci ho inserito. su internet ho trovato questa libreria: tmrpcm.h. quando ho provato fare il programma mi Ăš venuto questo errore: "/arduino/libraries/tmrpcm/tmrpcm.h:17:19: fatal error: sdfat.h: no such file or directory". ho provato ad aggiungere la libreria ma non funziona ugualmente. cosa devo fare? potreste aiutarmi? perfavore rispondetemi il prima possibile. vi ringrazion in anticipo. la galileo non Ăš un'arduino. e' una scheda dalla intel che simula una arduino. devi utilizzare il software fatto posta per la galileo ( qui ) e non tutte le librerie che trovi su internet sono compatibili. Arduino Forum > International > Italiano > Generale (Moderator: leo72) > Arduin

Drawbridge Project, LEDS aren't turning on.

hello, i'm in first basic engineering course in college , i'm learning how use arduino. i'm using arduino uno processor, , i'm working on small drawbridge project. code: [select] int buzzer = 8; int prox = a5; int pot = a4; int presr = a3; int lghtsen = a2; int bigblue = 11; int led1 = 6; int led2 = 5; int led3 = 3; int potval = 0; int lghtval = 0; int prxval = 0; int presrval = 0; #include <servo.h> servo serv1; servo serv2; int pos = 0; void setup(){   pinmode(buzzer, output);   pinmode(prox, input);   pinmode(pot, input);   pinmode(presr, input);   serv1.attach(9);   serv2.attach(10);   pinmode(lghtsen, input);   pinmode(bigblue, output);   pinmode(led1, output);   pinmode(led2, output);   pinmode(led3, output); } void loop(){   potval=analogread(pot);   lghtval=analogread(lghtsen);   prxval=analogread(prox);   presrval=analogread(presr);     digitalwrite(led1, high);   digitalwrite(led2, low);   digitalwrite(led3, low);   digitalwrite(bigblue, low);

Thread: Questions about "ls" command

i'm having problems ls command. thought ls command used show multiple columns of file names, lists single column, 1 file per line. (ls -1 style). looked through help, couldn't find flag make go columns. second question, according manual ls, looks says ls -d should list directories only. when this, echos blank line? doing wrong, or did misunderstand purpose of ls -d ? you have file names in directory listing long multiple columns. -d, don't know... never did understand myself Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Questions about "ls" command Ubuntu

Yun light dimmer

Image
hi all my home lit 70 diy led spots. super simple star pcb leds mounted on cooling plate. no electronics needed in spot itself. driven constant current power supply (mean lcm-40/60) can output 2-100v depending on how many leds put in series. the lcm-40 has 0-10vdc/10v pwm input controlling intensity of leds. internally dims leds adjusting current output , uses 0-10vcd or 10v pvm control signal in order adjust output current. i enable dimming functionality , use phone wirelessly this. arduino yun seems nice low-power platform perform simple task. need 10v complicates things bit. would possible use simple dc boost circuit go 5v 10v pwm or pwm signal smoothened during voltage conversion? also need simple app controlling yun. exist or need make app myself? envision simple 0-100% slider per room - nothing more. just clarify idea have made simple canvas: https://dl.dropboxusercontent.com/u/2871047/arduino%20yun%20setup.pdf i hope makes sense. thanks in advance kristian harley

how to copy 1 complete folder (recursively) int another one? - Raspberry Pi Forums

Image
how copy 1 complete folder (recursively) int one? given have 1 folder /pi/programs/ , 1 folder /pi/raspi_sav/ want copy entire programs folder raspi_sav folder either if it's altready existing yet or not (overwrite everything) tried supo cp -r /pi/programs /pi/raspi_sav supo cp -r /pi/programs/ /pi/raspi_sav supo cp -r /pi/programs/ /pi/raspi_sav/ supo cp -r /pi/programs/* /pi/raspi_sav/ nothing worked... how code: select all sudo rsync -avx /pi/programs/ /pi/raspi_sav/ man rsync see options raspberrypi

Thread: MonoDevelop

i looking replacement visual studio can use on ubuntu. heard monodevelop looks good, wondering if tell me experience or suggest alternative? their other popular ides such anjuta, kdevelop , eclipse (see: http://en.wikipedia.org/wiki/compari...t_environments ) think you'll find simple gedit (included) (good interpreted languages such perl , python) or alternative, notepad++ under wine. these simpler, have syntax highlighting don't automate building, packaging or project management. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] MonoDevelop Ubuntu

ATTiny85 clock speed?

i have sketch: digitalwrite(led_pin,1); delay(100); digitalwrite(led_pin,0); i'have uploaded same sketch on same tiny different clock speed, , realized higher clock speed - higher real delay. 1mhz - fastest (minimal delay) 16mhz - slowest ( delay(100) led lit 2 sec) am missing something? thought higher clock speed delay might shorter, not longer.  why? hi maia it because attiny85 running @ default 1mhz clock ship factory. when clock speed on target board specify in arduino ide matched, delay accurate.  so attiny85 running @ 1mhz runs slower expected when sketch compiled 16mhz target loaded because clock using slower code internally expects. to change clock, select 16mhz target , use 'burn bootloader' option in arduino ide.  this set internal fuses in microcontroller.  then use clock speed target uploading program , work advertised. use 8mhz code on 1mhz pocessor 100ms delay becomes 800ms.  use 16mhz code on 1mhz microcontroller , 100ms becomes

Analog pin

Image
hi, i wanted know how voltage safe provided analogue pins of arduino uno ? i have interfaced arduino labview , want measure voltage of battery more 6v , reluctant since arduino can not take voltage more 5v, guess! so can please confirm me ? thanks the maximum voltage can apply supply voltage pluse 0.5v. the simplest solution use potential divider. Arduino Forum > Using Arduino > Project Guidance > Analog pin arduino

WebServer and EthernetClient.stop()

i have customized version of webserver works well, when click link or button in browser go page, see "waiting connect..." message on browser status line.  "core" of webserver update method, lifted standard webserver library, , called on each pass through loop(), below. code: [select] void webserver::update(void) { ethernetclient client = pmyethernetserver->available(); if (client) { // client connected arduino need extract the // following fields http request. buffer requestcontent;    // request content null-terminated string. methodtype emethod = readhttprequest(client, requestcontent);                 // parse request , send content here // give web browser time receive data delay(1); client.stop(); } } keep in mind, know squat web servers.  little know has been learned in process of cobbling webserver 1 application.  however, note client.stop() @ end, , wonder if correct behavior web server in middle of

Help with PDF formsmaking them work for Windows users

i'm using new user of acrobat 8.0.0 , having helluva time figuring out how make pdf forms work windows users. i can make forms okay , mac users can fill them out (using either preview or reader), , them emailed me fine. of pc users send them tell me "can't save them." here's test pdf i've created (with few plain fields in it): http://www.braintoniq.com/dropbox/test.pdf can who's got xp tell me i'm doing wrong? or can tell xp users how save , able email text. thank you! you need enable reader rights. advanced -> enable usage rights in adobe reader mike More discussions in Acrobat Macintosh (read-only) adobe

problema ogni refres mi da imput sul pin 8

rag aho generato uno sketch per accendere e spengere un led fin qui tutt ok pagina web carina ecc ecc pin 2 on ok off ok , pin 3 on ok off ok. ecc ecc. il pin n° 8 l' ho temporizzato , ogni volta che accendo il led si spenge d solo dopo 2 secondi . fin qui tutto perfetto ed anche molto carino. il problema sorge quando eseguo il refresh della pagina web xche il pin 8 si accende e si rispegne dopo 2 secondi, cosa posso aver sbagliato?? posso postare lo sketch?? certo, senza sketch Ăš dura darti un consiglio. se Ăš lungo, invece di postarlo allegalo come attachment (clicca su  "attachments , other options" ) Arduino Forum > International > Italiano > Generale (Moderator: leo72) > problema ogni refres mi da imput sul pin 8 arduino

Error compiling

hello all i relatively new arduino , have completed lot of tutorials, since have worked on own project includes load cell, relay board, temp, , humidity. had working out flaw until wanted add grams got "error compiling" error. must of fat fingered not sure what. i have 3 tabs in project main program in tab 1 hx711.cpp in tab 2 , hx711.h in tab 3 hx711.cpp , hx711.h found on chinese website load cell work, , functioned well. first tab     dht11_serial_file_works // author: vernon brown // co author kristian blĂ„sol tutorial //  kristian's youtube channel https://www.youtube.com/watch?v=tdg0ajy4qla // version: 0.1.00 // purpose: hive monitoring temps , humidity #include <dht.h> #include "hx711.h" #include <spi.h> dht dht; #define dht11_pin 10 int fan = 6; int heater = 7; int ledgreen = 14; int ledred = 13; int weight = 0; int grams; int ounces; int lbs; int cal; void setup() {     serial.begin(115200);   serial.println("beehive climate co

Oficial Raspberry Pi Wifi Dongle not supporting Access Point - Raspberry Pi Forums

i bought official raspberry pi dongle because wanted make sure supports features on pi. : https://www.raspberrypi.org/products/usb-wifi-dongle/ followed guide setup wifi access point: https://learn.adafruit.com/setting-up-a ... l-software , when check connection code: select all "sudo /usr/sbin/hostapd /etc/hostapd/hostapd.conf" get code: select all configuration file: /etc/hostapd/hostapd.conf failed create interface mon.wlan0: -95 (operation not supported) not set channel kernel driver interface initialization failed wlan0: interface state uninitialized->disabled wlan0: ap-disabled wlan0: unable setup interface. hostapd_free_hapd_data: interface wlan0 wasn't started doing wrong? raspberrypi

arduino manager ios app and ble

i using arduino uno, nrf8001 bluefruit le breakout board , arduino manager ios.   everything in code works correctly when connected, when disconnect ipad, uno appears restarting.  or @ least runs setup again, believe restarting.  i new arduino programming, , new app.   i know if code, or if in library/app code: [select] /*  * test arduino manager ipad / iphone / mac  *  * simple test program show arduino manager  * features.  *  * author: fabrizio boco - fabboco@gmail.com  *  * version: 0.1  *  * 06/15/2014  *  * rights reserved  *   */ /* *  * ioscontroller library, ioscontrollerwifi library, ioscontrollerserial library ("the software") , related documentation ("the documentation") supplied  * author in consideration of agreement following terms, , use or installation of software , use of documentation  * constitutes acceptance of these terms.   * if not agree these terms, please not use or install software.  * author grants personal, non-exclusive licens

Thread: Cannot create folder on secondardy drive

when go create folder on secondary partition "create folder' greyed out. cannot access directories programs or save drive on firefox. sounds don't have ownership of drive trying write to. here more info http://linuxcommand.org/man_pages/chown1.html http://ss64.com/bash/chmod.html Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Cannot create folder on secondardy drive Ubuntu