Posts

Showing posts from June, 2014

LocalConnection Loading/Loop Problem

i'm loading 2 flash movies onto page , 1 movie sends "cookie" other @ intervals tell second movie gotoandplay frame. first movie serves "sender" loads 6 movies (defined array) , each time next movie plays, sends call second movie gotoandplay frame, defined array. i'm using localconnection this, running couple of issues. first, first frame of second movie doesn't load of time. second, when seem work properly, gets end, starts on , runs through loop twice before getting out of sync. , third, page works differently on different browsers, suspect corrected if overall code corrected - hopefully. the code in sender movie below. based off of code found in forum crossfade between movies. when "test" movie , watch trace, of frames being called correctly , loop doesn't break i'm confused i'm doing wrong. the code on receiving movie here: stop(); var receiving_lc:localconnection = new localconnection(); receiving_lc.methodtoexecute = func

Thread: Cairo Dock

after restart have select cairo dock applications. there way of ensuring appear after every restart without having manually select it? i don't remember how did when used cairo dock, there not option in cairo dock preferences panel, add manually in startup programs(or something) under system>preferences Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [SOLVED] Cairo Dock Ubuntu

Newbie here, any idea why this command wont run ?? - Raspberry Pi Forums

hi folks, new here , pi world. trying command run work project have been given specific instructions for. command sudo ./test_v1.py following response ./test_v1.py:101 runtimewarning: no channels have been setup yet - nothing clean ! try cleaning @ end of program instead. gpio cleanup traceback ( recent call last): file "./test_v1.py" line 30, in <module> import serial importerror: no module named serial have no idea whats wrong other being told proved , should work ...any ideas appreciated cheers paul you're trying use gpio.cleanup() before setting channels. gpio.cleanup() meant used return channels state @ when program started. it's used before exit program. using @ start pointless - hence warning. raspberrypi

RFID reader RC522 SPI usage - Raspberry Pi Forums

hello, i'm trying use rfid reader pi4j libraries, no success. connected through spi interface (miso-mosi, sck , sda). have spi ports correctly opened on raspberry. cannot start think how manage it, no way know how read reader. has solved problem or address me right road? thanks why sda? should /ce0 or /ce1, , need connect gnd also, if rfid reader has 5v outputs, need divide miso down 3v3 p4ppo wrote: hello, i'm trying use rfid reader pi4j libraries, no success. connected through spi interface (miso-mosi, sck , sda). have spi ports correctly opened on raspberry. cannot start think how manage it, no way know how read reader. has solved problem or address me right road? thanks raspberrypi

Storage write and pwm function

hello. im new arduino world know can done amazing things. intencion make tone variable pwm function (i have nano arduino , think 13 pin work) , want tell me if can grab  output been passed thru filter circuit in sd card later analisis. important if knows if can done in way. in advance. instead of output of signal, might capture generation code, comes down collection of durations , frequencies. music = { (duration, freq)* } Arduino Forum > Using Arduino > Storage > Storage write and pwm function arduino

Frontpage manager - How to remove multiple items from frontpage - Joomla! Forum - community, help and support

hi, i'm searching possibility remove multiple items frontpage. when i'm @ frontpage manager have select each content item individually , uncheck checkbox "show on frontpage". hoped there column "frontpage" on frontpage item list column on overview published (y/n) when click on column item indeed removed frontpage it's unpublised. no solution. i looked content item manager since there 2 columns (published y/n - frontpage y/n) there's no option group/sorting frontpage items grouped together. so i'm looking way removing multiple items frontpage frontpage manager list or content item list tnx answers. kind regards, tom hi tom,     in joomla first menu item on main menu home page.  if using sections , categories, can/will have multiple stories on home page.  have 2 editor boxes when edit story section.  top section lead-in story , bottom 1 rest of story. it sounds have home page there 1 big editable page.......  to this...  need setup static conten

Thread: Install screen issues

