Posts

Showing posts from August, 2015

Pi-Mote - Raspberry Pi Forums

Image
taken delivery of energenie pi-mote , couple of controlled mains sockets. have them working now, , reasonable lua scripts control them. there issues python program , notes in i've spent happy afternoon investigating, , thought post results here. i'm working on getting control via domoticz, running lua scripts directly @ moment. i'm happy post have here if there interest. cheers harry energenie socket control codes. verified experiment, differ codes in supplied sample code. note gpio output 13 consistently on/off bit. pins 11, 15 16 address field. assuming bit weightings in order: makes sense in negative logic address 7 = socket 1 address 6 = socket 2 address 5 = socket 3 address 4 = socket 4 address 3 = sockets all address 2 = socket ? functions address 1 = socket ? functions address 0 = socket ? functions sorta kinda.. off code "socket" same initialisation code encoder, suspect never makes out air. if use socket "on" co...

TV not detecting HDMI - Raspberry Pi Forums

hello, i've been running openelec on pi while now, pretty smoothly. problem has developed regarding being detected tv's hdmi inputs. i've no idea if pi, lead or toshiba tv. used able fix issue resetting pi mains has ceased working too. please let me know might being caused by. thanks. you need distinguish between: 1. rpi openelec not booting @ all. 2. rpi booting ok not outputting hdmi port. 3. rpi ok wrong hdmi cable or tv. leds when power up? have tried hdmi cable? have tried tv or hdmi source input on tv? have read sticky http://www.raspberrypi.org/forums/viewt ... 28&t=58151 ? if "resetting pi mains" means removing power before shutting down rpi, quite possible have corrupted os files on sd card. have tried re-writing sd card? raspberrypi

SD Card - Raspberry Pi Forums

hi, far see sd connection on chip used emmc. there way attach sd-card reader module (apart using usb connection)? basically, want read , write data from/to sd-card, should pretty easy within program, nice have "native" sd-card support flash emmc, boot sd-card, or run "diagnostic apps"... im more hardware guy, have no idea how configure chip, sd-card pins general gpio, shouldn't difficult (?) http://www.raspberrypi.org/forums/viewt ... 98&t=74487 raspberrypi

registered user lists and viewable content - Joomla! Forum - community, help and support

hi all. want sure if admin question or general.  use seasoned advice on how should go i'm trying achieve , tools need.  i'm trying put website junior tennis association.  of content viewable public, exception of items, such membership directory.  i'd make specific content or features available members within registered users category.  possible?  or complicating it? i haven't looked yet, aware of phpbb allowing similar user groups.  i'd rather keep info on joomla site possible. also can suggest tool putting members teams, drag , drop feature? i'd setup players ability register association (not site) , pay dues on site.  tools should @ effective tracking of membership , fees paid? Board index Joomla! Older Version Support Joomla! 1.0 Administration - 1.0.x

Use of Arduino for intrusion detection mechanism

hi, i new forum. must impressed way people helping each others sharing knowledge. i have question related project (intrusion detection mechanism) have in mind. start have small goal of intrusion detection room 10 x 10 feets in size. i have purchased following: 1.arduino uno, 2. ultrasonic distance sensor (http://www.simplelabs.co.in/content/ultrasonic-distance-sensor-hc-sr04) having range of 2cm - 500 cm. 3. infrared proximity sensor (https://www.sparkfun.com/products/242) range of 5 feet away. please comment on : 1. other alternatives can use. 2. has 1 tried project earlier. regards, saurabh hi saurabh, both of devices link made measuring distance, , not intrusion detection. might check out pir = passive infrared devices, https://www.sparkfun.com/search/results?term=pir&what=products Arduino Forum > Using Arduino > Project Guidance ...

Array of loader objects

hi, i'm trying solve problem garbage collection. have function gets called each line of xml read in. in function instaniates new loader var bgloader:loader = new loader, adds event listeners etc etc etc. xml read in function called again , (correct me if i'm wrong) destroy reference loader ie bgloader. if correct, assume not ready gargage collection, including , events attached object? outside of function, can setup array of loader objects? function takes num parameter (which row number) can used index array. hope makes sense someone. thank you to reference bgloader instances can create array stores references various bgloader instances and/or can use distinct names loader instances. More discussions in ActionScript 3 adobe

Building an Aquarium controller

hi, i'm new micro pc stuff, but i'm willing learn how use mini pc control aquarium, things control are, power heads, pumps, lights, water sensors, temperature probes, ph of water, salinity, an r o unit, speakers, hdmi touchscreen monitor, to move cabinet doors feeding pump, possibly few more things well. i can find time program, design, build , learn how come together. what samsung s4 communicate controller, web page , own hosting server going remote control of controller, i android platform it'll make life easier getting mobile communicate (i think) so can point me in right direction of start? much appreciated! mikey enter "aquarium" in top right search box , hit enter. lots of people have done it. read bunch ofthese threads. Arduino Forum > Using Arduino > Project Guidance > Building an Aquarium contro...

Question of Compatibility for Chadderz's Simple USB Driver - Raspberry Pi Forums

i working on cambridge's baking pi lesson 10; problem although text displayed correctly, none of keyboards have tried have been compatible chadderz's simple usb driver. there list of compatible keyboards? 3ahptk wrote: i working on cambridge's baking pi lesson 10; problem although text displayed correctly, none of keyboards have tried have been compatible chadderz's simple usb driver. there list of compatible keyboards? list http://www.raspberrypi.org/forums/viewt ... 35#p298735 raspberrypi

