Posts

Showing posts from January, 2011

June IOT Update - Xbox controller no longer working - Raspberry Pi Forums

having updated pi use new iot released around 25th june, xbox controller not longer recognised. else having problems or other hid devices? oak hi all, in update post, we've upgraded windows 10 iot core release version , xbox 360 controller still no longer detected. got little robot kit build conference year , have gradually been adding functionality, we're kind of @ standstill now. plug xbox controller in, ring round xbox button on controller lights 1 1/2 seconds , goes out. there's no indication of in connected devices. on fault finding front i've tried: tried on 2 different raspberry pi's, 2 different memory cards, 2 different iot downloads, 2 different power supplies (and cables), 2 different xbox controllers. we've tried using powered usb hub in case controller attempting draw more current pi usbs can provide. else have similar problems? else have xbox controller working windows 10 iot release? raspberrypi

How CAn I Use a URL variable in Flex App

let link web page embedding flex 2.0 app http://www.myname.com?name=bruce and need use url.name variable in flex app. how can access url parameters inside flex app? bruce you know though maybe actualy answer question. {application.application.parameters.name) put in mx:text , can see var "name" More discussions in Flex (Read Only) adobe

Arduino Servo Control

Image
hey everyone, i'm new here don'y know post this...  i have made simple piece of software interfaces right arduino, no shield needed! it has features: com port select servo rotation slider , numeric selector sweep ms tick time (speed) control more on way! ideas welcome! interface code (modify needed): code: [select] #include <servo.h> servo iservo; int val = 0; void setup() {   serial.begin(9600);   iservo.attach(9); } void loop() {   val = serial.parsefloat();   if (val > 0) {   iservo.write(val);   }   delay(15); } download! http://www.mediafire.com/download/3c6ozftsm2vrmnv/arduinoservocontrol.zip thanks! -colby newman ( parzivail.tumblr.com ) screenshot: how make interface ?. want try make own version of interface controlling servo motor. please me. Arduino Forum > Using Arduino > Interfacing w/ Software on the Computer

I finally tested the accuracy of delay() for 24 hours.

i have project requires alarm once day.  accuracy not critical, thought i'd test out arduino duemilanove  , see how close 24 hours long delay.  ran following command, hoping delay 24 hours: delay(86400000); that's 24 hours * 60 minutes * 60 seconds * 1000 milliseconds. after 24 hours, arduino less 1 second off.  that's amazing, considering there isn't real time clock.  basic operations high precision not necessary, length of delay works well.  thought i'd pass along else considering long delays. thats great, no 1 uses delays. experienced programmer tell never use delays throughout code, instead use millis() or micros() function keep track of time. edit: find. Arduino Forum > Using Arduino > Project Guidance > I finally tested the accuracy of delay() for 24 hours. arduino

Kommentarer ønskes - Joomla! Forum - community, help and support

Image
jeg har pÃ¥ det sidste brugt en del tid pÃ¥ en hjemmeside og kunne da godt tænke mig @ fÃ¥ et par "kolleger" til @ kigge pÃ¥ den, med henblik pÃ¥ lidt kommentarer  siden kan ses : http://www.fffd.dk /vagn flot side generelt. forum og galleri kunne mÃ¥ske integreres eller wrappes? du skulle nok bruge den samme font til menu + indhold. Board index Joomla! International Language Support International Zone Danish Forum Vis dit websted

8x8 matrix with 1 MCP23017 - Raspberry Pi Forums

Image
is possible setup 8x8 matrix using 1 16 io port expander via i2c? use left 8 ports columns , right 8 ports rows? i2c fast enough update 64 leds reliably? thanks. cole1717 wrote: is possible setup 8x8 matrix using 1 16 io port expander via i2c? use left 8 ports columns , right 8 ports rows? i2c fast enough update 64 leds reliably? thanks. fwiw, time ago attempted similar 2 x mcp23008's (equivalent 1 x mcp23017): http://www.cpmspectrepi.webspace.virgin ... blepi.html (never quite got around posting "working photo's though ) there spi versions of both chips if i2c proved "too slow". there's spi led display driver i.c. includes "hardware multiplexing" makes "life easier"!: http://www.cpmspectrepi.webspace.virgin ... odule.html (and, it's more conventional use 8-digit display driver: http://www.cpmspectrepi.webspace.virgin ... odule.html ) trev. raspberrypi