i added grandson user accounts on home computer , switched face browser log in screen make easier him log in. wife , both have accounts on machine , our pictures both got installed on face browser pictures copied our respective home directories. grandsons picture wont show in log in screen. how picture installed on face screen? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Install screen issues Ubuntu

MovieClip Transitions OnRelease

Image
hi folks! i have flash movie containing 3 movieclips , 3 buttons, 1 each clip. might imagine, when click on each button, unloads previous clip , plays new selected movie clip in centre of page. see following fla file created (with assistance flash built in help): http://www.amplexus.com.au/source/photo-slideshow-allen04.fla what able make each movieclip transitions next 1 little nicer when button clicked. more precise; on click of button black-square slide down on playing movieclip , when slides top again, reveals new movieclip playing underneath. q: best way this? i have tried 2 approaches. 1) button feeds appropriate data variables in frame1 of main timeline (on button release). black-square slides down in main movie timeline. @ point totally covering current movieclip populates new attachmovie data , in theory, should playing new clip black-square returns top. see fla file below see mean: 2) main timeline 1 frame long , on button release, movieclip of black-square p

power arduino and servo with the same battery

i have arduino controlling servo,  each 1 has own battery , works fine.  i power both same battery when try  servo makes arduino restart.  there way avoid this? yes lots of power supply decoupling on supply of motor. connect motor's supply through inductor , put 0.1 ceramic capacitor ground each side of inductor. put big capacitors in parallel start of 100uf might have go bigger. Arduino Forum > Using Arduino > Motors, Mechanics, and Power (Moderator: fabioc84) > power arduino and servo with the same battery arduino

Touchscreen device works on some Pi's but not others - Raspberry Pi Forums

i'm using hy28b touchscreen part of project, it's been working great on development pi (model b+). i've purchased several more pi b+'s replicate project onto, reason on 50% of them touchscreen doesn't register touches. screen displays fine, no touch. what's weird when watching logic on spi io pins, appear identical. touch interrupt pin firing correctly , there's back-and-forth on spi coms touchscreen fine, nothing happens in x. tscalibrate doesn't register either. there seems no rhyme or reason why 1 pi works , other doesn't, it's consistent. if works on pi work, if doesn't, wont. come element 14, same revision. ideas? im noobie gotta ask. using cloned sd image or fresh install , setup on each pi ? sd card working pi setup produce same result in non working setup ? if using sd cloned image, image contain conditional filters ? such listed on https://www.raspberrypi.org/documentati ... fig-txt.md scroll bottom , see info condit

Ethernet shield client error.

hi, i've problem client connection. i've arduino ethernet shiled read url , if there's determinate substring arduino turn on led. this sketch read temperature , sensor pir segnal values , send them on database. without sendind datas database client connect read url don't problem,but if send datas client problem. client problem code: [select]    ethernetclient client = server.available();      if (client) //se esiste un cliente  {    while (client.connected()) // se il cliente e' connesso    {      if (client.available()) //se e' tutto ok per iniziare      {        char c = client.read(); //leggi singoli caratteri inviati        if (readstring.length() < 100)        {          readstring += c; //concatena caratteri        }         // serial.print(readstring);        if (c == '\n') //vede se c'e' il carattere di fine stringa, per individuare che e' finita        {          if(readstring.indexof("l1=1") &

Increasing accuracy of a HMC6352 compass module

