Posts

Showing posts from May, 2014

Thread: Rhythmbox, iPods and Transcoding

i discovered rhythmbox transcode audio files mp3 format (if have proper encoder installed) when transfering ipod if original in unsupported format. usefull because having of ripped music in .flac format. however, able edit transcoding options have not seen preferences or options so. there config file can edit somewhere make use different encoder (transcode aac , high quality vbr example)? in advance bump, anyone? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Multimedia Software [gnome] Rhythmbox, iPods and Transcoding Ubuntu

Thread: Emerald not working on Jaunty

i upgraded intrepid jaunty. went nicely, after upgrade haven't been able emerald working anymore. after upgrade had manually add grub entry new kernel (2.6.28.13 generic) , re-install nvidia drivers. installed manually using drivers 185.19. after chose settings appearance settings , whips out emerald (without borders) , asks if want keep settings. won't let me click , after second or 2 switches metacity , asks if want keep settings. no matter answer choose metacity. nvidia x server settings page shows things should be. compiz-check script gives ok on everything. choosing emerald on fusion icon or doing 'emerald --replace' strips away metacity borders, apparently trying enable emerald. i've tried few different emerald themes. i've tried reinstalling emerald , things related compiz didn't anything. xorg.conf (created nvidia settings none of own modifications yet) looks this: code: # nvidia-xconfig: x config...

indexof problem: request for member indexof in ..

hello, i use indexof function arduino 0019 program: part of code:    int bytesread=0;    int maxbytes=5000;    string filecontents[maxbytes];        bytesread=file.read(filecontents, maxbytes);    if (bytesread >= maxbytes) pgmprint("error data in config file ");        file.close();    //close file        serial.println("bytesread");serial.print(bytesread);   // serial.print(filecontents);        char line[80];    int sensorcounter;int weekdaycounter;int programcounter;    int oldposchar=0;      int newposchar=(filecontents.indexof(';',0)); so read file (via sd shield) in string filecontents. i following error on indexof function: request member 'indexof' in 'filecontents', non-class type 'string [(((unsigned int)(((int)maxbytes) + -0x000000001)) + 1)]' can tell me i'm ...

how can i check the High-nibbel and Low-nibbel?

Image
hello, sorry bad english. i have byte e.g. 0x1a. how can check high-nibbel , low-nibbel? what arduino command highbyte() , lowbyte()? can me? thank you you bitwise , (&) value 0x0f , 0xf0 pull high , low nibble; ie: quote byte high = (0x1a & 0xf0) >> 4; // bit-shift 4 places right value byte low = 0x1a & 0x0f; // no bit-shifting needed i think should work... Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > how can i check the High-nibbel and Low-nibbel? arduino

Pressing Enter gives <br> code instead of <p> code

i want able press enter , have code come <br> instead of <p> </p> does know how can accomplish this? thanks, travis shift - enter sam "travisk112" <webforumsuser@macromedia.com> écrit dans le message de news: f2id7f$rme$1@forums.macromedia.com... >i want able press enter , have code come <br> >instead of <p> </p> > > know how can accomplish this? > > thanks, > > > travis More discussions in Dreamweaver support forum adobe

HOW DO I FAST FORWARD THE TIMELINE SMOOTHLY?

hi, i'm using dock project: os x dock in flash to make timeline. im replacing icons year dates 1999 2000 2001 etc... (which i've done) i have movie clip info on 1 graphic scrolls or down. understand. 1 long slide, or down. when click on year want corresponding year in long slide slide place (with easing). go , stop function skips , stops, , goto , play wrong. want speed , slow down a bit this one no bottom slider, buttons each year... you can quite see @ top tweens text slides , bottom, date numbers. want these buttons smoothly scroll timeline , forth, pushing slides , down. (smoothly) here screenshot of stage any ideas guys? i can tell doncesar.com timeline wasn't done tweening. actionscript. a pretty old technique too. here's version done in flash 4 here: http://www.ultrashock.com/ff.htm?http://www.ultrashock.com/flas/detailed/72.html you'll have register ultrashock download it. chris More discussions in ActionScript 1 and 2 adobe