Obavjest Joomla Forum na Srpskom, Bosansko i Hrvatskom jeziku od danas ! - Joomla! Forum - community, help and support

Image
dragi moji, kako mi kao korisnici joomla cms sa prostora srbije, bih, crne gore hrvatske govorimo 95 odsto isti jezik, mislimo da smo time ostali uskraceni na odgovore drugih korisnika koji imaju rijesenje za nas problem, dolaze iz drugih zemalja sa naseg govornom podrucja. povodom toga, centar za promociju razvoj interneta za jugoistocnu europu/evropu je finansirao pokretanje jedinstvenog foruma gdje bi se pisalo na bilo kom od nama poznatih jezika, bez obzira, te kako bi se sto lakse doslo rijesenja problema. forumu mozete pristupiti preko http://www.eurojoomla.com ! ja cu na forumu biti gotovo 24 sata. tako, ako neko ima problema neka se samo javi ! forum je tek sada pusten. ukratko o ovome forumu: 1. ovaj forum nema nikakvu namjeru da se bavi pitanjima nacinalnog interesa joomla community, bilo u bih, hrvatskoj, srbiji ili crnoj gori. 2. namjena ovoga foruma, jeste medjusobna pomoc korisnika joomla cms sa ovih prostora, jer dolaze sa istog govornog podrucja. 3. dakle, forum je nam

Dokumentation af template index fil - Joomla! Forum - community, help and support

hej jeg har lavet et joomla side til et skole projekt og skal til @ dokumentere min template men jeg er lidt usikker pÃ¥ hvad følgende linjer gør defined( '_valid_mos' ) or die( 'direct access location not allowed.' ); denne linie gør @ man ikke kan loade denne side via en direkte url // needed seperate iso number language file constant _iso $iso = explode( '=', _iso ); ???? // xml prolog echo ' '; ????? ?> ????? ?????   ????? hej allanrjohansen, du kan se en kommenteret layout template fil her: http://help.joomla.org/content/view/44/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 YUN

Image
ciao tutti, mi chiamo davide e da pochi giorni sono sto cercando di capire il funzionamento dell'arduino yun. avrei alcune cose da chiedervi. se installo da ide il file esempio webserver, nello skatch come mac e ip metterò quelli della yun giusto?? una volta scaricato lo skatch, per collegarmi cosa devo fare?? se inserisco ip mi porta sulla pagina iniziale di arduino yun dove devo inserire la paassword. quello che mi interessa è capire come muoversi con un semplice esempio di visualizzazione ad esempio dello stato del led 13 su di una pagina web. grazie per la vostra attenzione buona giornata davide ciao e benvenuto. ti invito alla lettura del regolamento , che sicuramente hai saltato perché altrimenti il 1° post lo avresti usato per presentarti e non avresti neanche messo "aiuto" nel titolo del thread  ah, hai già letto questa pagina? http://arduino.cc/en/guide/arduinoyun c'è un sunto delle info basi sulla yun.

Passing Password thru URL

i'm using coldfusion authentication method (cfldap) verify username , password, once verified list of links available. . .once link selected, user sent totally different application called hyperion , authentication validated password , userid received thru url. . .my problem userid , password displayed within url. . .is there way hide or encrypt password can't displayed actual password within url. . .i don't want looking on shoulder , see ing password login hyperion any appreciated! melvin hidden -- no. if requirement pass password in url, the url visible. other personal choice of not displaying the url tool bar can switched under view -> tool bars menu. not programmer can enforce on user. encrypted -- yes. can scramble , encrypt value in many manners. of course require system receiving value understand how password scrambled , encrypted. depend on capabilities hyperion system has. gsusluvs2 wrote: > i'm using coldfusion authentication method (cfldap)

proyecto raspberry pi+arduino+reles+switches de tres vias - Raspberry Pi Forums

