Posts

Showing posts from June, 2015

in strech, "Youtube on PIXEL mod" play video but no audio - Raspberry Pi Forums

Image
i enabled "fullscreen hi res youtube on pixel mod" following tutorial viewtopic.php?f=63&t=162850 in jessie, works fine in strech, video play no audio. if play @ chromium, both audio , video works fine. connect rpi tv through hdmi many raspberrypi

Poor stitching using RAW in photomerge

hi all, i shoot a900 , stitch arw raw files produces. unfortunately results pretty awful. no matter how import shots (through bridge, lr or ps4 itself) or type of raw (dng or arw, tiffs) wizard align not stitch photos together. plenty of examples can found in flickr set: http://www.flickr.com/photos/35398335@n00/sets/72157613267634565/ selecting layers -> merge layers has no effect - flattens layers without merging them. however, have no problems whatsoever if first convert jpg , stitch. here's example of that: http://www.flickr.com/photos/35398335@n00/3252828606/in/set-72157613267634565/ converting jpgs isn't satisfactory solution because lose headroom in pp after stitch. does have ideas how can make ps4 produce stitches when using raws? all ideas appreciated. photomerge reject files having no common interface. show 8 files 1&3 , 7&8 related in way. limit open or highlighted files overlap each other. More discussions in Photoshop Windows (read only)

Thread: Favorite Coffee?

Image
what's favorite coffee besides ubuntu? absolute greatest double black diamond green mountain. try out, delicious... 25% kona beans 75% columbian beans ground together. Forum The Ubuntu Forum Community Ubuntu Community Discussions The Cafe Favorite Coffee? Ubuntu

Pregunta girar pantalla LCD 180 grados

hola todos no se si es en este apartado para hacer una pregunta tengo varios lcd 20x4, 16x2 y 20x2 pero todos llevan las conexiones en el lateral izquierdo por motivos de sitio quiero girar uno de ellos para que las conexiones queden en el lado derecho hay alguna manera de través del software salgan los caracteres bien teniéndolo girado la pantalla lcd 180 grados. gracias no hay modo porque los caracteres estan en rom y solo te permite no se si manejar 4 u 8 caracteres generados.  porque no haces un pcb que resuelva tu problema o colocas un conector con cable plano que logre lo mismo. Arduino Forum > International > Español > Software (Moderators: surbyte, Hector_A) > Pregunta girar pantalla LCD 180 grados arduino

Servo + Push Botton

Image
hola todos, no se si estoy escribiendo en el sitio adecuado, pero necesito una ayudita con un proyectito que estoy llevando cabo, resulta que necesito entender como mover 2 servos de 20° 180° al mismo tiempo con un solo botón pulsador, que al presionar una vez, vaya 180 y se quede ahí, y al presionar de nuevo vuelva los 20° del principio. tengo el código de los servos pero necesitaría añadir los comandos para que el botón funcione podrían ayudarme? gracias :re mi codigo: #include <servo.h> servo servo1; servo servo2; void setup() { servo1.attach(9); servo2.attach(10); } void loop() {       servo1.write(195);servo2.write(25);   delay(2000);       servo1.write(25);servo2.write(195);   delay(2000);     } si no lees los mensajes anteriores y las normas del foro jamás sabrías si estás en el sitio indicado o no. no, no lo estás, pero yo voy mover este mismo hilo donde corresponde. te pido, por favor, que leas las normas del foro y edites tu mensaje origin

Thread: Recover Files from Ubuntu using Xubuntu

hi folks, know if there way can recover personal documents (specifically documents , pictures folders) ubuntu using live xubuntu usb (9.10). plan on installing xubuntu want restore files first. presently unable boot ubuntu because every time load receive message 'gave waiting root device.' since planning on switching xubuntu anyway didn't seem worth trouble-shoot issue if can retrieve documents through live usb that's it, if there more information needed let me know please, also, living/working in peru , live there no internet please don't give on me if don't respond immediately. should have internet tomorrow afternoon/evening (dec 21) , after on 28th. thanks! brian run xubuntu live cd. if go home folder (or ever are), should able see them , copy them flash drive. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support

STRECH on RPI 2 - Raspberry Pi Forums