Mipi LCD on Compute Module ? - Raspberry Pi Forums

hi all, we're planning on using compute module dsi 4x lines drive full hd 8" panel. can't see limitations same resolution hdmi output, expect able drive 1 or other. hardware looks pretty straight forward, need pointers driver or image build dsi port enabled , initialised correctly relevant timing lcd panel. there has idea ? thanks george you can triple head bcm2835. dsi1(4lanes),dsi0(2lanes) , hdmi. 4 lanes of dsi1 on compute module. raspberrypi

Due is unable to DigitalWrite to a pin once AnalogWrite has occurred

due unable digitalwrite pin once analog write has occurred.   attached simple sketch.  please let me know if missing something.   on digital write outputs 3.299 volts 10 seconds outputs pwm of 1.608 continuously.  it not produce digital output once analog write occurs.   have tried on 2 dues.   works fine on uno , mega 2560. quote void setup () {    pinmode (4, output ); } void loop ()  {    digitalwrite (4, high ); // digital    delay (10000);    analogwrite (4,124);   // pws mode    delay (10000);    digitalwrite (4, high ); // digital    delay (10000); } not code shouldn't work, newb don't understand why want this. asking education. Arduino Forum > Products > Arduino Due (Moderator: fabioc84) > Due is unable ...

Thread: volume wheel not working on #! 9.04

hey all,i installed crunchbang couple of days ago , except volume wheel @ front of laptop doesn't affect volume @ all, worked on ubuntu intripid , jaunty, iv changed alsa-base file able use headphone jack , had in ubuntu, ideas why wheel isnt working , perhaps use different volume control manager?, or different part of system handles that, ideas? i use alsamixer command in linux. there tons of other ways sure. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help volume wheel not working on #! 9.04 Ubuntu

Thread: inspiron 1525 amd64 crash blinking num lock and caps lock lights

hi all: have annoying crashes on ubuntu 8.04 amd64 blinking num lock , caps lock lights , computer unresponsive on inspiron 1525. disabling except ethernet in bios , booting acpi=off seems fix. here kern.log , syslog: http://people.hnl.bcm.edu/misha/tmp/kern.log http://people.hnl.bcm.edu/misha/tmp/syslog here original specs except upgraded 4 gb of dell memory (kingston actually): code: quantity parts # part description 1 c118j processor..., t3200, 2.0, 1mb, cpen, 2c, m0 1 nk750 keyboard, 86, united states english, single, pointing barents 1 y465h guide..., setup, 1525, inspiron..., england/english... 1 df771 cord..., power, 125, 1m, c7, 2p dual, united states 0 01323 information..., no item 1 g383g guide..., product..., information..., wsi, england/english... 1 h510g guide..., product..., information..., seri, england/english..., world wide... 1 hn662 as...

MotorShield on Due and external power

hi all, i want use arduino motorshield drive 2 motors: 12v, 78ma max each. the documentation of motorshield says: "if motor require more 9v recommend separate power lines of shield , arduino board on shield mounted." is necessary , for? to me seems easiest power motorshield 12v , let due recieve power through motorshield. however, if follow recommendation, separate power lines , power motorshield , due separately: can use same external power supply both (i. e. 12v) or should power due 9v relieve voltage regulator of due? many hints! jürgen quote from: shiphrah on jun 06, 2013, 11:19 am hi all, i want use arduino motorshield drive 2 motors: 12v, 78ma max each. the documentation of motorshield says: "if motor require more 9v recommend separate power lines of shield , arduino board on shield mounted." is necessary , for? 12v max can put regulator without heatsink.  if regulator hot enough, go thermal shutdown. quote to me seems easies...

Stepper Motor Angle Changing depending on Feedback

so have ball on beam project , i'm quite new arduino have managed complete project prior have experience. project demands ball balanced @ point on beam , beam has rotate clockwise , counter clockwise raise or lower beam move ball closer set point. have feedback system give analog input, using adc plan on getting close set resolution number. example if position require translates resolution number of 771, when analogread > 771 motor drives clockwise , vice versa. the problem every bit of resolution away set resolution, angle change. example if set point 771 , analog read reading 800 angle 'x', decreases towards 771 , reaches 780, angle decreases because closer set point, can considered method of damping guess, instead of leaving angle same , letting system overshoot , compensating changing motor direction, reduces overshoot reducing angle. unfortunately i'm no pro @ , bit lost on do. if can guide me @ least on concept of should doin or commands appreciate...

Reviviendo un arduino nano

Image
hola todos de pronto les haya pasado, que en esos momentos cuando uno menos se lo espera, puffff humo blanco, y el arduino se muere  a mi me pasó eso con mi arduino nano, y resulta que con algo de suerte, tiene salvación. basta con reemplazar el diodo (o puentearlo) que protege la alimentación proveniente del puerto usb, que usualmente, se abre cuando hay un cortocircuito. les dejo un post con más fotitos del asunto http://patolin.com/blog/2013/06/03/reviviendo-al-arduino-nano-de-un-cortocircuito/ yo tengo uno que le metí 12vca creyendo que era continua t le freí el regulador, para colmo al intentar quitarlo le levanté la pista de entrada. todavía no logro repararlo, la vista m juega una máquina pasada con cosas tan pequeñas Arduino Forum > International > Español > Hardware (Moderators: surbyte, Hector_A) ...

second time got hacked. - Joomla! Forum - community, help and support

i need this. im using joomla 1.0.10. we have changed our overal passwords ftp joomla stills happen script gets uploaded our joomla, host got know kind of hacking scrip uploaded , compromising our site for logins members , admins script called "[removed] hack". is solution close joomla tight none of these scripts can uploaded of normal users? i not find posts hack, might a new hacking script joomla? (ps sorry if english aint good.. apologizes) hi, my advice check official list of vulnerable extensions; http://forum.joomla.org/index.php/topic,79477.0.html if using such extension adviced upgrade if available, if not uninstall it. regards robin Board index Joomla! Older Version Support Joomla! 1.0 Security - 1.0.x

Ansicht von News - Joomla! Forum - community, help and support

hallo! auf der page http://www.sternwarte-limburg.de habe ich joomla installiert und es klappt soweit auch alles. eine frage zu den news einträgen habe ich. zur zeit sieht man ja dort news1 news2 wenn ich jetzt noch ein drittes eintragen würde, sieht das aus: news1 news2 news3 wie kann ich das ändern, das es aussieht: news1 news2 news2 ich möchte die news untereinander haben. wie und wo muss man da ändern? hi, schau mal unter menu manager, main menu, home da denke ich müsste die option sein das du die news spalten setzten, resp. eben nicht setzten kannst... griessli Board index Joomla! International Language Support International Zone German Forum Archiv Joomla! 1.0 Allgemeine Fragen 1.0.x

Installing issues - Raspberry Pi Forums

hello. have gotten pi out , have started installing software make serve needs. however, has abruptly stopped installing software. first time problem occured when attempted install iceweasel. here typed , got out: root@raspberrypi:/home/pi# sudo apt-get install iceweasel reading package lists... done building dependency tree reading state information... done might want run 'apt-get -f install' correct these: following packages have unmet dependencies: iceweasel : depends: xulrunner-24.0 (= 24.5.0esr-1~deb7u1+rpi1) not going installed libavformat53 : depends: libavcodec53 (>= 6:0.8.3-1~) not going installed or libavcodec-extra-53 (>= 6:0.8.10) not going installed e: unmet dependencies. try 'apt-get -f install' no packages (or specify solution). root@raspberrypi:/home/pi# tried doing said, printed same messege. ideas? you must before attempting install anything: sudo apt-get update idea well: sudo apt-get upgrad...

Ubicaciones de red en Raspbian - Raspberry Pi Forums

hola, es posible definir distintas redes locales y que detecte la que se conecta en cada momento?, es decir, tengo una red 192.168.1.1 y una red 192.168.0.1, que por cuestiones no puedo poner igual. lo que quiero es que si la conecto la red 1.1 funcione la red con su puerta de enlace, ip y servidores dns, y si la conecto la otra red (0.1) tenga su datos. un saludo victor ¿no puedes usar dhcp para que se asigne automáticamente la dirección ip y la puerta de enlace según la red la que se conecta?. raspberrypi

Thread: Getting Latest Version of Rhythmbox

Image
hi: have ubuntu 9.04....and believe there more recent (stable) versions of rhythmbox available? first question...is worth updating? (any real improvements in later versions) second question: easiest way updated version? notice update manager never seems offer new versions of these native ubuntu programs...so how can them send on you? or there other way have it? also, wondering why don't seem send on new versions of native ubuntu programs (except firefox, seems) without having ask it... recall latest version of pidgin on update manager, , had type request in terminal....it nice if send these things on automatically... in advance feedback on the easiest way upgrade programs using package manager. this: update list of programs , versions code: sudo apt-get update install or update rhythmbox code: sudo apt-get install rhythmbox ...

Thread: Volume control, wrong device

i'm using dinovo edge adjust volume , mute sound, in ubuntu it's working wrong device. onboard. got xfi working , disabled onboard audio in bios. before, when used onboard, worked fine adjusting volume dinovo edge. can change setting somewhere can use controller on dinovo edge yet again? not having dinovo edge or xfi card thing can suggest fooling around default mixer tracks , devices in system->preferences->sound. tgeer Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Volume control, wrong device Ubuntu

Larson Scanner, Anyone?

Image
maybe has done 1 way, cannot find similar based on 'search'. first, there lot of led back-and-forth, running lights jobs out there; many of them claiming "larson scanners".  but "larson scanner" needs trail of dimmer lights following leading light.  whether inventor such i'm not sure, when glen larson did these battlestar galactica (cylons) , knight rider (kitt), used light bulbs , bulbs' incandescence (their residual glow) made trailing effect.   leds go on/off rapidly, there's no continuing glow-down when go off, no gradual fade out. so - how done leds? whip out arduino?  good start, still. use pwm pins?  there six. charlieplex? stop already. glom "library"?  not me. off-board circuitry, max-blah-blah?  totally unnecessary. i worked out 10 positions. i didn't use pwm pins such, no libraries, or of - stock arduino 10 leds , 10 resistors. i used "lightbar" because ha...

Thread: Accidentally got rid of "libdbus-glib-1-2"

Image
okay, whole mess started when trying upgrade pidgin. when trying install package, said along lines of, "error dependency: libdbus-glib-1-2" checked repository, , said had it. not knowing how important package was, thought uninstall it, , reinstall it, try it. now, networking disabled, , there nothing in ubuntu except command prompt. there way can repair installation? can't download because networking disabled once boot it. appreciated, because don't want clean install if don't have to. although it's dated, information http://beans.seartipy.com/2006/05/06...et-connection/ helpful? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] Accidentally got rid of "libdbus-glib-1-2" Ubuntu

tea5767 sweep radio problem - Raspberry Pi Forums

i have been playing sketch try & tea5767 radio module sweep stations. can hear stations code runs want can't seem frequency right clear station. if can help, appreciated. 1. want sweep through frequencies or have jump random frequencies on fm or between am/fm 2. need hear frequency whilst hops 3. need loop on continuous sweep. here's code i've used. _________________________________________________________________________________________________ #include <wire.h> unsigned char frequencyh = 0; unsigned char frequencyl = 0; unsigned int frequencyb; double frequency = 0; void setup() { wire.begin(); frequency = 93.0; //starting frequency setfrequency(); serial.begin(9600); } void loop() { int reading = analogread(0); //frequency = map((float)reading, 0.0, 1024.0, 87.5, 108.0); frequency = ((double)reading * (108.0 - 87.5)) / 1024.0 + 87.5; frequency = ((int)(frequency * 10)) / 10.0; setfrequency(); serial.println...

Troubleshooting Pi with Mac? - Raspberry Pi Forums

Image
hey, after power cut pi doesn't boot anymore. sadly have no backup... (i know; ) there way going again? recovery mode or so? , if not, how can acces files macbook? when insert sd in mac 2 partition showing up: boot , recovery, no partition root of raspbian install , files... thnx help! <edit> after third try pi started booting! wanted let know hard times over. still, if can explain or point me troubleshooting tips, that'd great!</edit> get usb sdcard reader. can use a) sdcard while rpi running , b) mount sdcard damaged filesystem can attempt recover (or attempt retrieve valuable files). sudo -i touch /forcefsck reboot rpi run fsck (file system check aka checkdisk) on root filesystem. raspberrypi