hola como estan amigos que usan raspberry, estoy realizandoun proyecto que es meramente educacional para la estadia de la universidad se trata sobre controlar mediante una interfaz web través de raspberry pi 2 un arduino que maneje una serie de disposistivos como son: focos, persianas, vetiladores, la puerta de un garage, etc; pero se necesita que se controle de dos maneras: + remotamente por web + y fisicamente con apagadores de tres vias (o de escalera como los conocemos aquí) no se mucho sobre arduino pero estoy seguro que le falta mucho mi codigo, en este momento me encuentro probando el control fisico y desde web y eso me funciona muy bien, el unico problema que me presenta hasta ahora es ver reflejado el estado en la interfaz web porque depende del estado en que se encuentre el dispositivo va ser lo que se quiera realizar con el por ejemplo: si encendí el foco del baño en la mañana, salí y se me olvido apagarlo, mediante la interfaz web se vea el estado en que esta ese foco

FBTFT: model A+ with HY28B touchscreen problem - Raspberry Pi Forums

i'm trying connect 2.8" hy28b lcd model a+ pi, , having issue touch screen. x starts fine on display, whenever use touchscreen display starts glitching. looks blocks of pixels ending in random places on screen. configured pi use display using couple of threads here. fresh raspbian image, sudo rpi-update expand partition through raspi-config sudo reboot added /boot/config.txt: dtoverlay=hy28b, rotate=90 replace /usr/share/x11/xorg.conf.d/99-fbturbo.conf with: section "serverlayout" identifier "tft" screen 0 "screentft" endsection section "screen" identifier "screentft" monitor "monitortft" device "devicetft" endsection section "monitor" identifier "monitortft" endsection section "device" identifier "devicetft" driver "fbdev" option "fbdev" "/dev/fb1" endsection here, whether

Store pulses

how store pulses of particular period port in arduino , retrieve maximum , minimum pulses stored values. why have started new thread? your other thread clearer in explaining trying do.  have looked @ replies people have posted? http://forum.arduino.cc/index.php?topic=240334 Arduino Forum > Using Arduino > Programming Questions > Store pulses arduino

Strom sinkt bei mehr LEDs. Wieso?

hallo zusammen, ich habe mein erstes programm in assembler geschrieben auf meinem arduino uno um laufen gebracht und etwas merkwürdiges festgestellt. habe alle 8 pins von portd auf 1 gesetzt und möchte damit den pins 0-7 eine rote led mit 220 ohm widerstand schalten. das funktioniert auch soweit einwandfrei. aus interersse habe ich den strom mal den jeweiligen pins gemessen und habe folgendes ergebnis: wenn nur eine led angeklemmt ist, habe ich dem jeweiligen pin 69ma gemessen. wenn zwei leds angeklemmt sind, habe ich den jeweiligen pins 59ma gemessen. wenn drei leds angeklemmt sind, messe ich 55ma und mit vier leds 48ma usw. wieso sinkt der strom allen pins, je mehr leds ich anklemme??? 40ma sollte ja auch das absolute maximum pro pin sein und 200ma ganzen controller. lg ben du hast offensichtlich nicht 220 ohm als vorwiderstand genommen (rot rot braun) sondern viel weniger - mit 220 ohm müssten etwa 15ma durch die led fließen. du ziehst viel strom aus d

Use Switch to change Variable

i have touchswitch works toggle switch. has high & low state , remembers in state is(independent arduino). based on when state of switch changing, want toggle variable 1 0 or 0 1, depending on it's current value. this current code, makes program starts @ 0. achieve should able put variable touchvalue somewhere in code 1, , next time touch switch, variable should go 0. or otherway around of course. i hope it's clear way. thanks in advance! code: [select] // touchsensor int touchpin = 12; int touchvalue = 0; int touchbegintstate = 0; int touchstate = 1; void setup(){    // serial output  serial.begin(9600);  // output // touch   pinmode(touchpin, input);   touchbegintstate = digitalread(touchpin); } void loop(){  touchstate = digitalread(touchpin);  if (touchstate != touchbegintstate){     touchvalue = 1;    }    else {      touchvalue = 0;    }     serial.println(touchvalue); } hi ybrouwer quote what achieve should able put vari

Installing a exe whilst in .hta