hello, stress installed on rpi 2, still found ethos , no enx parameter. that's wrong ? thankx, acd22 wrote: ↑ sun oct 08, 2017 6:39 pm stress installed on rpi 2, still found ethos , no enx parameter. that's wrong ? no, it's normal predictable names switched off default on rpf images. expected. raspberrypi

Humidity and temp sensors for long use in industry...??? - Raspberry Pi Forums

Image
hi, thinking use raspberry pi project need humidity , temp sensors long use , made industry after searching on google exist 2-3 sensors can use raspberry pi , don`t made business project, true??? thanks. p.s. sorry bad english... i can't speak longevity or ruggedness of humidity sensors ds18b20 temp sensors, particularly ones in stainless case. quite dependable , pretty robust. half answer anyway raspberrypi

How to add new Module Position? - Joomla! Forum - community, help and support

in site have copy lot module , each module appear in difference page, found defualt position (user1-user9) not enought use. can add new position 'user10 - user15'?? see faq here: http://help.joomla.org/component/option ... temid,268/ to create "new" position chose 1 of names list of positions shown in site>template manager>module positions in template add   you want to  surround approprate html appears want , formatting want. last updated - Board index Joomla! Older Version Support Joomla! 1.0 Administration - 1.0.x

ATTN: Visiting Adobe Engineers!

first of all, thank spending time in forums helping bottom of problems, , actively participating in dialogue. means world us. but please, add signature tag or positively identify yourselves adobe employees. of may recognize of names, not of recognize of you. when ask sent files, folks might wary if don't know it's adobe employee doing asking! regards, phos.... phosphor - right don't have easy way add signatures on forums. last heard forum team still looking it. (i'll call them again after lunch , see if got anywhere) and yes, have new folks don't recognize. More discussions in Photoshop Windows (read only) adobe

SoftwareSerial Causing bad reading ?

Image
i'm using arduino mini, since doesn't have uart port left. thought use softwareserial, turned out not good. making hardware serial read bad data. for example, if upload following code, , open serialmonitor , write text longer 4 characters, trim middle text. 123456789, read 123789. if comment line "myserial.write(buffer2,toread);" works expected. there anyway fix ? code: [select] #include <softwareserial.h> softwareserial myserial(5, 6); // rx, tx void setup() {   // open serial communications , wait port open:   serial.begin(57600);   while (!serial) {     ; // wait serial port connect. needed native usb port only   }   // set data rate softwareserial port   myserial.begin(9600);   myserial.println("hello, world?"); } void loop() { // run on , over   //if (myserial.available()) {  //   serial.write(myserial.read());  // }   if (serial.available()) {     int toread = serial.available();     byte buffer2[256];     serial.readbytes(buffer2, tore

Thread: Can changing the login screen mess up the computer?

well hi guys wanted ask quick question. if change login screen theme different 1 thats there (i know can more on gnome-look stock ones) mess computer. instance lets screen big mess up? or automatically resize? don't want choose 1 , boom! dosen't work , cant on computer. changing login theme won't have negative effects. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] Can changing the login screen mess up the computer? Ubuntu

Problem with line following robot

i wrote code line following robot , it's weird because right wheel of robot moves backwards , left wheel moves forward when it's supposed go forward. robot moves right , left properly(the wheels move how it's programmed to. i've used 2 infared receivers/transmitter modules. please tell what's wrong!  look @ code: code: [select] int const rs = a0; int const ls= a3; #include <afmotor.h> af_dcmotor r_motor(3); af_dcmotor l_motor(4); void setup(){   serial.begin(9600);   pinmode(rs, input);   pinmode(ls, input);   } void loop(){   bool r_state = digitalread(a0);   bool l_state = digitalread(a3);         if((r_state == true) && (l_state == true)){         strght();       }        if((r_state == true) && (l_state == false)){         turn_right();       }        if((l_state == true) && (r_state == false)){         turn_left();       }        if(l_state && r_state){         stop();       }   } void strght(){     l_motor.setspe

Conversion of XPT2046 touchscreen pinouts - Raspberry Pi Forums

good evening all. i'm new please, please gentle. ive acquired couple of new xpt2046 touch controller displays. question is, can standard gpio pinouts adapted (i apologise ignorance here), flat cable connector style use screen port on pi 3? right instruction can create, or right pointer can buy. thank all, in advance. you have provide little more info screens people able well. xpt2046 chip reads touch film on face of screen , has nothing type of screen is. xpt2046 chip can comunicate rpi via spi. make assumption screen si spi screen these xpt2046 chip r put on. ribbon cable screen dsi interface, not aware of spi dsi coverters raspberrypi

[consulta] arduino micro + bluetooth + LED RGB??

hola! tengo un arduino micro, un modulo bluetooth, y me gustaria cambiar los colores de varias tiras rgb, pero cada una independiente la otra. la idea es que una tira rgb la vaya cambiando de color, y la otra parpadee en ciertos momentos... se puede hacer con solo 1 arduino micro?? necesitaria app propia de android?? en esto estoy algo perdido. quote from: magnikos on aug 06, 2016, 04:00 pm tengo un arduino micro, un modulo bluetooth, y me gustaria cambiar los colores de varias tiras rgb, pero cada una independiente la otra. la idea es que una tira rgb la vaya cambiando de color, y la otra parpadee en ciertos momentos... se puede hacer con solo 1 arduino micro?? si te interesa el control del brillo, entonces hasta dos. si solo es para encender y apagar, entonces hasta seis serían. quote from: magnikos on aug 06, 2016, 04:00 pm necesitaria app propia de android?? para darle tu proyecto un uso más "elegante", cómodo y fácil? sí. pero durante el de

Color Picker Problem

for reason, small vertical window right of main color picker window has changed on copy of pscs3. other installation shows bands of various colors red, through yellow, green, blue, , red @ top. way, can pick area of color larger square window @ left make selection. on copy problem color range limited. colors instead of being whole spectrum above, limited spectrum around color selected eyedropper. this may not explain problem well, range of colors can selected color picker drastically narrowed. have picture, there no way attach forum, can email if interested. thanks. click on various radio buttons next h, s, b, r, g, b, etc, , observe how change color displayed in "spectrum" pane. More discussions in Photoshop Windows (read only) adobe

How to allocate one buffer for all formatted SQL queries?

hi, i'm new arduino , c# have started play around mysql connector arduino library (by dr. charles a. bell). it's quite fun , interesting, have question rather basic. here goes: in 1 of code examples dr. charles bell writes in comments sprintf uses twice memory , alternative option "to allocate 1 buffer formatted queries or allocate memory , free when you're done". this might basic question, hope kind explain how this? or point me in direction examples. here link bell's full example otherwise here specific comment: code: [select] serial.println("> running select dynamically supplied parameter");   // initiate query class instance   mysql_cursor *cur_mem = new mysql_cursor(&conn);   // supply parameter query   // here use query_pop format string , query the   // destination. uses twice memory option be   // allocate 1 buffer formatted queries or allocate the   // memory needed (just make sure allocate enough memory and   // free when

Deleted default actions

i thought deleting current action working on, inadvertently trashed each , every 1 of default actions. can copy files need install disk? i don't know if default set on install disk, can this... first, save action sets want saved, because you're wipe action palette clean. quite photoshop. delete actions palette.psp file located at: home/library/preferences/adobe photoshop cs3 settings/actions palette.psp if you're leery deleting file, move out. when relaunch ps, default set there. carl. More discussions in Photoshop Macintosh (read only) adobe

Thread: issue with acer aod-250 netbook

hi, installed ubuntu 9.10 on acer aspire 1 aod-250 netbook. however, wireless signal works when boot it, after 15 minutes or gets dropped. there fix this? also, @ point terminal freezes (i.e. can't type it). has seen before (or know how fix it)? thanks. install wicd (i had same issue gateway netbook) Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] issue with acer aod-250 netbook Ubuntu

Can we get a default Python Version update - Raspberry Pi Forums

hello wondering if ever raspbian update update python 3.4.2 latest version. love able use latest version without having spend 30 minutes building source (on pi3b) when needed, , takes 2 hours on pi 0 w. can please update have latest version of python installed system default? thanks the versions installed raspbian stretch via noobs ... python 2.7.13 python 3.5.3 believe raspbian tracks debian releases raspbian unlikely have later versions debian has unless 1 builds oneself. raspberrypi

Color Management, Photoshop CS3 and Epson Inkjet Printer

i have been down road before here goes again... im using photoshop cs3. im printing on epson stylus photo rx680 using photo quality inkjet paper. i know printer capable of quality prints. thing can not figure out correct combination of color management settings decent print out of photoshop or indesign. i have read supposed turn off printer color management , let adobe manage color. doesnt seem work. i overly magenta images awful. if let epson color management control color can lot closer print out far accurate or high quality. so heck correct protocol printing epson inkjet printer adobe app. btw, seem decent print out of pdf understand own postscript conversion before hitting printer. is issue is? does photoshop or indesign require postscript ripper software decent results out of inkjet printer? try http://www.gballard.net/psd/printing_epson_photoshop_cs3.html More discussions in Photoshop Macintosh (read only) adobe

[résolu]Classes ++, héritage, pB compilation

bonjour, débutant arduino il n'y pas si longtemps, je viens, en amateur,  de l'environnement delphi (pascal objet). j'ai commencé à m'adapter sans encore trop de soucis au langage c d'arduino et j'ai souhaité passer au c++ pour commencer à comprendre et programmer des objets. je n'ai pas encore de gros problème avec le concept de programmation orientée objet mais je rencontre quelques difficultés à structurer mes différents fichiers pour que la compilation fonctionne. (fichiers *.h et *.ccp) a ce propos, j'ai lu avec attention les problèmes voisins déja traités sur ce forum : http://forum.arduino.cc/index.php?topic=411741.msg2843394#new selon que j'utilise mon pc d'atelier (avec winxp) ou de bureau (avec win10) le comportement est différent : "le programme compile ou pas selon l'environnement" je vous propose, à des fins de remarque et critique, un exemple d'essai ou j'ai mis 3 classes : - la classe led basique pou

Permission Denied... - Joomla! Forum - community, help and support

hello, why keep getting message when try install new template? i've installed templates before , never had problem until recently. warning: is_dir(): stat failed /home/content/a/n/d/andreacamille/html/joomla22/templates/business_blue/.. (errno=13 - permission denied) in /home/content/a/n/d/andreacamille/html/joomla22/includes/joomla.php on line 3040 failed copy file: /home/content/a/n/d/andreacamille/html/joomla22/media/install_46c8cf7eb3e1d/head.swf /home/content/a/n/d/andreacamille/html/joomla22/templates/business_blue/head.swf my naive suggestion @ permission settings on folders. perhaps write access not permitted? Board index Joomla! Older Version Support Joomla! 1.0 Installation - 1.0.x

Filename Conventions and Compatibility

windows conventions windows has maximum path length of 260 characters, includes the drive letter (+ colon , backslash) folder , sub-folder names , back-slashes. under windows using ntfs file system file , folder names may to 256 characters long. the following characters invalid file or folder names on windows using ntfs: / ? < > \ : * | " , character can type ctrl key. in addition above illegal characters caret ^ not permitted under windows operating systems using fat file system. in addition these characters, following conventions illegal: placing space @ end of name placing period @ end of name the following file names reserved under windows: com1, com2, com3, com4, com5, com6, com7, com8, com9, lpt1, lpt2, lpt3, lpt4, lpt5, lpt6, lpt7, lpt8, lpt9, con, nul, , prn macintosh os 9 conventions the illegal character file , folder names in mac os 9 colon ":" file , folder names may 31 characters in length macintosh os x conventions since mac os x build on

Copyright notice - Joomla! Forum - community, help and support

on bottom of every page on joomla site ( http://www.thepfjradio.com.au/site ), has copyright message. saying "© 2007 pfj radio". i'd change "© 2007 pfj studios (the parent company), keep title of site "the pfj radio". where find copyright message in .php files on site, can change it? sorry, no need.. i've found it. i'll use search option on before posting. my bad. Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Thread: Abt backup and format between 32 and 64 bits

Image
hey thing laptop can support 64bits version of ubuntu have 32 bits installed. need know if backup 32bits version, format 64bits , deploy image on 64 bits system work 64bits programs working correctly left , installed full paths , configurations working? or problem me? i'm going idea 64bits backward compatible 32bits version. (that's know if i'm not mistaken ) if yes can, way/software need backup laptop , what's important know before starting whole thing? , thx in advance to install 64 bit need that. 32 bit packages run on 64 bit defeat object. thing worth backing stuff /home. have home on it's own partition reinstalling easy. dont format 64 bit. format filesystem ext3 or ext4 default on karmic. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] Abt backup and format between 32 and 64 bits

Can someone explain what this does?

hello there, iv been working bmp180 sparkfun , don't know chunk of code exactly. doesn't first loop current pressure , baseline altitude function library? if point of below? code: [select] double getpressure() {   char status;   double t,p,p0,a;   // must first temperature measurement perform pressure reading.     // start temperature measurement:   // if request successful, number of ms wait returned.   // if request unsuccessful, 0 returned.   status = pressure.starttemperature();   if (status != 0)   {     // wait measurement complete:     delay(status);     // retrieve completed temperature measurement:     // note measurement stored in variable t.     // use '&t' provide address of t function.     // function returns 1 if successful, 0 if failure.     status = pressure.gettemperature(t);     if (status != 0)     {       // start pressure measurement:       // parameter oversampling setting, 0 3 (highest res, longest wait).       // if request successf

Atmega328p weird rebooting upon load, even with ton of decoupling caps.

Image
hi all, yet problem encountered "arduino" alarm circuit yesterday trying figure out going , need push in right direction. my latest circuit simple this: 1 atmega328p microprocessor on breadboard powered via 3.3v switching regulator, , drives piezo speaker generate short , loud alarm beep every minute or switching npn transistor @ piezo's resonant frequency duration of beep, piezo powered same battery via 12v switching regulator. power source 3xaa batteries. can see basic illustration attached message. both voltage regulators pololu there no questions assembled. i have added decoupling capacitors (tantalum 33uf) in , out of both voltage regulators 10uf decoupling cap close atmega's voltage input. in general works okay, beeper beeps reliably, beeps there little voltage drop 0.04v stable. the problem whole thing draws 12ma of current when idle (i.e. microprocessor works not sending beeps piezo speaker), should draw 4ma because atmega uses , because 3.3v regulat

Joomla not loading on client machine - Joomla! Forum - community, help and support

i have installed joomla 1.0 on machine @ work , looks , works fine on machine. no error or warnings in joomla admin section seem ok. i go onto different machine try access joomla setup , load text, there no pictures , no theme , fancy look. went home , tried access site home , getting same thing. i tried googling problem , not getting result relating problem. could me out. thanks in advance. welcome joomla! what's $mosconfig_live_site in configuration.php? the machine @ work has ip addres 192.168.x.x or url http://localhost/ or http://127.0.0.1 . all addresses refer pc @ work. or you've added domain in hosts file @ pc. but if users try access site pc, browser tries find images / theme local pc. Board index Joomla! Older Version Support Joomla! 1.0 Administration - 1.0.x

Pen tool / Paths ?

i've been working pen tool in cs3. have outlined product using pen tool creating path. needed use free transform reduce size of item , change it's position on doc. want use path created selection, path @ original size (not new / changed size). there way paths (one or more) resize / transform match new size / placement of object. use edit-transform function transform layer position, select path in paths palette , use function edit-transform again. there's no way know of transform path , layer @ same time best workaround. edit-keep in mind can use method moving object around document (and path), if don't need scale it. More discussions in Photoshop Macintosh (read only) adobe

Type Tool won't go to next line - photoshop 5.0

when use type tool, can generate letters, when press enter button start new line, starts printing backwards. , cannot place cursor on next line. what leading, baseline, tracking , kerning supposed set @ normal display. is there simple fix without reinstalling program because i'm afraid i'll lose automated batches i've set up. thanks much. actually, when press enter, cursor goes beginning of line if left justified text highlighted. if centering text highlighted, cursor returns middle on thata same first line. More discussions in Photoshop Windows (read only) adobe

Hand tool in CS4

i wondering if there way use hand tool (or spacebar) if entire image visible, in previous versions. 1 might wonder why want pan if can see entire image. comes when 1 of layers bigger main image. if try transform layer, transform handles off edge of screen, need hand tool. otherwise have zoom out further @ handles. you can change "standard screen mode" "full screen mode menu bar" or "full screen mode" using icon on tool bar. or, in versions of ps, press f on keyboard toggle between modes. can use space bar pan image in both of full screen modes. useful thing remember! geoff More discussions in Photoshop Windows (read only) adobe

Thread: Rhythmbox: iPod Has No Songs Unless Connected

i edited songs on ipod rhythmbox , when use ipod says no songs when connect rhythmbox can still see them. ideas?' 160gb ipod classic w/ upto date firmware ubuntu 9.10 rhythmbox 12.5 i experiencing exact same problem. have not yet found solution. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Multimedia Software [ubuntu] Rhythmbox: iPod Has No Songs Unless Connected Ubuntu

Letter Spacing and Font Acting Wacky [SOLVED FOR NOW] - Joomla! Forum - community, help and support

Image
hey folks, i made site below few months ago , of sudden letter spacing , weight changed throughout site.  below picture correct version on top , messed version on bottom.  occurring on computers not others , seen in both ie , firefox on troublesome computers. i've messed font , weight, etc... no love yet... the website here: http://www.intherestoftheworld.com any ideas appreciated. hi, i don't problem in windows firefox or explorer or on mac firefox or safari, did manage solve it? your menu have problem in mac firefox. Board index Joomla! Older Version Support Joomla! 1.0 Templates & CSS - 1.0.x

Brauche Hilfe, Fehler "avr-g++: no such file or directory"

guten tag, ich bin neu hier und hab einige fragen zu einem sketch bei dem fehler auftreten. heir ist der sketch: code: [select] #include "timer.h" #include <adafruit_gfx.h>    // core graphics library #include "swtft.h" // hardware-specific library #include <touchscreen.h> int pin02 = 11; timer t; int tid=1000; int stepspeed=1000; int steplenght=10; boolean stepdirection=low; char buf[12]; int dirpin = 9; int steppin = 10; int interrupt_pin = 12; int eventid; bool runok = false; // assign human-readable names common 16-bit color values: #define black   0x0000 #define blue    0x001f #define red     0xf800 #define green   0x07e0 #define cyan    0x07ff #define magenta 0xf81f #define yellow  0xffe0 #define white   0xffff #define yp a1  // must analog pin, use "an" notation! #define xm a2  // must analog pin, use "an" notation! #define ym 7   // can digital pin #define xp 6   // can digital pin #define ts_minx 150 #define ts_miny

Thread: Dual booting XP and 9.10

Image
i have windows xp installed. want install/dual boot ubuntu netbook remix 9.10. don't want run boot problems (mbr vs grub problems). there guides dual booting xp (installed first) , unr 9.10? keep in mind, i'm linux newb. http://apcmag.com/how_to_dual_boot_w...lled_first.htm google friend Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades Dual booting XP and 9.10 Ubuntu

change hosting company - Joomla! Forum - community, help and support

Image
hi! i change hosting company! i transfer files , make database , import database… but final error! warning: main(/home/www/mycanaries.eu/jo/includes/version.php) [function.main]: failed open stream: no such file or directory in /public_html/mycanaries/jo/includes/joomla.php on line 71 fatal error: main() [function.require]: failed opening required '/home/www/mycanaries.eu/jo/includes/version.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /public_html/mycanaries/jo/includes/joomla.php on line 71 can me? did verify parameters/paths in configuration.php ? Board index Joomla! Older Version Support Joomla! 1.0 Upgrading - 1.0.x

w1-gpio,w1-therm module not found - Raspberry Pi Forums

Image
while i'm trying temperature ds18b20, got problem.and want know how modules,help me plz. logs: ****@*********:/home/pi# sudo modprobe w1-gpio modprobe: fatal: module w1-gpio not found. ****@*********:/home/pi# sudo modprobe w1-therm modprobe: fatal: module w1-therm not found. ps:sorry bad english. hi. assuming running raspbian jessie or stretch, have used rapsi-config enable 1 wire interface ? once enabled don't need modprobe more command line or in terminal window do code: select all cd /sys/bus/w1/devices ls list connected 1 wire devices in format "28-041701672bff" raspberrypi

Thread: Live USB boot of 9.10 freezing during unpack

Image
hi all, have pentium4,256mb ram desktop damn slow when run windows xp. trying install ubuntu 9.10 using live usb stick. live usb working alright on higher configured computer. hence sure live usb drive(made according info in website) working , perfect. tried boot desktop using usb drive, got error " not read kernel image:linux boot:_ " found compatiiblty issue of usb drive hardware. found solution this, here itself. said should format usb drive fat16 instead of fat32. did ,checked on higher confi computer , made sure works. installation liveusb drive started in destop. tried installation/live mode/persistent mode , freezes during unpacking of files. this: ".....kernel thread..." freezes here. please help. haven't tried live cd yet, becoz didnt have blank 1 in hand. sorry posting in wrong forum topic. system not "system76". please not

PSCS4 Photomerge broken?

hi, i tried merging several different sets of images. photomerge either did poor job of blending or not merge images. i went previous panoramas , when tried new merging same images, photomerge not merge of sets. i have latest updates- camera raw 5.2. help! it's difficult make comments without example images. i upgraded cs2 , photomerge superior in cs4, blending. More discussions in Photoshop Windows (read only) adobe

Appending All Brushes

hey, using cs3 photoshop. have whole host of brushes (.abr files) have downloaded on years, brush menu loaded crap never use. can see can reset brushes default... have done. there way either load brushes or append multiple sets @ once? when click on "load brushes..." takes me brushes folder doesn't show of abr files... odd because have 20 in there. anyone else have problems this? edit>preset manager. use make new, smaller, managed .abr files , you're set. More discussions in Photoshop Windows (read only) adobe

Evitar que pantalla se apague - Raspberry Pi Forums

tengo pi 2, hago una presentación ( como las que se hacen con powerpoint ) , la corro continua , pero al rato la pantalla del tv se apaga , como evitar que el sistema operativo apague el monitor ? algunas sugerencias que me han dado es que convierta la presentación video y lo ejecute ya cuando se ejecuta video no pasa que la pantalla se apague. que programa de video me recomiendan que pueda hacer loop de video ? gracias. prueba con la solución de este enlace: http://acastillog.es/20171021.php espero que te valga. raspberrypi

Thread: Install help

where can find basic information on ubuntu? have disks , have downloaded program seem unable after. help? thanks. http://www.psychocats.net/ubuntu/installing start https://help.ubuntu.com/community/graphicalinstall https://help.ubuntu.com/community/burningisohowto https://help.ubuntu.com/community/howtomd5sum https://help.ubuntu.com/community/ubuntuhashes https://help.ubuntu.com/community/in...integritycheck hope helps. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu Install help Ubuntu

"Apt-get update" internet connection problem in new Raspbian stretch - Raspberry Pi Forums

hello everyone, unfortunately "apt-get install" , "apt-get update" not working in new operating system(raspbian stretch).i set configurations acessing internet changing nameservers , assigning static ip.(i changed them /etc/dhcpcd , /etc/resolvconf) able ping "mirrordirector.raspbian.org" , ip adress "93.93.128.193". able ping "archive.raspberrypi.org" , ip adress "93.93.128.211" bu unfortunately not downloading file these own websides using "apt-get update" , ı can not install java jdk8 using "apt-get install oracle-java8-jdk" dealing process 2 days , ı still couldn't managed. same configurations work correctly raspbian jessie , able download document mirrordirector.raspbian. /etc/apt/sources.list in direction connection configurations set stretch.so there should no problem download files mirrordirector. higly apreciated(i add configurations ı made below topic) apt works on raspbian str

Problemi con DS3231

buongiorno tutti, mi chiamo simone ed è da poco che mi sono tuffato nel mondo di arduino e del linguaggio c++. devo dire che credevo fosse più facile. quando faccio gli sketch base non ci sono problemi, ma appena mi butto in programmi leggermente più difficili mi incarto. qualcuno mi può consigliare un libro per studiare in modo chiaro il linguaggio c++? tornando al ds3231, ho provato fare uno sketch per irrigare con sensore pioggia ma continua darmi un errore. mi sapete dire dove sbaglio? ho allegato lo sketch in formato txt. grazie tutti... che erorre ricevi dal compilatore? puoi linkare le librerie che utilizzi ? Arduino Forum > International > Italiano > Generale (Moderator: leo72) > Problemi con DS3231 arduino

Probleme hdmi - Raspberry Pi Forums

bonjour j'ai un probleme avec le branchement en hdmi du raspberry pi 3 b, sur une télé, le signal n'est pas reconnu. j'ai testé sur une autre télé et cela fonctionne. comment peut-on faire pour rendre compatible le signal, la télé est une samsung le19r86bd. merci un tour du côté de /boot/config.txt "dans le cadre de nos lectures instructives en patois local :" https://www.raspberrypi.org/documentati ... /readme.md section video/display raspberrypi

Serielle Schnittstelle an verschiedenen Stellen auslesen

Image
hallo, ihr kennt mein problem vermutlich shcon ich immer noch 2 arduinos kommunizieren lassen. klappt mittlerweile auch über eine serielle schnittstelle: sender: code: [select] #include <interval.h>  // ---------------------------------dht11-temperatur-sensor 1----------------------------------------------------     #include <dht11.h>          // einbinden der dht-library -> stellt klasse zur verfügung zur ansteuerung des temperatur-sensors     dht11 dht11;              // sensor-objekt "dht11" erstellen aus klasse dht11     #define dht11_pin 8       // datenpin des sensors definieren : 8 //-------------------------- messung für temp.sensor 1---------------------------------- unsigned long interval_messung_t1 = 3000;    // interval zwischen zwei messungen(t1) // ---------------------------------initialisierung von temperatur-sensor 2-mlx90615 ---------------------------------------------------     #include <mlx90615.h>       // library für temp

Thread: can i switch the distro i duel boot without messing with GRUB

ok can switch distros have mess grub loader when do????? installed inside windows via wubi not disk, effect anything? if have wubi not have grub installed in mbr. booting windows , choosing whether continue windows or start wubi program. wubi program running in windows other windows program except takes on , runs ubuntu install. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] can i switch the distro i duel boot without messing with GRUB Ubuntu

Arxuino roboterartigem steuern

Image
hallo zusammen ich habe mir diesen roboter arm gekauft https://www.etsy.com/de/listing/239623890/armuno-deluxe-roboterarm-kit-arduino-und?ref=related-0&from_reg=2&joined=contact-seller&box=1 und möchte ihn mit dem arduino steuern und bin auf youtube auf ein viedeo gestoßen wo jemand mit den arm steuert und dann ihn dann diese bewegung immer abfahren lässt.und meine frage ist kann mir jemand das programieren.der arm hat 4 servus danke mal im voraus gruß leonard   quote from: leonardlassen on jul 17, 2016, 03:23 pm hallo zusammen ich habe mir diesen roboter arm gekauft https://www.etsy.com/de/listing/239623890/armuno-deluxe-roboterarm-kit-arduino-und?ref=related-0&from_reg=2&joined=contact-seller&box=1 und möchte ihn mit dem arduino steuern und bin auf youtube auf ein viedeo gestoßen wo jemand mit den arm steuert und dann ihn dann diese bewegung immer abfahren lässt.und meine frage ist kann mir jemand das programieren.der arm hat 4

[SOLVED]Problems using USBasp with Arduino IDE 1.6.10/Arduino AVR Boards 1.6.12

update : problem solved installing different windows driver. see http://forum.arduino.cc/index.php?topic=415210.msg2862244#msg2862244 instructions. original post: i excited see arduino ide 1.6.10/arduino avr boards 1.6.12 includes avrdude 6.3 seems causing me problems usbasp. the first problem ran is: code: [select] c:\program files (x86)\arduino-1.6.10\hardware\tools\avr/bin/avrdude -cc:\program files (x86)\arduino-1.6.10\hardware\tools\avr/etc/avrdude.conf -v -patmega328p -cusbasp -pusb -e -ulock:w:0x3f:m -uefuse:w:0x05:m -uhfuse:w:0xde:m -ulfuse:w:0xff:m avrdude: version 6.3, compiled on jun 22 2016 @ 16:05:21          copyright (c) 2000-2005 brian dean, http://www.bdmicro.com/          copyright (c) 2007-2014 joerg wunsch          system wide configuration file "c:\program files (x86)\arduino-1.6.10\hardware\tools\avr/etc/avrdude.conf"          using port                    : usb          using programmer              : usbasp avrdude: warning: cannot query man

[SOLVED] How Are Professional Templates Made - Joomla! Forum - community, help and support

i wondering how professional templates made. have boughten 1 , comes psd files , when @ files button file instance has ever button used on site. wondering if person put template had crop out every single button or if there special program used? template has psd format did in photoshop , cut out. curious because have never create way , seems easier , maybe faster way now. using photoshop use "slicing" techniques cut layout fit in html coded layout.  there lots of slicing tutorials available on web. Board index Joomla! Older Version Support Joomla! 1.0 Templates & CSS - 1.0.x