Noob trying to trigger camera shutter w/ Nano

hi, i new arduino , first project i'm trying built camera control system (1 servo panning + camera shutter trigger). i've got servo part working can't trigger camera (canon 400d) shutter. think there's wrong way built circuit. i appreciate can give me. got working, problem not circuit, cheap chinese 2.5mm male male cable, used different cable , it's working fine. Arduino Forum > Using Arduino > Project Guidance > Noob trying to trigger camera shutter w/ Nano arduino

Ethernet ENC28J60 MAC Address & IP

please can me find out mac address ethernet enc28j6o or how find , ip address ?? and how can use make hello world page ?? thanks in advance. you have specify mac address in sketch, module doesn't have fixed one. ip address either fixed in sketch or provided dhcp server on network (usually in router). quote and how can use make hello world page ?? by using of available libraries chip , use provided examples. Arduino Forum > Using Arduino > Networking, Protocols, and Devices (Moderator: fabioc84) > Ethernet ENC28J60 MAC Address & IP arduino

Back buttons are invisible? They used to show up where did they go? - Joomla! Forum - community, help and support

back buttons invisible?  ??? not sure how happened… if go lower part of pages http://www.easysitebuilder.ca/clan/index.php?option=com_content&task=view&id=18&itemid=36 and place mouse buttons should be, find invisible link next page? :(" title="angry" /> buttons used show i’m not sure has happened… have ideas on how them back… have tried turning them on , off again global configuration did not help. i buttons visible again… thanks help. http://www.easysitebuilder.ca/clan did switch them off in global configuration? Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