hi peoples! i have link program on site works fine when done under browser, when try install application (.hta) file comes heaps of gibberish! there way run install hta? any ideas welcome!!! in advance, pete. no. -- murray --- icq 71997575 adobe community expert (if *must* email me, don't laugh when so!) ================== http://www.dreamweavermx-templates.com - template triage! http://www.projectseven.com/go - dw faqs, tutorials & resources http://www.dwfaq.com - dw faqs, tutorials & resources http://www.macromedia.com/support/search/ - macromedia (mm) technotes ================== "pedro_3" <webforumsuser@macromedia.com> wrote in message news:ea0lbp$ilf$1@forums.macromedia.com... > hi peoples! > > have link program on site works fine when done under > browser, when try install application (.hta) file > > comes heaps of gibberish! there way run install > hta? > > ideas welcome!!! in advance, pete. > More

Login problem with FireFox - Joomla! Forum - community, help and support

Image
hi! i have installed last stable version of joomla. experience strange problem login when use firefox. the problem front end, going login user. i type username, , password. push login button, , page refreshes. login box showing username , password field. hasn't loged in yet. when push news button meny, user menu shows. seems me loging me in when type username , password, , pushes login button. if showing login thing again. want show user menu when push login button. not refrsh , show login field on again. any ideas? actually, going sounds weird me, it's other way around (problems msie & me recommending testing wit ff  )... could try browser, e.g. ms internet explorer? or try deleting cache memory in firefox? Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

administrator can was multi language? - Joomla! Forum - community, help and support

hi dear. i want joomla 1.0.11 have 2 language administrator(multi language admin) please me. thanks bye modern wrote: i want joomla 1.0.11 have 2 language administrator(multi language admin) i affraid not possible joomla 1.0.11 joomla 1.5 have multiple admin languages, it's not released yet. the 1.5 beta version testing (and bug solving) only, not used on production server. Board index Joomla! Older Version Support Joomla! 1.0 Language - 1.0.x

Thread: autologin and timedlogin load a black screen

hello new forums , ubuntu , i'm lost should next followed miniguide https://help.ubuntu.com/community/autologin enable autologin after fresh install of ubuntu jaunty i'd sole user of laptop haven't managed work correctly till now, thing black background , mouse cursor. have waited 10 minutes gui come without results , funny thing if alt+f1 , restart gdm typing sudo /etc/init.d/gdm restart loads perfectly. timedlogin has same behaviour autologin have edit /etc/gdm/gdm.conf-custom disable if want access gnome (since goes recursive) way, use disk encryption , think has this? have tried i've come across on forum , others input solve issue appreciated it seems have encryption quite simple: encryption (home) , autologin incompatible Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] autologin

OSMC-Kodi Plays .MKV as Audio- No video - Raspberry Pi Forums

Image
i have 512mb raspberry pi running r2 of osmc. problem every time try play .mkv's play audio no video. had not messed settings except network settings, have tried set 512 gpu mem 100, 126, 152, 200, 256. none of fixed issue. appreciated. heres media info: code: select all general uniqueid/string : 226334926093748930769904426615142491761 (0xaa46856ae7337ce3a2346aa5b99e2671) completename : z:\complete\[coldhell]_magi_the_labyrinth_of_magic_1080p\[coldhell]_magi_ep01_v2_[466870a6].mkv format : matroska format_version : version 2 filesize/string : 1.50 gib duration/string : 24mn 28s overallbitrate_mode/string : variable overallbitrate/string : 8 777 kbps movie : magi 01 encoded_date : utc 2014-03-09 20:21:26 encoded_application/string : mkvmerge v5.7.0 ('the whirlwind') built on jul 8 2012

Making a UI with java or other language. - Raspberry Pi Forums

hi, wanting make smart house program using raspberry pi , 7 inch touch display. need smooth android os. have questions: 1 - possible make "smooth android os"? 2 - thinking on using java program it, doable? 3 - should use programming language? if not right place post question please move topic right place plz. thank in advance. i'd inclined make such gui using c++ , qt5. quick google "raspberry pi touch screen qt" shows bunch of links people have done , youtube videos of results. raspberrypi

far cadere le uscite di Arduino UNO

Image
buongiorno tutti sono nuovo del forum e sto cercando un piccolo aiutino, ho cercato un pò dappertutto ma forse non nemmeno cercare quelo che mi serve, mi spiego subito. sto provando fare un piccolo programmino per simulare una protezione che tenga disabilitate tutte le uscite di arduino in sua assenza e nel caso sia tutto regolare e questa viene mancare deve disabilitare e portare tutto allo stato iniziale e far suonare un buzz. questo è il codice che ho fatto code: [select] int led = 2;            // pin del led int button = 7;         // pin del il pulsante int controllo = 8;      // pin di input per il controllo/protezione int buzz = 6;           // pin del buzzer int val = 0; int cnt = 0; int old_val = 0; int state = 0; void setup(){  pinmode(led, output);        // segnala ad arduino che led è un output  pinmode(button, input);      // button è un input  pinmode(controllo, input);   // controllo è input  pinmode(buzz, output);       // buzz è output } void loop(){  