Added Hard Drive - Raspberry Pi Forums

hi guys , complete noob here , have got pi setup openelec , boots straight xbmc , have attached 500gb hard drive , want ( if possible ) have windows 7 desktop access hard drive transfer movies on network instead of keep on removing drive pi desktop , possible do? have seen opening terminal , ssh etc, don't know how open terminal boots xbmc . regards the easiest way configure rpi network attached storage. windows pc see rpi network-attached drive. can drag-and-drop files windows pc. instructions see http://elinux.org/r-pi_nas however, biggest problem need command line configuration, , don't know how command line in openelec. know how command line? or openelec have ssh enabled? raspberrypi

Algorithm to filter spikes

Image
hi guys... i working maxbotix xl sonar sensor. the output pulse of sensor (pin 2) varies in width when sees object in it's sights. 58 microsecs = 1 cm. so 44.4 ms = 765 cm. (it's max reading distance) i using pulsein read pulse width. this works fine spikes no object around. i testing in basement getting side clutter spikes. is there algorithms out there (i'm sure there are) filter occassional spike or 2 in row ignored? i reading sensor every 100 ms. right let variable used counter run between 0 , 20. it inc's on object , dec's on no object. when variable > 9 says there object. here code: code: [select] void loop() {      duration = pulsein(sensor_pin,high,timeout);    inches = (duration/58)*0.3937008; // convert centimeters inches        if (inches < distance)  {    z++;  }      else  {    z--;  }  if (z > 20) z=20;    if (z < 0) z=0;    if (z > 9)  {        digitalwrite(12,high);  }      else  {  ...

10-28-2012 SHA-1 Checksum Fails - Raspberry Pi Forums

i have downloaded , unzipped 2012-10-28-wheezy-raspbian.zip when run sha-1 checksum different checksum 1 displayed at: http://downloads.raspberrypi.org/downlo ... spbian.zip . web page shows checksum of: 3ee33a94079de631dee606aebd655664035756be when follow instructions at: http://downloads.raspberrypi.org/verify ... image.html , checksum of: b5d2aec8ed6e69606cc89c98e34b6c9e090c60cd have tried several times download 2012-10-28-weezy-raspbian.zip direct link mirror sites , same checksum of: b5d2aec8ed6e69606cc89c98e34b6c9e090c60cd every time. can offer insight failing follow instructions properly? thank assistance may provide. rex roper what sha-1 on zip file raspberrypi

Xbee.h

hello everyone: i new arduino-xbee stuff. working on project needs use of many arduino-xbee devices. using xbee series 1. goal is: 1. bunch of arduinos together; each broadcasts present 2. if 2 arduinos have in common (e.g.: arduino 1 looking pen , arduino 2 has pen), switch 2 arduinos broadcasting peer-to-peer i looked @ xbee.h file rappa. however, there few things cannot understand. example, in tx_series1 eaxample: // 16-bit addressing: enter address of remote xbee, typically coordinator tx16request tx = tx16request( 0x1874 , payload, sizeof(payload)); is of other xbee? if has suggestions on how reach goals, appreciate it. thanks   Arduino Forum > Forum 2005-2010 (read only) > Software > Interfacing > Xbee.h arduino

Grasshopper to Arduino

hi guys, i'm pretty new arduino, have project i'm working on hoping on.  basically, i'm trying control arduino feeding information rhino's grasshopper plugin.  grasshopper parametric modeling program rhino, , i've created vb.net definition (with luis fraguada) can send data grasshopper processing via udp.  for method, using udp library written stephane cusot.  however, i'm having problems using same method send data arduino compiled file.  i did search on here , found björn hartmann has library seems need load, however... i'm having issues getting library recognized, , how modify arduino file receive data.   as test project, want send numeric data grasshopper (controlling rotation of arm) arduino file rotate motor in real-time.  if guys have suggestions, please let me know.   , forward being part of community. sorry, wouldn't let me post links in first post, here few links wanted include: grasshopper plugin- (http://...

modules on front page moving - Joomla! Forum - community, help and support

Image
i seem having trouble modules on site, if go http://www.areabf2.com may see right modules moved right more , dosent right, dosent knocked right , looks fine, hmm, can't seem find posts right i'm pretty sure known issue solarflare ii template you're using. Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

ps groove(hack ps3) porting for arduino boards

i don't know if correct section , apologize terrible english. i found hack ps3 , i've read works atmega microcontroller, thought possible port code make work arduino. is possible that? i'm in programming, i'm not in such things ask u if possible, if it's hard do, , if can it. here's code: http://www.mediafire.com/?pmibjxwim5z4tgs i apologize if asked wrong. i've read trying port arduino, don't know technical issues. trying port of psgroove sony psp. if has info, please share it. thanks Arduino Forum > Forum 2005-2010 (read only) > Software > Development > ps groove(hack ps3) porting for arduino boards arduino

flash installation

hello, on 1 laptop 2 users work, both administror. on 1 account (login) flash works, latest version 9...... on other account doesn't work, adobe test says installed , must working when go sites no movies shown. i tried serveral things, deinstalling, installing, msi windows correct permissions in registry etc. i don't see difference in hkey current user settings in software\macromedia folder i cannot register flash9c.ocx, code 0x80070005 error what else can flash works on both accounts? greetings lex More discussions in Adobe Animate CC - General adobe

Thread: ubuntu 9.04 live dvd

i purchased chip magazine , ubuntu 9.04 live dvd provided. when booted dvd, not find "compizconfig settings manager" under preferences menu. found option install under add /remove menu not sure if live dvd contains package or not. please tell me if package included in live dvd or need internet connection download package? many thanks. i got issue, , package not available on it. need internet. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] ubuntu 9.04 live dvd Ubuntu

How to save RAM?

Image
hi, i've bigger program have print lot serial , lcd, since every string print this: serial.println("hallo, world!"); i eats ram amount of chars has. how can strings not eat ram, program memory. i know there progmem macro, didn't find documented only 6 pages in libc documentary...and nothing such functions printf_p() wich seems read strings progmem , print them (how use serial.print?) how use @ all? how string progmem, or progmem when writing this: printf_p("hello world"); -- astro you missed http://www.arduino.cc/en/reference/progmem ? Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > How to save RAM? arduino

DC servo motor with optical encoder

i'm replace stepper motor dc servo motor optical encoder. of pid-library br3ttb ( http://www.arduino.cc/playground/code/pidlibrary ) able control either velocity or position of motor. the real challenge @ moment, me, control both velocity , position. more want to: 1.) ramp velocity @ start; 2.) keep velocity constant; 3.) ramp down velocity before given position; 4.) , hold given position whatever happens. if understand correctly should use 'cascade control' ( http:// http://en.wikipedia.org/wiki/pid_controller#cascade_control ); using 2 pids arranged 1 pid controlling set point of another. however, interpretation not working should. ideas? code: [select] #include <avr/interrupt.h> #include <pid_beta6.h> #define encoderpina 3    //quadrature track (interrupt 1) #define encoderpinb 4    //quadrature track b #define outputpin 11 volatile long encoderpos = 0; long encoderpos0 = 0; unsigned long time = 0; unsigned long time0 = 0; int rpm = 0; int error = 0...

pi4j and $CLASSPATH - Raspberry Pi Forums

hi , bit of noob java. correct way compile , run program using pi4j ? doing wrong in following example ? many thanks. code: select all scarlet@cloudbase:~/java$ ls pi4j-core-0.0.3-snapshot.jar test.java scarlet@cloudbase:~/java$ scarlet@cloudbase:~/java$ cat test.java import com.pi4j.io.gpio.*; public class test { test () { gpiocontroller gpio = gpiofactory.getinstance(); } public static void main ( string [] args ) { test t = new test (); } } scarlet@cloudbase:~/java$ javac test.java test.java:2: error: package com.pi4j.io.gpio not exist import com.pi4j.io.gpio.*; ^ test.java:7: error: cannot find symbol gpiocontroller gpio = gpiofactory.getinstance(); ^ symbol: class gpiocontroller location: class test test.java:7: error: cannot find symbol gpiocontroller gpio = gpiofactory.getinstance(); ^ symbol: variable gpiofactory location: class test 3 errors scarlet@cloudbase:~/java$ javac -cp ./pi4j-co...

Thread: Remove item in Applications menu for all users

does know how remove item applications menu doesn't show users on system, accessible through terminal? rename appropriate .desktop file in /usr/share/applications. example hide hardware drivers : code: sudo mv /usr/share/applications/jockey-gtk.desktop /usr/share/applications/jockey-gtk.desktop.hide Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Remove item in Applications menu for all users Ubuntu

Goofy little boxes

has run situation this? [rh x5.0.2] occasionally, little box appears above every list item in topic file (i hope shows in attached code). never seems happen while editing file, apparently develops during generate/publish process (might residue of failed rltnnnn.htm review temp file?) although happens rarely, it's embarassing have reviewers giggle @ results of glitch. fixing relatively simple, we'd prevent happening @ all. leon leon i popped code topic , works correctly. can recreate problem in project can send me? screenshot? More discussions in RoboHelp adobe

I've found a plastic case designed around a 2x16 LCD panel.. - Raspberry Pi Forums

Image
hi folks, not pi case, case designed around 2x16 lcd panel - looks bit central heating controller case. after 4x20 lcd panel i'd grateful if has leads. in event, thought of might interested: http://www.ebay.co.uk/itm/abs-plastic-b ... 25779cb2da have sent message seller see whether manufacturer and/or have other stocks - let know comes back.. that's interesting - people output ip address of pi lcd, converting case neat. once official display becomes available - before christmas, supposedly - can't remember if said year though - there'll whole new breed of enclosures i'm sure! raspberrypi

PiFace and Gertboard - Raspberry Pi Forums

http://piregistration.element14.com/signup.html hmm have few thoughts this. 1) ok photo not clear looks ic's soldered pcb. idea of buffer chips protect rpi. if blow them on kit version case of unplug , stick new 1 in. soldered ic quite difficult remove without damaging pcb beginner. 2) i'm not expert on eu laws complete board, expect need ce marked (like rpi). (kits believe exempt) 3.)it should tested work out box. maybe better novice (soldering smds may people off, ideas of building own may person building other projects) raspberrypi

Flash into dreamweaver??

can help?? have created header in flash mp3 player. have created page in dreamweaver , want place these files in. have managed wont link mp3 files. way can make them work if export out of flash own html file. how can of normal pages? cheers look @ code exported html file vs. file created in dw .. it's path problem. there link can post? -- nancy gill adobe community expert author: dreamweaver 8 e-book dmx zone co-author: dreamweaver mx: instant troubleshooter (august, 2003) technical editor: dmx 2004: complete reference, dmx 2004: beginner''s guide, mastering macromedia contribute technical reviewer: dynamic dreamweaver mx/dmx: advanced php web development "puganinni" <webforumsuser@macromedia.com> wrote in message news:f2esbl$ee6$1@forums.macromedia.com... > can help?? > > have created header in flash mp3 player. > have created page in dreamweaver , want place these files in. > > have managed wont link mp3 files. > wa...

Assistance with error please

i'm new , experimenting servos using servo.h. version 17 of arduino compiler. i'm trying learn arrays , loops reducing coded lines on repeated tasks. maybe going wrong , ther easier ways, learning now. anyway i'm getting error , not sure why. i've search references have not found anything. because i'm trying nested loops string arrays? not sure what's wrong here. have seen many examples of numeric nested arrays work. , please explain if possible. want learn , understand. not looking person fix it. error: many initializers 'char []' in function 'void panelopen()': code: [select] #include <servo.h> char domepie[]= {"servod1","servod2","servod3","servod4"}; int pinarray[]= {9, 10, 11, 12, 13}; int pos;       // variable store servo position int closepos = 10; // panel closed position (in degrees 0-180) int openpos = 100; // panel full open position int servostep = 1; // servo stepping in degre...

Another Synchronet BBS compile question - Raspberry Pi Forums

hi, still having issues compiling sbbs on pi. have installed dependencies, , gone through wiki several times. can't seem clean build.. running command [code] pi@raspberrypi ~/sbbs $ sudo make install jsinclude=/usr/include/js jslib=mozjs symlink=1 ... ... compiling dstsedit.c linking gcc.linux.armv6l.exe.release/dstsedit compiling sbbscon.c compiling websrvr.c linking gcc.linux.armv6l.lib.release/libwebsrvr.so linking gcc.linux.armv6l.exe.release/sbbs gcc.linux.armv6l.lib.release/libsbbs.so: undefined reference `js_getscopechain' gcc.linux.armv6l.lib.release/libsbbs.so: undefined reference `js_getscriptfromobject' collect2: ld returned 1 exit status make[1]: *** [gcc.linux.armv6l.exe.release/sbbs] error 1 make[1]: leaving directory `/home/pi/sbbs/src/sbbs3' make: *** [sbbs3] error 2 pi@raspberrypi ~/sbbs $ [/code] closest can come build... have tried [code] pi@raspberrypi ~/sbbs $ sudo make install jsinclude=/usr/include/js jslib=mozjs185 ...

HD res but can we goto 2K? - Raspberry Pi Forums

hi, in hope can straight answer here, question is, can pi 2k res aka 2048x1080? in theory it's still within single link less 165mhz bandwidth. thinking there must way. takers? oh, , if you're wondering why want 2048x1080, av tech , off troubleshoot 2k issues. guessing answer may come along lines of processor unable handle amount of vertical pixels..... thanks fraggle i don't think 2048x1080 standard dmt mode, won't able drive it. dmt mode 84 2048x1152 runs @ 162mhz may work if monitor supports it. hasn't been tested, work. raspberrypi

Navigasi ... - Joomla! Forum - community, help and support

rekan semuanya, di web site saya http://www.pks-batam.or.id ada yg masih ngganjal; yaitu navigasi content. kalau dilihat sangat mengganggu dimana translasi dari bahasa inggris ke indonesia kr bagus. namun, setelah saya utak-atik sana-sini bahasa indonesia-nya masih blm 'solve'. saya bandingkan dg joomla-id.com, eehhh kok bisa ya? ada yg bisa memberikan resep, dimana harus saya ubah ya? terima kasih aris- halo mas aris, apakah navigasi yg mas aris maksud navigasi horizontal yg ada di header? terus terang saya masih belum mengerti masalah translasinya muncul di bagian mana, mungkin mas aris bisa memberikan contoh Board index Joomla! International Language Support International Zone Indonesian Forum Bantuan

newbie alert

hi, is willing me write code fade in/out 6 led's @ different times , speeds? i'd place pauses leds randomly stay high , stay low few seconds when fade or fade out way. i've been trying adapt fade tutorial under "learning" section.. since i'm beginner i'm having hard time. thanks help! annie what having problems anniemac? have been able fading code work @ all?, , understand how connect leds arduino board? start connecting leds arduino , making them turn on or blink, after matter of modifying fading code work 6 leds instead of 1 Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > newbie alert arduino

analog Value's into Array?

hello everyone, quick question - need pass 5 integers array fill spots - [4] respectively, , update every time loop run. the value's come thermistor, , i'd able compare array locations 0 , 4, can determine if current reading lower reading 5 seconds ago. (i'll able tell if beginning cool off ...) edit: ah .. think i've got part - smoothing example quite useful here. any other ways cool check out though - cheers Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > analog Value's into Array? arduino

Thread: Sound problem

hi all, using ubuntu 9.04 , microsoft xp dual os's in system. if try play mp3 songs dvd in system. in xp got full sound external stereo speakers. same dvd sound half when compared xp. not mp3 songs video , other files have same problem. why so? can rectify problem? please hep me comeout of problem? in advance, srikrishnan which player using? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Sound problem Ubuntu

Trying to BIND data from Oracle

this should simple, giving me lot of problems. returning data oracle datagrid, trying use bind attribute on cfinput tag display data. data not display, if change datasource else (ms access), works. has seen problems binding data oracle in cfinput tag? here code: <cfform name="afscontactinfo" format="flash" width="800" height="350"> <cfformgroup type="panel" label="contacts"> <!--- grid contact names ---> <cfgrid name="contactgrid" query="getafsinfo" height="220" rowheaders="false"> <cfgridcolumn name="obg_no" header="obligor" /> <cfgridcolumn name="name" header="name" /> <cfgridcolumn name="addr_3" header="address" /> <cfgridcolumn name="city" header="city" /> <cfgridcolumn name="st" header="state" /> <cfgridcolumn name=...

how many videos at the same time!

hi i'm working on project pd/arduino. i need have multiple videos playing @ same time in same gem window! i've tried put 8 videos @ same time .mov files. 3 of them work properly... 4th doesn't, nor rest! i'm mixing them [pix_mix]... i need @ least 10 layers @ time! think s possible!? , how!!! thanks! why asking here, instead of pure data forum? forum software interfacing issues - ie, writing code arduino control something. not sure how mixing video fits of this... :-? Arduino Forum > Forum 2005-2010 (read only) > Software > Interfacing > how many videos at the same time! arduino

NewSoftSerial library .. .what is wrong?

hi, i have ethernet shield xport direct+ on it. i run example, guess hardware side ok. i trying post request web server using code: code: [select] #include <newsoftserial.h> #define php_page_location "/test.php" #define web_host "host: mywebsite.free.fr\n" #define ip_and_port "c2xx.27.x3.yyy/80\n" #define xport_rxpin 2 #define xport_txpin 3 #define xport_resetpin 4 #define xport_dtrpin 0 #define xport_ctspin 0 #define xport_rtspin 0 newsoftserial xportserial(xport_txpin, xport_rxpin); void setup()   {  serial.begin(9600);  serial.println("ready?");  // set data rate newsoftserial port  xportserial.begin(9600);  int ver = newsoftserial::library_version();  serial.println(ver); } void loop()                     // run on , on again {  serial.println("saving...");  save_data();  serial.println("done");  delay(30000); } void save_data() ...

Thread: Trying to install BlueSnarfer

hello, i'm trying install bluesnarfer on newly installed version of ubuntu on asus eee 1000. i've tried several methods, neither of have worked. have downloaded package bluesnarfer.tar.gz. i'm intending on using program totally legally, seeing if can secure own phone against such software. help, ~callum hi after thee house searching on line how installed bluesnarfer on ubuntu 9.04 install bluesnarfer in ubuntu 9.04 first download 2 file below bluesnarfer.tar.gz (program), available @ www.alighieri.org/project.html bluez-4.54.tar.gz 9programe). available @ http://www.bluez.org/download/ open sell type sudo mkdir /opt/bluesnarfer copy 2 download sudo cp -r bluesnarfer.tar.gz /opt/bluesnarfer sudo cp -r bluez-4.54.tar.gz /opt/bluesnarfer cd /opt/bluesnarfer type ls -l first extract bluez-4.54.tar.gz sudo tar xvzf bluez-4.54.tar.gz , make sure have installed l...

Multiple serial commands

i want arduino recieve serial message , run different commands based on contents of serial recieved. example, if recieved "r122" analogwrite (r, 122). if recieved "r155" analogwrite(r, 155)... b130 = analogwrite(b, 130) etc. alternatively, recieve 1 message saying next message should applied pin. how should go this? mrmp 1 way... http://www.arduino.cc/cgi-bin/yabb2/yabb.pl?num=1232140631 Arduino Forum > Forum 2005-2010 (read only) > Software > Interfacing > Multiple serial commands arduino

Niet meer kunnen inloggen door verkeerde update - Joomla! Forum - community, help and support

door dat ik een verkeerde update heb geplaatst van joomla! 1.0.3 naar 1.0.4. op een verkeerde site van mij ( http://www.spws.nl ) kan in niet meer in de backhand komen. deze site nog niet geupdate naar de joomla versie. heeft iemand enig idee hoe ik dit probleem zou kunnen oplosssen. ruud ik veronderstel dat je geen backup hebt? anders kan je mss de bestanden die door de patch overschreven werden vervangen door de bestanden die in het originele mambo-pakket zitten dat je gebruikt. Board index Joomla! International Language Support International Zone Dutch Forum Algemene vragen

Dreamweaver Configuration

hi all, i wondering if kind tell me can play settings dreamweaver uses creating new documents. use xhtml1.1 when authoring pages , default markup is- <!doctype html public "-//w3c//dtd xhtml 1.1//en" " http://www.w3.org/tr/xhtml11/dtd/xhtml11.dtd"> <html xmlns=" http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <title>untitled document</title> </head> <body> </body> </html> i have managed doc language in default mark <!doctype html public "-//w3c//dtd xhtml 1.1//en" " http://www.w3.org/tr/xhtml11/dtd/xhtml11.dtd"> <html xmlns=" http://www.w3.org/1999/xhtml" xml:lang="en" > <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <title>untitled document</title> </head> <body...

WiFi Startup Loop - Raspberry Pi Forums

hey there got raspberry pi 3 days ago , i've been playing ever since. made attempt try , give raspberry wifi adapter. have rosewill rnx-n150hg high-gain adapter using debian drivers ath9k_hpc. regularly use adapter desktop (physical ethernet line not option me) know works fine. when plug raspberry's usb port, can find , see should functioning properly. i'm investigating causing problem, im leaning towards power issue. when first plugged in , tried out using wpa_gui program, seemed scan , worked normally, not connect router via hidden ssid open/no authentication. entire thing restarted on own. after numerous attempts @ playing drivers , looking @ lsusb , dmesg telling me, said before im leaning towards power issue, cant tell sure. when drivers installed, , adpater plugged in during initial boot fails start , restarts entire system. time between loops becomes longer , longer each restart attempt made system. if leave it, log raspberry without restarting. if try use ad...

Why is Serial.println(count) necessary?

i have following program takes input (12 or 13), toggles led on appropriate port , returns returnmessage. however, if remove serial.println(count) after if-part, doesn't output or anything, if it's there, works perfect, has explanation? static boolean state[14]; static int pos; static int fade; int count; int led; void setup() {          pinmode(12, output);  pinmode(13, output);    serial.begin(9600);    pos = 0;  led = 12;  count = 0;  state[12] = false;  state[13] = false; } void loop() { count = 0; pos = 0;  while (serial.available() > 0) {    char ch = serial.read();    if (ch>'0' && ch<=  '9'){      pos = pos * 10 + ch - '0';      count++;    }    serial.println(count);  }  if (count==2){    state[pos] = !state[pos];    digitalwrite(pos, state[pos]);    serial.write("pin #: ");    serial.print(pos);    if (state[pos]) serial.write(" on");    if (!state[pos]) serial.write(...

Sqeezeplug and LMS web interface - Raspberry Pi Forums

Image
hi all i'm looking help, before go crazy. i'm new pi user , decided install squeezeplug in order run ue music library (v10 of lms) squeezeplug v5 install appears have gone fine (following straight forward instructions), , ran update before installing lms, appears running. (i can see uemusiclibrary in server list). problem can't access web interface on http:/[pi's ip address]:port, can't set server. i've tried port 9000, , 3546 believe ue uses different port old lms, "page cannot displayed" message. far i've tried opening ports in routers firewall + windows firewall ( no luck) i've tried accessing different computers on network (no luck) i've tried reinstalling squeezeplug (no luck) other ideas appreaciated. regards ross asus rt-n13u router raspberry pi squeezeplug v5 lg n1t1 nas logitech smart radio the info @ http://logitech-en-emea.custhelp.com/ap ... /related/1 confirms http port used ue music library 9000. (354...