problem with loading external gif image

hi i want load gif image form external url didn't work same action work .jpg file. why ? note: i'm using flash cs3 & 2.0 code m using var mcholder:movieclip = this.createemptymovieclip("mcholder", this.getnexthighestdepth()); var mclloader:moviecliploader = new moviecliploader(); var olistener:object = new object(); mclloader.addlistener(olistener); olistener.onloadinit = function(mccontent:movieclip) { mccontent._xscale = 35; mccontent._yscale = 35; } mclloader.loadclip(" http://192.168.1.185/bostonusa/images/stories/backbay.gif", _root.popup1.image_mc); but instead of given url if use http://192.168.1.185/bostonusa/images/banners/image_freeticket.jpg it wil work. please reply me asap. thanks hi, i think load movie works jpg , png, or remember More discussions in Adobe Animate CC - General adobe

dragging an object

i have scale on screen user draggable ball on it. the scale in years 1,1.5,2.2.5 5 i'm using path allow user drag. can use pathposition variable give 0 100, how can format pathposition variable only return desired increments? (1,1.5,2,2.5 etc) many dave set end 5 instead of 100. hth; amy "dave" <dave@nospam.co.uk> wrote in message news:e4sg03$osm$1@forums.macromedia.com... >i have scale on screen user draggable ball on it. > > scale in years 1,1.5,2.2.5 5 > > i'm using path allow user drag. can use pathposition > variable give 0 100, how can format pathposition variable > return desired increments? (1,1.5,2,2.5 etc) > > many > > dave > > > > More discussions in Authorware adobe

Multiple JavaScript errors on Flex LiveDocs pages