Spectra symbol SOFTPOT & servo

hello all, to do: i want control  180deg servo motor with  linear 50mm spectra symbol softpot. working: i have used servo knob code, servo motor moves move finger on softpot. problem: when remove finger softpot come end. motors shakes during working so, how can control & retain positions of servo motors using softpot? (change positions softpot , retain perticular position) thanks all. sounds there may issue softpot gizmo, or has random output when finger removed. Arduino Forum > Using Arduino > Project Guidance > Spectra symbol SOFTPOT & servo arduino

Elite Risc OS native version on the Pi - Raspberry Pi Forums

Image
you can see awesome videos of games can play on risc os using adffs here: http://forums.jaspp.org.uk:9000/forum/v ... ?f=7&t=206 notice there native version of archimedes elite, considered best version of game ever. can't released due copyright issues... maybe convince authors release gem? been playing while. works well. raspberrypi

Decreasing sensitivity of my PS2 controlled bot

Image
hi there! so using code control robot wireless ps2 gaming controller. code: [select] // 4/24/14 //sketch uses input left analog stick of ps2 gaming controller // control motor driver requiring inputs 1000-2000us #include <servo.h> #include <ps2x_lib.h>  //for v1.6 ps2x ps2x; // create ps2 controller class int error = 0; byte type = 0; byte vibrate = 0; servo signal1; servo signal2; int input1 = 1500;// creates servo object int input2 = 1500; void setup() {   serial.begin(57600);   signal1.attach(4);  //the pins servo control   signal2.attach(5);   error = ps2x.config_gamepad(13,11,10,12, true, true);   //setup pins , settings:  gamepad(clock, command, attention, data, pressures?, rumble?) check error   if(error == 0)     serial.println("controller found! may send commands");   else if(error == 1)     serial.println("no controller found, check wiring, see readme.txt enable debug. visit www.billporter.info troubleshooting tips");   else if(error

usb wifi adapter to comunicate with Arduino.

greetings all, new forums , arduino. just wondering if $10.00 usb wifi adapter such "edimax ew-7811un 150 mbps wireless 11n nano size usb adapter" communicate arduino. other adapters such "tp-link tl-wn725n wireless n nano usb adapter, 150mbps", "panda ultra wireless n usb adapter (150mbps)", super small usb , under $10. bucks the panda boasts working ubantu. so why need $70 wifi shield go wireless? quote from: spider36439 on apr 27, 2014, 07:56 pm so why need $70 wifi shield go wireless? why indeed? immediate problem getting connection wireless device. easiest way using arduino ethernet shield , connecting network port of wireless repeater. via usb requires sort of serial usb interface. Arduino Forum > Using Arduino > Networking, Protocols, and Devices (Moderator: fabioc84) > usb wifi adapter t

Thread: Dongle Parallel, Ubuntu and WINE

Image
hi everybody, i'm made 1 year ubuntu. needed autocad software since i'm mechanical engineer. found autocad 14 works fine under wine, tried trial version of , assure works fine, @ least parts need. called local dealer, , asked copy. autocad 14 old version (back year 1996), luckily, has used copy. here lies question; copy has "parallel dongle piece" comes it, it's used protect copy being distributed illegally, , software never work without it. now, ubuntu , wine support dongle thing? i not bump topic again, nor future topic. i'll try luck time only. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [ubuntu] Dongle Parallel, Ubuntu and WINE Ubuntu

FormMail access problem

i have response form @ http://www.faeriesbyleeca.co.uk/contact.htm returns error: quote page looking cannot displayed because invalid method (http verb) used attempt access. unquote i've checked formmail script configured hosts, 1and1, require, no joy. got ideas please? ian i not expert, possibly problem lies either host or file name/path posting form information. i suggest checking hosting service provider. More discussions in Dreamweaver support forum adobe

Protocol fails