i've got hmc6352 compass module https://www.sparkfun.com/products/7915   that's , running correctly (from programming perspective) i'm bit disappointed it's accuracy , repeat-ability. module mounted on jump leads couple of inches away arduino itself  (hopefully avoiding stray magnetic fields). each time start gives value varies +- 5 degrees previous reading (even when hasn't been moved). if move through 90 degrees, , again same position different value +-20 degrees. is normal performance, or should able better performance it? better off 2 identical modules , average results?  or tilt compensated or triple axis 1 worth buying? or maybe figures i'm quoting pretty , should stop moaning? cheers the datasheet says specs are: heading accuracy: 2.5 degrms heading repeatability: 1.0 deg perhaps yours defective. Arduino Forum > Using Arduino >

SR04 Something is wrong(Totally solved)

the module work, got working newping library before posting this. code detect sort of distance, multiple of 172.41 not centimeter. know hick wrong 1 feel helping bit. code: [select] #define broche_trig 12 #define broche_echo 3 unsigned long last_detection = 0; const int ping_interval = 150; const double k_mach = 0.0029; int duration; double distance; void setup() {  attachinterrupt(1, got_echo, falling);    pinmode(broche_trig, output);  pinmode(broche_echo, input);  serial.begin (115200);   } void loop() {  if(millis() - last_detection >= ping_interval) {      digitalwrite(broche_trig, high);    delaymicroseconds(5);    digitalwrite(broche_trig, low);    last_detection = millis();        }   } void got_echo(){       duration = millis() - last_detection ;     distance = 0.5 * (duration / k_mach)   ;     serial.println((string)distance + f(" cm")); } ah! it... 172.41 * 0.0029 = 0.499989, 1/2 of distance ping when hit thing.

layer reset

can't figure out , i'm running out of time, appreciated. i used flash create text "slide in" effect (.swf put in layer), when select link in main menu bar layer changes (in dreamweaver) , associated text on layer slides in view. problem if select link (layer), go selected link (layer) text (which swf) when layer last viewed. in other words, need figure out how "rewind" swf, or refresh layer, when leaving go layer if go it, swf play did first time. can view i'm trying describe if go here . please forgive rudimentary site, it's first crack @ dreamweaver/flash, , have ways go. have other questions regarding sam site i'll start one. thanks! More discussions in Dreamweaver support forum adobe

Thread: Change repo mirros via command line

i installed 9.10-server on laptop have lying around, , noticed default repository server still set ubuntu.org. since student @ georgia tech, wanted switch mirrors gtlib.gatech.edu site. however, without having gui, way can think change of mirrors go through sources.list file , edit hand. aware of script/cli tool allows change of mirrors @ once? thanks! i don't know of out there, not use sed replace current mirror else? similar how page explains how uncomment lines sed: https://help.ubuntu.com/community/re...ve%29%20script here's similar thread other suggestions: http://ubuntuforums.org/showthread.php?t=226299 Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] Change repo mirros via command line Ubuntu

How to retrieve column names from XML or database?

hello. want populate datagrid column names (not values of columns) of entity in database (or xml file. can tell me how tackle this? thanks support. ideally want make remote procedure call schema information given domain model returns column names, however, here simple example using e4x extract "column" names inline xml data. <?xml version="1.0" encoding="utf-8"?> <mx:application xmlns:mx=" http://www.adobe.com/2006/mxml" initialize="initapp()"> <mx:datagrid id="customers" /> <mx:xml id="custdata" xmlns=""> <customers> <customer name="bob" company="adobe" /> <customer name="sam" company="google" /> <customer name="susan" company="yahoo" /> </customers> </mx:xml> <mx:script> <![cdata[ import mx.controls.datagridclasses.datagridcolumn; import mx.controls.list; priva

Bluetooth Communication

Image
hello new here    i little experienced programming , elctronics. i hope can me project. i want set simple communication tablet , arduino via bluetooth. it working far, tablet finds blutooth module can send , recieve commands , answeres , arduino. my goal turn on , off led string commands. when send commands via usb-serial arduino working well, when send same command via bluetooth code not working. here code: code: [select] string command; char input; boolean led; // variable receive data serial port int ledpin = 8; // led connected pin 48 (on-board led) void setup() {   pinmode(ledpin, output);  // pin 48 (on-board led) output   serial.begin(9600);       // start serial communication @ 9600bps } void loop() {   readcommand();   if(command.equals(".")){     led=true;   }   else if(command.equals("-")){     led=false;   }   serial.print("arduino executing command: ");   serial.println(command);     if(led==true){     digitalwrite(ledpin,high);   }

Προβλημα στην προσπελαση του site μεσω δικτύου - Joomla! Forum - community, help and support

Καλησπέρα, εχω ενα τοπικό ομοτιμο δικτυο , και σε ενα υπολογιστη [teacher] εχω εγκαταστησει τον apache server και το joomla επίσης. απο τους αλλους υπολογιστές μπορω να δώ το apache server κανονικα , ειτε με το ip του υπολογιστή [teacher]  είτε ορίζοντας την ip με ενα ονομα [px mlykeio] στο αρχειο hosts. Οταν δουλεύω το joomla απο τον [teacher] τοτε ολα είναι καλα. Οταν μπαινω στην κεντρική σελίδα joomla απο αλλο υπολογιστη του δικτύου τοτε δεν εμφανιζονται ουτε εικονες ουτε τα σωστα χρωματα και τα links ειναι σπασμένα. Από οτι είδα το path ξεκινα παντα με localhost και γιαυτο οταν προσπαθω απο αλλο pc τοτε το localhost δεν ειναι του [teacher] αλλα του συγκεκριμενου pc και γιαυτο δεν βρισκει φωτο και links. Προσπάθησα να το μπερδεψω και να αλλαξω το αρχειο hosts του pc και να βαλω για localhost 127.0.0.1 το ip του [teacher] αλλα αυτο δεν δουλευει. Τι μπορω να κάνώ ? Στο configuration file του site σου, στον υπολογιστή teacher, έχει ένα setting: $mosconfig_live_site Αυτό, φρόντισε να

Guidance request-GPS Shield + Sensors

i'm getting started arduino. 2560 r3 still has new car smell. programming not problem me i've been doing around 30 years, components, i'm complete newbie. i've done software, not hardware.  is feasible , if is, tips appreciated,  place gps shield (dexter) on 2560, add sensors 2560?  or should uno or 2560 have sensors , chain them together? thanks in advance! this pretty vague. shield work on uno or mega, vague , mean if asking for project the correct way go doing post project proposal, organized in kind of outline instead of long paragraph project objective statement, required components list. Arduino Forum > Using Arduino > Project Guidance > Guidance request-GPS Shield + Sensors arduino

Do I need diodes for my circuit? If yes, please suggest! (tolerating different power sources)

hi everyone! i'm building circuit allow user select power source (5v regulated or 7-18v unregulated). please take @ attached image! the questions simple: 1) need use diodes (marked green) in circuit? 2) if yes, can suggest diodes (1x dual or 2x single) [need handle 2a, , has tiny possible] +1) if use diodes, voltage drop affect fuctioning of "module"? (i mean if [standard silicone] diode has 0.7v voltage drop, "module" 4.3v instead of 5v, , doesn't sound good) example diodes i've found: 1x mbrd650ctg or 2x sk24a or 2x byw96 no if actual circuit , physically switching between 2 power sources shouldn't need diodes.  diodes typically used when both power sources kept on.  instance if have device plugged mains , have battery backup. Arduino Forum > Using Arduino > Project Guidance > Do I need d

HID Joystick Number LED's

so working on project want use usb joystick on multiple platforms without writing drivers device on multiple platforms (ugh). hid joystick profiles seemed fit, appears support input device host computer. fine except want use multiple controllers same host , when want joysticks light led proportional number of joysticks connected. first joystick lights player 1 led, second joystick lights player 2 led, etc. i know possible via hid because read mind-numbing specification. know possible host send set_descriptor request change hid descriptor property can used turn on led. short of writing custom driver generate these requests each platform wish support (again ugh), know way me use functionality turn on led corresponding joystick numbering mentioned above? edit 1: after doing digging found out google filed exact feature added hid spec found in document: http://www.usb.org/developers/hidpage/hutrr47.pdf unfortunately approved month ago , if os's required implement feature in f

airplay pi2 directement sur la freebox -> airplay - Raspberry Pi Forums

Image
salut tout le monde, je commence tout juste avec la pi donc je m'excuse d'avance ! en fait j'utilise peerflix, c'est popcorntime en ligne de commandes avec nos propres fichiers torrents ou lien magnets ca marche nickel, et je voudrais savoir s'il est possible de lancer mon film directement sur ma tv ou ma freebox sans fil sans pour autant me monopoliser ma pi, je voudrais m'en servir en meme temps en gros. j'espere m'etre bien exprimé :p merci de vos réponses raspberrypi

Watch out there is a site thief about! - Joomla! Forum - community, help and support

Image
i found clone of site template running on non-joomla set-up. interested in thoughts should it. the original site http://www.biofuelreview.com . looking @ stats morning , found unusual visitor followed url http://newsonretail.com/ . thing first struck me favicon still showing. initiall thought must caching problem, realised couldn't be. on closer inspection realised had ripped off entire template. interestingly, however, it's not running on joomla set-up. so suggestions might appreciated. suspect, being , indian site should ignore theft. unfortunately, seems quite acceptable on sub-continent , there little can change without expending substantial amounts of cash. is there site these sort of incidents can reported? all thoughts, always, appreciated you try poking host or domain registrar (see http://www.dnsstuff.com/tools/whois.ch? ... retail.com registrar, , host seems same componay), say, there limited means of enforcing it. given still have original meta tags , on, might ab

[Résolu] Le bouton reset ne fonctionne plus... - Raspberry Pi Forums

bonjour bonjour !!! voilà, j'ai suivi le tuto sur framboise314 pour ajouter un bouton reset sur mon rpi b+, j'ai soudé le 2 pin header correctement, pris un bouton reset d'un vieux pc, ça marchait sans souci jusqu'à aujourd'hui. je m'en sers pour démarrer le pi, car je ne suis pas fan de débrancher/rebrancher l'alimentation. et là, il ne marche plus. j'ai donc testé avec un autre bouton reset neuf, aucune réaction. j'ai donc essayé celui récupéré et le neuf sur une carte mère, ça marche, mais plus sur le pi. pouvez vous m'éclairer sur ce problème svp ? merci d'avance ! vérifier les soudures raspberrypi

Help.The main page is blank when I change the content title. - Joomla! Forum - community, help and support

dear all, help, please me. when change content information , disable welcome joomal content. main page become blank. change content information. why main page blank. i'm using joomla 1.0.11 version. before, things normal, , no problem occur. problem. please me solve problem. help, help. my website http://www.ufun.com.hk/cm/ best regards, mike ng hi there.  not sure if question, but: your home page blank if disable content displayed there.  content wish displayed on front page, you'll need enable item front page.  enable either in content items manager, or edit content item itself, check front page box under publishing. Board index Joomla! Older Version Support Joomla! 1.0 Installation - 1.0.x

Help!!!! I don't know the turtle graphics code - Raspberry Pi Forums

Image
hi, it's mums birthday on tuesday , turtle graphic saying "happy birthday!" i'm not sure code please want give mum best birthday ever. please please please please please help. in advance h1pp0s please please need know. please i've got code: code: select all import turtle alex = turtle.turtle() alex.shape("turtle") alex.color("brown") raspberrypi

Any alternative to Flash progress bar?

i wondering if knows of alternative flash player progress bar (javascript acceptable)? or have import project flash have feature. what envision text effect of "slide x of xx" or that. method of telling student specific number of slides lesson has total number of slides in lesson. i seem remember quiz slides have this. this wish list. tpk go to: http://www.raisingaimee.co.uk/ fellow adobecommunityexpert (isn't stupid looking single camel-backed word?) paul dewhurst owns "raising aimee" , has variety of neat tools , toys available out. use link find captivate topics on site, , patient because idiot hacked paul's site , still rebuilding. paul has swfs available suggesting - listing current slide number progress through movie. paul helping out, if you'd him, link paypal , drop few bucks in "keep going" pot - not mandatory it's there , paul offers free stuff saves rest of time. have nice day! More discussions in Adobe Captivate

ATTINY85 and voltage regulator

i need make few relays timers.   it seems attiny85 fit bill nicely. on devices have looked at   digispark,  chachka/trinket, , such, have on-board voltage regulators. since use regulated power supply of stuff do, seems redundant. also appears usb programming super simple.  resistors , schottky's , no secondary ftdi chip..... all doing using '85, opto input , fet relay activation. is there reason board mounted voltage regulator missing ? well attiny85 doesn't have one. board mounted regulators allow more diverse range of power solutions , protect if there spike in voltage. Arduino Forum > Using Arduino > Project Guidance > ATTINY85 and voltage regulator arduino

Im Interrupt funktionen benutzen?

ich habe hier eine isr die immer ausgelöst wird wenn ein zeichen der seriellen schnittstelle zu lesen ist. eingehängt ist diese isr(uart2_rx_irq). ich hoffe es richtig zu verstehen, das ich dann im udr2 register den wert lesen kann. code: [select] volatile uint8_t  mpngrcinput::raw_data[34] ... /* isr srlx on uart2 */ void mpngrcinput::_serial_srlx_isr(void) { uint8_t wert; static uint8_t ctr;          wert=udr2;         if (wert==0xa2) ctr=0;         if (ctr<=34) {         raw_data[ctr]=wert;                       ctr++                    }              if (ctr=34)                     {                    // telegramm komplett, hier müsste ein crc check erfolgen etwa so                 uint16_t    crc=0;                                         for(i=0; i<=32; i++)                                                            crc=crc16(crc,raw_data[i]);                              uint16_t   checkcrc

Arduino UNO reiniciando [ Arduino UNO restarting ]

boa noite à todos, estou com um problema com minha placa arduino uno. tenho uma aplicação simples nela, o led fica aceso constantemente e quando eu apertar o botão da placa ele apaga, dá um delay de 500ms e depois acende. aplicação super simples, mas o problema é o seguinte: quando eu aperto placa aparentemente desliga e liga de novo( não tenho certeza se ela desliga ou não), mas o led pisca rápido 3 vezes, apaga e depois de meio segundo liga novamente ( exatamente quando gente liga placa na energia ou usb). alguém já passou por isso? já peguei até o código exemplo da ide arduino, e está mesma coisa. anteriormente tinha 2 servos motores nele com velocidade constante, e quando qualquer sinal chega à placa rodas paravam, faziam uma espécie de calibração (exatamente quando ligava o arduino à energia ou usb) e voltava rodar normal, tanto leitura pela serial, entrada nos pinos ou no aperto no botão da placa mesmo. preciso de ajuda urgente com isso. será defeito na placa? abraço à

Titles and certain fields from Content items disappear with Josaddphp - Joomla! Forum - community, help and support

with recent security measures (globals off, instance) seems fields referenced in josaddphp items disappear. site: http://www.calvarychapelnewberg.org . the front page has item using josaddphp - listing of recent messages. in past title content item has appeared. have create in php show , error flags on in php error messages non existant fields -though there in db. i suspect may have needing declare variables in php script unsure ones declare , how. has else experienced problem this? Board index Joomla! Older Version Support Joomla! 1.0 Administration - 1.0.x

[UNCONFIRMED] Fatal error:Call to a member function... (Installation problem) - Joomla! Forum - community, help and support

i downloaded latest nightly build , tried install joomla @ http://www.eve-underground.com/test/ however when click next after picking language (english), gives me error: fatal error: call member function loadarray() on non-object in /home/u6/euradmin/html/test/installation/index.php on line 32 php built on: freebsd pro30.abac.com 6.1-stable freebsd 6.1-stable #0: thu aug 3 15:49:29 pdt 2006 root@pro28.abac.com :/usr/src/sys/i386/compile/pro6 i386 database version: 4.1.21-log php version: 5.1.6 web server: apache/1.3.36 (unix) i tried php version 4.4.4, same thing thank can give me. can please try again recent nightly build? Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information Archived Boards - All boards closed Quality and Testing - Locked and Archived Q&T 1.5.x Resolved

Lidt OT - Joomla! Forum - community, help and support

Image
hej hvor er det lige på servage man kan ændre om det skal være php4 eller php5? jeg vil gerne lege med joomla 1.5 på søndag  det er sakset fra deres faq sektion.. we not recommend using php5 because not backwards compatible , running cgi, slower php4. you can have '.php' extension php5 enabling .htacess files in control panel. use .htaccess files hosting account feature must first enabled in control panel work properly. find function "set .htaccess files" in control panel under “web server” tab. please create following .htaccess file in root (/) folder: addtype application/x-httpd-php5 .php Board index Joomla! International Language Support International Zone Danish Forum Diverse (Off topic)

Host web apps on multiple pi's - Raspberry Pi Forums

hey guys have been doing web apps java , have been using pi while , thought use server. have set tomcat(the web server thingy hosting java web apps) , works good. thinking buying more 1 pi , making server rack , have 3 pi's host more 1 web app. question is: should make raspberry pi cluster or should use them separate? how can make web server accessible out side home network? or advice great! setup nginx reverse proxy of apps , push them each different pages or sub domains. open port 80 host outside of house, it'll external ip go to raspberrypi

complex problem - XBee, external libraries and passing structures as arguments

i have weird problem library creating. library used communicate between arduino modules using xbee series 1 modules. library simple wrapper library around arduino xbee library. at 1 point need pass structure argument 1 of functions in library. function responsible creating response packet , sending it. illustrate problem using simple example of "echo service" library - arduino sends given address content of packet received. i want pass function processes packet structure data. however, noticed when pass structure, behavior of other (seemingly non related) parts of code different. namely, if pass structure function value, received packet read xbee not correctly. if pass structure pointer, behavior correct. below there simple example illustrates problem. library: examplelib.h code: [select] #ifndef examplelib_h #define examplelib_h #include "arduino.h" #include <xbee.h> #define address_broadcast 0xffff #define address_pc 0x3333 typedef struct  {    i

Thread: Yahoo Redirects to Mobile Yahoo webpage

hi guys, got 1 problem. yahoo.com redirects mobile yahoo webpage( www.m.yahoo.com ). tried deleting caches, cookies etc... , restarted modem , system too.. still getting mobile webpage only. should restore pc yahoo webpage? tried yahoo answers. posted there link(old yahoo homepage). me there no option that. me soon tried in both mozilla , chrome.. both redirecting me mobile yahoo page what browser using? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Yahoo Redirects to Mobile Yahoo webpage Ubuntu

no external crystal 16Mhz after loading bootloader

hi all, i have no external crystal oscillator (16mhz) atmega88p after burned bootloader it. used uno atmega328p board burn bootloader plain atmega88p , burned. placed atmega88p uno board , uploaded led blinking example , worked fine. however, check external 16mhz crystal oscillator oscilloscope , signal 0v. wonder whether bootloader when burn configured run internal clock instead of external. has ideas why happens. please help, big appreciated !!!    it not surprising don't see 16 mhz scope effect oscillator. if blink works @ proper timing, oscillator ok. Arduino Forum > Using Arduino > Microcontrollers > no external crystal 16Mhz after loading bootloader arduino

missing metadata in FLV

after transferring flv (originally recorded on fms2) http server progressive download, experience problem. if flv audio only, player receives duration via metadata.. however if there video content, meta data seem there. including duratuion. this makes usability of playback controller very, well, non-usable. any thoughts? yup... seems metadata fms injects isn't complete be. try running flv's through flvmdi ( http://buraks.com), , problem corrected. More discussions in Adobe Media Server adobe

How to modify code to add right column? - Joomla! Forum - community, help and support

Image
dear friends, i bought template rockettheme. template name vividdesign.  but, template doesn't have right column. here website - http://www.visitcameronhighlands.com i want add right column website 1 -  http://www.petpeopleonline.com here code below: defined( '_valid_mos' ) or die( 'direct access location not allowed.' ); // needed seperate iso number language file constant _iso $iso = split( '=', _iso ); // xml prolog echo ' '; ?> if ( $my->id ) { initeditor(); } mosshowhead(); ?>                                                                         i not expert. have used tables in template works fine me. still have tried following code .. can try , see if works ofcourse aft