the newest beta 3 livedocs don't work opera 8.5 , opera 9 browsers. most annoying being show/hide inherited... links not working properly. stands, livedocs quite unusable in opera :-( some errors js console: quote: all packages (flex 2.0 actionscript , mxml language reference) http://livedocs.macromedia.com/labs/1/flex20beta3/langref/package-summary.html inline script thread error: name: typeerror message: statement on line 142: not convert undefined or null object backtrace: line 142 of linked script http://livedocs.macromedia.com/labs/1/flex20beta3/langref/asdoc.js (findtitletableobject("packageusebar")).style.display = showpackageuse && showexamples ? "inline" : "none"; line 3 of inline#2 script in http://livedocs.macromedia.com/labs/1/flex20beta3/langref/package-summary.html titlebar_setsubtitle("all packages"); titlebar_setsubnav(false, false, false, false, false, false, false, false, false, false, false, quote...

Can't make custom 404 error page work

running cf server mx 7.02 i have redone site @ q10.ca , have tons of non existant *.cfm pages. after changing default 404 error page in iis, no matter do, cannot rid of default 'error occurred while processing request ' box default cf errors. can 404 custom page non-existant '.htm. pages, not '.cfm' pages. have tried quite few things: - change settings in adminstration settings cf server - added code application.cfm: <cferror type = "exception" exception = "any" template = "404.cfm" mailto = "replies@mparam.com"> <cffunction name="onmissingtemplate" returntype="boolean"> <cfargument type="string" name="targetpage" required=true/> ... <cfreturn booleanvalue /> </cffunction> - created application.cfc file same code all want redirect every error missing page same page , after 3 hours still can't seem accomplish simple task. regards, chris ...

Reinstall OS - Raspberry Pi Forums

hi everyone, got raspberry pi. used pre-installed sd card noobs boot scratch os first time. want reboot raspbian. how can pre-installed sd card? there way can go initial page can select os install sd card? thank our help! ""however, noobs stays resident on card, holding shift down during boot can return recovery interface."" http://www.raspberrypi.org/introducing-noobs raspberrypi

Thread: FTP's

hey guy's!!! apologies if has been posted etc. purchased seedbox ubuntu on it, have got , running downloading , seeding torrents, but! want know how files have downloaded seedbox pc, hear ftp way go! i've had play filezilla no avail, guy's recommend do? ssh: https://help.ubuntu.com/9.04/serverg...sh-server.html ftp: https://help.ubuntu.com/6.06/ubuntu/...tp-server.html Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] FTP's Ubuntu

Programming without Arduino

hey guys, went out , bought atmega328p chip contains uno bootloader. didn't have enough arduino board or anything, have in breadboard @ moment 2 caps , crystal. there way play it, program it, few jellybean parts , serial/parralel port? don't know if @ all, have picaxe serial->3.5mm jack programmer. yeah, dunno when can hands on programmer board, if programmed means now, awesome. any ideas? thanks, aaron  ^_^ all need way of connecting serial (rs-232) signal chip. most people use cheap usb->ttl rs-232 dongle (about $2.50 on ebay).  other option rs-232 ttl converter, consists of db9 connector, max232 chip, , capacitors. do not connect chip directly rs-232 port on computer.  ports can generate +/- 12v blow chip. Arduino Forum > Using Arduino > Programming Questions > Programming without Arduino ...

Transfert data from one usb key to another

hi everybody, i not arduino expert come advices. i know if possible transfert data 1 usb key , vice versa, using arduino. idea use arduino mega , plug 2 usb host shields on it. i've heard vinco/vinculo project since i've heard guys had few problem , knowing bit more advised arduino, nice use last one. do think possible? if yes, have code me want? thank help. piewo up... anyone me on that? pleaaaaaaase!!! xd Arduino Forum > Using Arduino > Project Guidance > Transfert data from one usb key to another arduino

Extruder Monitoring System

hello, have arduino uno r3.  trying create system monitors whether extruder on or off , transmits information computer can put onto network , viewed anyone.  don't understand how or if arduino can create viewable interface , how information other computers it. edited i think main issue how output information arduino web page. arduino plugged computer networked computer hosting server or have arduino hooked in via wireless onto same network.  thanks it sounds feasible there lots of different approaches can take. narrow question down, suggest think information needs end i.e. how it's going presented person. going send email, send text message, ask them @ web site, make turn on big flashing yellow light, or what? Arduino Forum > Using Arduino > Project Guidance > Extruder Monitoring System arduino

WIFI SHIELD Get Post

hi, i bought seeedstudio wifi shield v1.1. ping ok in network now have file. "txt" in arduino sd card , wanted send file computer .. what better way? ftp? http? thanks http made transmitting text (hyper-text). ftp made file transport. ftp protocol of choice. Arduino Forum > Using Arduino > Programming Questions > WIFI SHIELD Get Post arduino

else-if sentences issue

hi, i'm adapting thermometer code arduino uno makeymakey in order make tests have problem when working on it. code next: code: [select] #define analogpin 22    //23 18 pins related mouse                                     //the 22 1 labeled a4 #define beta 3000 #define resistance 47 //it in ohms int lastreading=0; boolean loggingon=false; int period=300; int count=0; int span=20; void setup()  {   pinmode(ledpin, output);   pinmode(analogpin, input);   serial.begin(9600);   serial.println("listo"); } void loop() {   if(serial.available())   {     char ch=serial.read();     if (ch == 'g' || ch == 'g')     {       loggingon = true;       serial.println("logging started");     }         else if (ch == 'm...