Image
hello, need help. canbus codes works well, think needs little modify. when receiving messages want see codes 201:00;ff;03;00;32;09;00;ff see 201:0:ff:3:0:32:9:ff i think must add codes too. codes below , me modify please #include <can.h> void setup() { serial.begin(9600); serial.println("starting..."); can.begin(500); } void loop() { if (can.checknew()) {    if ( can.readfromdevice(&can_rxmsg) )    {                    serial.print(can_rxmsg.id,hex);        serial.print(";");        serial.print("0x");        serial.print(can_rxmsg.data[0],hex);        serial.print(";");        serial.print("0x");        serial.print(can_rxmsg.data[1],hex);        serial.print(";");        serial.print("0x");        serial.print(can_rxmsg.data[2],hex);        serial.print(";");        serial.print("0x");        serial.print(can_rxmsg.data[3],hex);        serial.print(";");      

No exit from "if"

Image
hi everybody, could explain me why following scketch doesn't work? stupid program 3 leds , 4.7 kohm thermistor (that 1 included in workshop kit - base level). the problem lights red led if temperature rises 22°c (green led) 23 °c (yellow led). serial monitor gives me correct temperature red led on!!! maybe if cycle wrong... attached frizing sketch! thanks code: [select] #include <math.h> const int sensorpin = 1;     int sensorvalue;   int led1 = 2; //green led int led2 = 4; //yellow led int led3 = 7; //red led float tensione; float rt; float temp; void setup() {  pinmode (led1,output);  pinmode (led2,output);  pinmode (led3,output);  serial.begin(9600);} void loop() {  sensorvalue = analogread(sensorpin);      tensione=4.83-((4.83*sensorvalue)/1024);  rt=20000*((4.83-tensione)/tensione);  temp = 10.5915*tensione*tensione - 55.5533*tensione + 67.3157;  serial.print(sensorvalue);  serial.print(" -> ");  serial.print(tensione);  serial.print(&q

opengl es 2.0 varying interpolation - Raspberry Pi Forums