Need &quot;geocities logo&quot; to float

hi there , thank long. my question concerns www.trollipestates/templates/trollip.dwt.php i want make use of floating geocities-logo found here: http://www.dynamicdrive.com/dynamicindex4/logo.htm a few things regarding this: 1. not show bottom-right ff3 should; ie7, no problem. how fix this? 2. @ moment static , scrolls page. need change in code have @ bottom-right of screen? i appreciate if can me out or point me another script, doing sam thing. thanx again. regards, deon More discussions in Dreamweaver support forum adobe

Cannot type in text box

hi there. busy finishing of page have info send e-mail me captcha. for reason not know, can add text text box if i keep in left mouse button. can have at: http://www.sincro.co.za/downloads/specials-confirm.php why that? thanx, deon i cant can tell that's it's working fine in ie 7 , safari 3.1.1. not in firefox. More discussions in Dreamweaver support forum adobe

Problem whit Bluetooth - Raspberry Pi Forums

Image
hello friends . have problem whit usb bluetooth. code: select all root@raspberrypi:/home/pi# sudo service bluetooth status [ ok ] bluetooth running. root@raspberrypi:/home/pi# hcitool scan device not available:no such device root@raspberrypi:/home/pi# how fix problem? edit: lsusb code: select all root@raspberrypi:/home/pi# lsusb bus 001 device 002: id 0424:9512 standard microsystems corp. bus 001 device 001: id 1d6b:0002 linux foundation 2.0 root hub bus 001 device 003: id 0424:ec00 standard microsystems corp. bus 001 device 004: id 148f:5370 ralink technology, corp. rt5370 wireless adapter bus 001 device 006: id 058f:9254 alcor micro corp. hub bus 001 device 007: id 0a12:0001 cambridge silicon radio, ltd bluetooth dongle (hci mode) find adapter name code: select all hcitool dev should 'hci0'. show output of code: select all hciconfig hci0 if returns several lines 'down' on third line, try code: select all sudo hciconfig hci0 up , try code: select all hcico...

Mac user cannot use flashpaper

Image
i downloaded contribute 3.11 twice , still cannot find flashpaper printing option on of office applications or non-office applications. follow download , downloading flash script. using mac g4, os x.3.9. office 10. customer service hasn't been able except have me download again. anybody got suggestions? else works fine. i'm afraid have same problem - no flashpaper - worse, issue occurred after upgrading 3.11 , cannot find earlier installer. bad software - no relevant file entry either. grim. i not pay macromedia product if going this. i invite support service explain how flashpaper 2 installed contribute 3.11 installer os x (i using 10.3.9). regards ian beeby More discussions in Contribute General Discussion adobe

Long term battery source - Raspberry Pi Forums

hi guys first off i'm complete noob. have managed hook digital multimeter pi long term monitoring. problem need power pi 1 week on site there no power source or opportunity solar. thinking of car battery wondering if else has solved or know how solve problem. think b pi consumes 500mah. point on i'm lost. i'm aware of power banks available these power max of half day think. many thanks!! even car battery power pi few days. remember in car it's alternator provides power. size of battery influence durability big is, won't last ages. week? tbh see no easy wins here... dave driesen linux dev , oldskool elite raspberrypi

Installation of OpenCV Raspberry pi - Raspberry Pi Forums

hey making line follower bot raspberry pi cam using opencv. installation of opencv on raspberry pi has been taken me around 15 hours. using raspbian on raspberry pi. can suggest me time efficient way install opencv on raspberry pi? followed following method install opencv on raspberry pi: code: select all sudo apt-get update sudo apt-get upgrade sudo apt-get install -y build-essential sudo apt-get install -y cmake sudo apt-get install -y pkg-config sudo apt-get install -y libpng12-0 libpng12-dev libpng++-dev libpng3 sudo apt-get install -y libpnglite-dev sudo apt-get install -y zlib1g-dbg zlib1g zlib1g-dev sudo apt-get install -y pngtools libtiff4-dev libtiff4 libtiffxx0c2 libtiff-tools sudo apt-get install -y libjpeg8 libjpeg8-dev libjpeg8-dbg libjpeg-progs sudo apt-get install -y ffmpeg libavcodec-dev libavcodec53 libavformat53 libavformat-dev sudo apt-get install -y libgstreamer0.10-0-dbg libgstreamer0.10-0 libgstreamer0.10-dev sudo apt-get install -y libxine1-ffmp...

Thread: Microsoft Office and Open Office compatibility

i telling sister in law ubuntu 9.04. interested in trying out on new hp work laptop. main concern if doing in openoffice, has absolutely compatible ms office users. hear users use openoffice or similar in work environment , how successful in working users rely on ms office. compatibility issues etc... this article found on tech republic website might help, http://articles.techrepublic.com.com...57.html?tag=sc . make more compatible, can install micro$oft fonts, arial, verdana, comic sans ms etc. running these commands in terminal run... code: sudo apt-get install msttcorefonts ...to install, then code: sudo fc-cache -fv to clear fonts cache ( or skip command , log out, in) hope helps Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Microsoft Office and Open Office compatibility Ubuntu

Thread: Need help in mounting other partition

some reason internet borked jaunty partition (sda6).here thread started internet drama w/jaunty. http://ubuntuforums.org/showthread.php?t=1253449 mount partition 1 of other partition running multi-boot machine. 1 please provide codes me mount can run updates on jaunty , possibly reinstall network manager. ran code in terminal 2 days ago , spat out network disabled. still have not solve issue. ideas great! Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Need help in mounting other partition Ubuntu

Run MJPG-STREAMER when I boot the raspberry - Raspberry Pi Forums

Image
i read several post in forum script in debian, post mjpg-streamer, etc.. i'm still able understood how run mjpg-streamer when turnd in raspberry. here context: mjpg streamer activates code: code: select all $ ./mjpg_streamer -i "./input_uvc.so -d /dev/video0 -y" -o "./output_http.so -w ./www" have program in directory home/pi/mjpg/mjpg-streamer tried make script, don't know if it's right or it's wrong , how make script boot in start. please me, i'm super n00b in debian hard me. , sorry english . greetings chile have @ thread tries similar: http://www.raspberrypi.org/forums/viewt ... 28&t=80009 raspberrypi

Arduino Pro Mini 5v 328 Uploading Problems

i've been experimenting arduino pro mini 5v 16hz quite bit , using arduino usb2serial adapter.  of time things seem ok, , again programmer not responding, have force quit (mac) , restart computer until works again.  have made sure on occasions these selected tools menu: dev/tty.usbmodem411 arduino pro mini 328 5v is there else should doing or not doing? it loose connection points between usb2serial , promini board.  may need keep little pressure on contact points. Arduino Forum > Using Arduino > Installation & Troubleshooting > Arduino Pro Mini 5v 328 Uploading Problems arduino

comunicazione ARDUINO con USB

buongiorno tutti ho una scheda di sviluppo la at90usb162; dovrei realizzare un semplice sketch che faccia inviare e ricevere comandi tramite porta usb. la domanda è se posso considerare la comunicazione alla stregua della comunicazione con la seriale? ?? quella scheda non è un arduino, non quanto supporto puoi trovare. btw dipende, se la schedina si fa riconoscere come seriale virtuale sì, alrimenti non so. in generale che bisogna scriversi driver usb da sè. Arduino Forum > International > Italiano > Software (Moderator: leo72) > comunicazione ARDUINO con USB arduino

Paint Behavior

i trying create simple cavas draw on using paintbox behaviors. these steps: 1. new movie 2. ctrl5 open paint image .bmp 3. draw rectangle using rectangle tool 4. drag rectangle stage 5. drage canvas behavior library on top of rectangle 6. hit play 7. click inside of rectangle draw , error. i did not change script, have newest update of director, , think have followed instructions. idea why following error? "script error: object expected ptimeoutobj = timeout("canvastimeout1").new(ptimeinterval, #trypaintstroke, me) me.paintstroke()" > idea why following error? > > "script error: object expected ptimeoutobj = > timeout("canvastimeout1").new(ptimeinterval, #trypaintstroke, me) > me.paintstroke()" yes, because you're using mx2004 , timeout object creation syntax changed. alter code (watch unintentional line wrapping): ptimeoutobj = timeout().new("canvastimeout1", ptimeinterval, #trypaintstroke, me) More ...

Missing modules - Raspberry Pi Forums

i've been learning how work raspberry pi, following book came along it. in trying examples in book, ran missing module errors both wiringpi , wx. might have read on don't recall book mentioning had install these, had assumed on there. however, issue cannot connect form on internet, due raspberry pi not having network port , me not having 1 of usb wifi modules compatible debian. wondering if there anyother way of getting wiringpi , wx libraries on raspberry pi? i've tried download libraries on laptop , put them on usb stick reason said don't have premission install that. raspberrypi

Integrare Joomla e Phpbb - Joomla! Forum - community, help and support

Image
ciao tutti, sto provando phpbb come forum e vorrei integrarlo con joomla. per condividere gli utenti ho sentito di un plugin per cb, si chiama php connector, però dopo averlo installato non riesco sincronizzare gli utenti: clicco infatti su settings e si apre una finestra che mi dice internal server error. da cosa può dipendere? esiste un altro modo per integrare questo forum con joomla? grazie tutti! devi utilizzare un bridge, lo trovi qui http://www.joomlahacks.com/joomla/components/phpbb_bridge/   Board index Joomla! International Language Support International Zone Italian Forum

Frage zu einer Software für Arduino

Image
hallo forum. ich habe da einmal eine frage zwecks eines programms, ich weis ja nicht ob es etwas überhaupt gibt aber schön wäre es  gibt es eine software wo ich auf dem arduino eine schaltung entwerfen kann und diese pc simulieren kann? dumm gefragt, ich dachte daran den arduino im programm dar zu stellen und zu beschalten wie man es möchte dann den code zu entwerfen und wenn man den code abspielt , sagen wir einmal unter simulation, das ich pc angezeigt bekomme, das er auch das macht ich mir vorgestellt habe. z:b ich 2 led unterschiedlich ansteuern, blinken lassen. im program pc beschalte ich den arduino und schliesse die led`s an, wenn ich jetzt auf simulieren gehe dan sollten die led`s pc bildschirm die farbe wechseln oder und aus gehen wenn ich richtig geschaltet habe und der code stimmt. villeicht gibt es ja etwas, denn ich weis für elektroniker gibt es die simulationen. eine vollwertige simulation gibt es wahrscheinlich nicht. wäre aber schön. w...