the attachment cube_front.png no longer available i trying store normals supplied attributes vertex shader fbo passing normals vertex shader fragment shader through varying. vertex shader code: attribute vec4 a_position; attribute vec3 a_normal; varying vec3 v_normal; uniform mat4 u_world; uniform mat4 u_view; void main() { gl_position = u_view * u_world * a_position; v_normal = u_view * u_world * a_normal; } fragment shader code: varying vec3 v_normal; void main() { gl_fragcolor = vec4(abs(v_normal.xy), 0.0, 1.0); // absolute check correctness visualizing // fbo texture (underlying fragment). idea cube, // seen front ( normal: 0.0, 0.0, -1.0) should not visible // on underlying texture. } here cube mesh: # cube.obj # g cube v 0.0 0.0 0.0 v 0.0 0.0 1.0 v 0.0 1.0 0.0 v 0.0 1.0 1.0 v 1.0 0.0 0.0 v 1.0 0.0 1.0 v 1.0 1.0 0.0 v 1.0 1.0 1.0 vn 0.0 0.0 1.0 vn 0.0 0.0 -1.0 vn 0.0 1.0 0.0 vn 0.0 -1.0 0.

Advanced Flash Button, Help??

i want create button 3 states (basically same buttons on left hand of opening page of website www.bleed.no) have kind have got working code below problem have when button clicked not remain highlighted. im struggling on this. im sure there better way im doing this. amazing. (basically want create button same on bleed.no site , im not sure how.) have uploaded button have made onto www.myworksofar.co.uk can see problem (plus have added screen shot of timeline can see im doing) other thing want happen when button highlighted , button clicked want motion revese (the yellow bar deselect in way selected) again when click button on bleed website way deselects there. thank so help!! stop (); work.onenterframe = function() { if (rewind == true) { prevframe(); } }; this.onrollover = function(){ rewind = false; play(); } this.onrollout = function(){ rewind = true; } this.onrelease = function(){ gotoandplay(15); } More discussions in Adobe Animate CC - General adobe

Kan ikke installere !! - Joomla! Forum - community, help and support

Image
hej, jeg forsøger ihærdigt @ installere joomla. men der hvor jeg fÃ¥r problemer er nÃ¥r jeg jeg skal start konfigurationen msql. jeg kan ikke logge pÃ¥ med de oplysninger jeg har...mærkligt, jeg kan godt logge pÃ¥ selve databasen nÃ¥r jeg adresse feltet skriver, mysql09.cliche.dk og anvender mine bruger oplsyninger.... hvad gør jeg forkert joomla. i hostname, skriver jeg. localhost, hvorfor ved jeg egentlig ikke. mysql user name: skriver jeg mit brugernavn mysql password: mit password mysql database name: samme navn som det jeg skriver adresse feltet, @ komme til login pÃ¥ databasen. mysql table prefix: stÃ¥r der: jos_ andet skriver jeg ikke her. hvad gør jeg forkert ? hvad er navnet pÃ¥ din database? hvis ikke du ved det, sÃ¥ prøv @ skrive dit brugernavn mysql database name  Board index Joomla! International Language Support International Zone Danish Forum Ældre versioner (disse vedligeholdes ikke længere fra

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

Thread: bkt?

bkt ayaw magconnect ng pidgin messenger ko? please me naman po.. ginawa ko n po ung advice ng frend ko .. den ayaw tlga magconnect.. ano po ang dapat ko gawin? try update pidgin version Forum The Ubuntu Forum Community Other Discussion and Support Ubuntu LoCo Team Forums Asia and Oceania LoCo Teams Philippine Team bkt? Ubuntu

Template colors are not taken by all components - Joomla! Forum - community, help and support

hello, i used free template ''original solarflare design rhuk'' , made smaller modifications. unfortunately if click on poll results or wrong move in gallery, 'kicks' original white template style. , can not find out why. also can not change css calendar in upper right corner. day numbers black , cant changed. i changed black things in calendar script white, nothing changed. anyone ideas? as first check page source in browser , locate discrepancies see styles, if any, picking up.  may template style, i.e. template_css.css or css file within component/module. once have identified styles being used have better chance of changing them. Board index Joomla! Older Version Support Joomla! 1.0 Administration - 1.0.x

RPi - Aeroquad 32 v2 telemetry readings - Raspberry Pi Forums

so school few fellow students , building autonomous quadcopter. using aeroquad 32 version 2 flight controller raspberry pi b+ model , pi camera. aeroquad board has sensors (gyro, accel, barometer, magnometer) want readings continuously. now, have found page aeroquad shows commands use getting , sending data to/from aq. not using arduino ide using simple text editor make project , run it. now, using c++ project. how can make program send commands flight controller control motors , return readings needs program calculations? bit confused on when download source code aq, how can use communicate aq? also, using robot operating system (ros) idea use project? raspberrypi

Raspberry Pi Camera - Raspberry Pi Forums

i taking pictures of oxygen sensor film raspberry pi camera same (led) lightening conditions. convert rgb image hsi image. trying value of ''i'' (intensity) ''hsi'' image. problem every time same sensor film , same lightening conditions value of ''i'' different, should same. think because of little (auto) change in led brightness, absorption or reflection sensor film. have idea how can fix camera sensitivity or exposure or other thing can me same value of ''i'' same conditions. thanks unless specify otherwise, rpi camera continually adjusts parameters autoexposure , auto-white-balance "pleasing" image. constant adjustment not ideal machine vision or science applications. consistent results, need fix shutter speed, iso setting (overall analog gain), , color balance (red , blue channel gain). see example: viewtopic.php?f=43&t=110051#p756720 in link you'll see reporting camera sensitivity gradually

Desperate for your expertise: How do I marry FW8 generated Popup Menu into my CSS-based homepage

Image
i'd appreciate if of can shed light on personal mystery. trouble has fw8 generated popup menus not actual creation. instead, in regards how integrate them current css design... i've used , understand fw popup menus before in table based websites no problems new css designed sites 1 i'm working on. i trying replace unordered menu seen in mockup homepage fw8 generated popup menu found here . the necessary .css files first page found @ : www.allenlund.com/alc-v4/layout-cb.css , www.allenlund.com/alc-v4/default.css . while fw8 menu's css at: www.allenlund.com/alc-v4/fireworks-navmenu.css along javascript located @ www.allenlund.com/alc-v4/mm_css_menu.js . i know renaming involved. i've tried replacing names in menu area items of layout-cb.css fwtablecontainer815157819 did seem ball rolling menus broke , there huge space still under menu image. can't figure out how marry these 2 bits of code , css. more needed, i'm confused , deadline looming. i

Help programming buttonstatechange

i struggling find way use button state change control multiple modes on led. i want able have 3 different states on led. solid (led on) flashing dimming so far have been able program 1 led alter between on , off using code, hoping advice or changes make add stages. const int  buttonpin = 2;    // pin pushbutton attached to const int ledpin = 3;       // pin led attached to // variables change: int buttonpushcounter = 0;   // counter number of button presses int buttonstate = 0;         // current state of button int lastbuttonstate = 0;     // previous state of button void setup() {   // initialize button pin input:   pinmode(buttonpin, input);   // initialize led output:   pinmode(ledpin, output);   // initialize serial communication:   serial.begin(9600); } void loop() {   // read pushbutton input pin:   buttonstate = digitalread(buttonpin);   // compare buttonstate previous state   if (buttonstate != lastbuttonstate) {     // if state has changed, increment counter     if

webcam, mjpg-streamer, ps-eye3

sorry more 1 issues on same post. [solved] 1) did trial of using logitech webcam gun , working ok. using binary http://www.custommobileapps.com.au/downloads/mjpg-streamer.ipk that found in forum post: http://forum.arduino.cc/index.php?topic=188690.0 downloading packages other post: http://neuroballs.com/2014/01/how-to-build-a-arduino-yun-powered-cat-camera/ mjpg_streamer installing no problems! 2) there way have ps-eye3 working? as far understood not uvc driver.. how do? use official mjpg-streamer;- code: [select] opkg remove mjpg-streamer opkg update opkg install mjpg-streamer code: [select] uname -a linux arduino 3.3.8 #1 sat may 17 17:36:39 cest 2014 mips gnu/linux ps-eye3 gspca-ov534 type camera. code: [select] opkg update opkg install kmod-input-core opkg install kmod-video-gspca-core opkg install kmod-video-gspca-ov534 https://forum.openwrt.org/viewtopic.php?id=36870 Arduino Forum > P

AT24C16/AT24C08/AT24Cxx EEPROM write and read analog sensor values

i want store lm35 temperature sensor values in at24c16 eeprom. but can store 0-255 values lm35. i want store 0-1023 values lm35. my code work for   28 celsius. #include <wire.h> #include <liquidcrystal.h> int data=0; byte high=0x00 , low=0x00; int val; float temperature; int getval; liquidcrystal lcd(12, 11, 5, 4, 3, 2); void setup() {    wire.begin();    lcd.begin(16,2);    analogreference(internal1v1);  }   void loop() {     val=analogread(0);     temperature=val/9.31;     wire.begintransmission(b01010000);     wire.write(high);     wire.write(low);     wire.write(val);     wire.endtransmission();     delay(10);         wire.begintransmission(b01010000);     wire.write(high);     wire.write(low);     wire.endtransmission();     wire.requestfrom(b01010000,1);     delay(10);         getval=int(wire.read());     lcd.clear();     lcd.print(getval/9.31);     lcd.print(" ");     lcd.print(int(high));     lcd.print(" ");     lcd.print(int(low));    

Streaming audio and video - Raspberry Pi Forums

i trying capture video camera board , combine audio usb sound card. problem audio lags on 2 seconds , video on 2 seconds behind that! using ffmpeg below. there still major sync issues if write data file instead of streaming it. code: select all raspivid -o - -t 0 -n -w 1280 -h 720 -fps 25 | ffmpeg -report -probesize 32000 -thread_queue_size 1024 -y -f h264 -r 25 -framerate 25 -i - -thread_queue_size 512 -f alsa -ac 1 -channel_layout mono -i hw:1 -vcodec copy -acodec mp3 -f mpegts udp://44.0.0.95:1234 can't attach log ".txt" , ".log" extensions not allowed. here is: code: select all ffmpeg started on 2015-06-16 @ 09:55:15 report written "ffmpeg-20150616-095515.log" command line: ffmpeg -report -probesize 32000 -thread_queue_size 1024 -y -f h264 -r 25 -framerate 25 -i - -thread_queue_size 512 -f alsa -ac 1 -channel_layout mono -i hw:1 -vcodec copy -acodec mp3 -f mpegts udp://44.0.0.95:1234 ffmpeg version n-72834-gfd004e1 copyright (c) 2000-2015 f