Joomla! Forum - community, help and support - Login

the board requires registered , logged in view forum. username: password: i forgot password resend activation email remember me hide online status session   register in order login must registered. registering takes few moments gives increased capabilities. board administrator may grant additional permissions registered users. before register please ensure familiar our terms of use , related policies. please ensure read forum rules navigate around board. terms of use | privacy policy register Board index

Odd behaviour of arrow keys

this happened me. using flash 8, creating button. out of blue, left , right arrow keys reversed (left arrow moves pen anchor right, right arrow moves anchor left). also, clicking mouse causes window zoom 2 percent. i've got clean machine here (running antispyware, antivirus, , no rootkits) it's been working great since built , have had no problems aside this. first time has happened. have hit odd key combination in flash cause this? tia -=chris More discussions in Adobe Animate CC - General adobe

What else is avaliable to fill the gap that Joomla has not yet filled... - Joomla! Forum - community, help and support

Image
relating thread : [url=http://forum.joomla.org/index.php/topic,82361.0.html]http://forum.joomla.org/index.php/topic,82361.0.html [/url] as joomla might not have been first cms of have tried...but still might best want...from investigation, not seem best want...also joomla not own monopoly cms... best cms can use 'power users' can upload , authenticate/publish multiple files in 1 go. want people have option -> select files -> add description -> select category -> , publish -> give rating so have background, group of friends , creating , sharing documents. these documents are, -own, tend create allot of documents in short space of time , share these each other minimum of hassle, , technical know-how (so not via ftp, or x-drive or other complicated systems) what professional, simple looking solution recommend small amount of users share allot of files??? many thanks, btremote. (what asking huge gap in joomla market, , if 1 can fill it, adding huge amount of joomla ...

CM with LAN9514 - USB power increase, possible? - Raspberry Pi Forums

can option used in compute module if same chip lan9514 used. by default usb ports limited 600ma. new option, increased 1200ma. note: internal testing. in next firmware update renamed to code: select all max_usb_current=1 if there special schematics must used? no. current limit increase in b+ driven bcm2835 gpio usb overcurrent monitor ic, , independent of action lan9514. if implement compute module device e.g. bus- or self- powered usb operation , want switch current limit capabilities, there's plenty of schematics on web surrounding use of programmable current limit switches. raspberrypi

cutting off the power by power box

hello friends in project have cut off power of devices stove, after example 5 minutes. doing job, want use power box , want connect arduino. according inputs arduino gets, cuts of power. how can connect arduino powerbox ?  it's dangerous can use relays. need careful electricity! search ebay arduino relay module. Arduino Forum > Using Arduino > Displays > cutting off the power by power box arduino

Interfacing MPU-6050 with arduino

Image
can 1 planet tell me how interface arduino mpu-6050    i tried hard on google little success. vcc   ----   5v gnd  ----   gnd scl   -----  ? sda  -----  ? any other connections? also can tell me library can used. thanks do have 1 ebay less 5 dollars , onboard voltage regulator ? you can connect 5v. if doesn't have onboard voltage regulator, connect 3.3v. the i2c-bus consists of sda , scl. on arduino, library called "wire" library. http://arduino.cc/en/reference/wire read reference. see arduino uno, a4 = sda , a5 = scl. if have connected properly, i2c_scanner should detect it. http://playground.arduino.cc/main/i2cscanner interfacing mpu-6050 not easy. you can start here : http://playground.arduino.cc/main/mpu-6050 but end here : http://www.i2cdevlib.com/ Arduino Forum > Using Arduino > ...

Checking in/out feature

Image
i'm 4th web manager company has had in 6 months. before me, each person has checked out web pages (not sure why 1-man team). anyway, can't seem edit of these pages. is there way can check them in though users have been deleted? whenever try open file receive "this checked out x" message. also - of pages greyed out can't edit them. because they're checked out? never use check out/in feature because i've been 1 working on site. i've been here week , i'm absolutely over-the-edge frustrated. tia. nmwebdev wrote: > there way can check them in though users have been > deleted? whenever try open file receive "this checked out x" > message. in files panel, select remote view. right-click file want unlock, , select undo checkout. you can find out how check-in/check-out works here: http://www.adobe.com/go/tn_15447 > - of pages greyed out can't edit them. > because they're checked out? i don't use check...

OGNL like language for actionscript?

hi, does know of ognl (object graph navigation) library as3? "x.y.z" , invokes (x.gety().getz()) "borfgordon" <webforumsuser@macromedia.com> wrote in message news:gd5sh4$c7o$1@forums.macromedia.com... > hi, > know of ognl (object graph navigation) library > as3? "x.y.z" , invokes > (x.gety().getz()) i think it's called setters , getters. check help. More discussions in Flex (Read Only) adobe

Unable to delete and update an ms access db

hi, i presently working on project in dreamweaver 8 connected ms access db. new both applications have been able connect database , display information. have both delete button , edit button in dynamic table created. how make these buttons work. when user clicks delete message should come confirming deletion. if can assist me appreciated. have searched internet blocks of code cannot interpret codes due lack of programming knowledge. following sample code delete button. dont know how make edit button work here also. i More discussions in Dreamweaver support forum adobe