Posts

Showing posts from September, 2015

more info - Joomla! Forum - community, help and support

Image
hi all, i wondering if point me in right direction find out more info joomla 1.5.... i've looked around on joomla site can find download. no info there i hoping able read bit before decide if change 1.0.12 version. any great. hi, not sure kind of information looking for, try these: http://help.joomla.org/component/option ... temid,268/ i think documentation j1.5 still in development. kind regards, mame du bois Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

Thread: half screen help and other

i have been using computer monitor laptop hooked now ihave hooked xbox it dont use thats beside point when disconnected shows half of laptop screen can fix goes full screen have been playing game onechebara , saw loading screen pretty cool there anyway make ubuntu http://www.youtube.com/watch?v=flxg68hvu18 have tried looking @ system> options> display ? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] half screen help and other Ubuntu

Making a selection (w/ lasso tool) while using a tablet?

i got first drawing tablet (and learning curve steeper thought) , have question: if i'm using lasso tool or similar tool, there way set can lift pen second , go , continue selecting (or outlining) object trying lasso? if lift pen off tablet selection kind of complete means can use tool in 1 single continuous motion. anyone have ideas on how can trace, move hand off tablet, go tracing without ps automatically finishing selection? btw, using wacom bamboo ps cs4. marvin, go properties of wacom , check if there active registers double click. double click typically closes selection. rob More discussions in Photoshop Windows (read only) adobe

Newbie learning Loop code from 'Learn'

hi, stated, i'm new arduino , i'm trying teach myself tutorials. have followed sketch pinmode , serial write serial monitor not register 'l', displays 'h'. still have potential meter attached previous exercise , has no effect when turn it, nor pressing button on board cause break in code , pauses until released. my questions are: expecting isn't supposed happen, should see 'l' on monitor? how can influence code display 'l' have followed code precisely no effect. suggestions please. thanks, alan you need post code trying can see trying do. and please use code button </> code: [select] so code looks this and easy copy text editor ...r Arduino Forum > Using Arduino > Project Guidance > Newbie learning Loop code from 'Learn' arduino

STN LCD 20x4 has slow response time ~200ms. Is these normal?

Image
i testing blue stn lcd 20x4 (2004a board model) i2c. when updating character (only 1 character), saw slow motion of pixels rise , fall. is these normal these kind of lcd? video: https://youtu.be/awodszquuxu from datasheet, https://www.beta-estore.com/download/rk/rk-10290_410.pdf tr , tf 0.2 us. think ~200ms. lcd displays slow, depends on: 1. definition of slow? 2. can show sketch? if using delays or serial.print commands in loop, slow down lcd.print. Arduino Forum > Using Arduino > Displays > STN LCD 20x4 has slow response time ~200ms. Is these normal? arduino

Why does this code produce this result?

Image
hi folks, i'm newbie looking guidance following code.  produces intermittent tone (beep, beep, beep) goes on 6 seconds (about 13 beeps).  i've played values playtone , duration still receive beeping result.  result i'm looking single half-second tone (beep).  can guide me here?  in advance take time!  appreciate it  void playtone(long duration, int freq) {     duration *= 1000;     int period = (1.0 / freq) * 1000000;     long elapsed_time = 0;     while (elapsed_time < duration) {         digitalwrite(pinspeaker,high);         delaymicroseconds(period / 2);         digitalwrite(pinspeaker, low);         delaymicroseconds(period / 2);         elapsed_time += (period);     } } post code. Arduino Forum > Using Arduino > Programming Questions > Why does this code produce this result? arduino

Usar arduino, para control de refrigeracion

bueno, muy buen día otra vez, vuelvo con otra locura, pero creo que es parte de todos los que nos gusta la tecnología, y bien permitan me presentarme yo soy técnico en refrigeración, y en esta rama sufrimos con el tema de repuestos, que algunas veces son escasos y otras veces muy caras, con lo cual se me ocurrió ver si podríamos convertir un arduino en un control de temperatura. y bien veamos como es el funcionamiento de un control de temperatura, pues muy simple, 1.- controlar el enfriamiento (hacer generar frio hasta la temperatura que querramos, ejemplo , - 18 grados y apaga el compresor, mediante un termostato, o un sensor (el cual traen todas las refrigeradoras)    cuando detecte una diferencia de 8 o 7 grados activa el compresor para compensar el frio perdido y llegada su teperatura de -18, lo apaga y asi sucesivamente ) 2.-el sistema de descongelamiento (normalmente es cada 8 horas, puesto que en ese tiempo se llega formar una capa de hielo en la base del evaporador, l

Success with Android <--> Arduino over bluetooth

well! took bit of doing! i have managed android , arduino talking each other on bluetooth. steep learning curve on android side of fence, got there eventually. the goal dispense having wire lcds, potentiometers , miscellaneous hardware in order control , data arduino project. provide user interface, in other words. one approach set web server on arduino , generating html, type of thing whole slab of coding don't want doing on arduino. bluetooth seems imo appropriate tool job. close range, not super fast, cheap. android devices portable , can provide ui that's complicated - graphs, knobs , dials, interfaces email, dropbox, text files , on. there several "ardudroid" type apps available on store, wasn't able find open source version. wrote one. the current version android app itself. arduino project echoes serial , sends heartbeat message every 5 seconds. no biggie. the project release here arddrive v0.1 . the apk has self-signed certificate no verification

Hey Adobe... Why no startup screen for Photoshop CS4? And about those interfaces...

hey adobe.. kind of startup screens available on in cs4 premium photoshop. why not on photoshop? think it's pretty handy links , recent items lists.. and ( maybe little whiny here have been battling flu days :) me, or else think new interfaces look, well, have honest, kinda flat, clunky , graceless? mean, sure work ok lots of bells , whistles, honestly, stripped down old shareware program interface. pretty humble design software. paying premium price new corvette available paint color primer grey. maybe oughta offer skins :) mike can suggest how pretty interface produce better result out of work pipeline? i have thought less distraction job in hand better. skins kids. More discussions in Photoshop Windows (read only) adobe

class MPU6050 has no member named begin

hi all, as working out scripts wich me make winddirection meter gy-87 calibrate compass sensor on board. i using script "hmc5883l_calibrate_mpu6050" korneliusz jarzebski. i fault "class mpu6050 has no member named begin" /*   calibrate hmc5883l + mpu6050 (gy-86 / gy-87). output hmc5883l_calibrate_processing.pde   read more: http://www.jarzebski.pl/arduino/czujniki-i-sensory/3-osiowy-magnetometr-hmc5883l.html   git: https://github.com/jarzebski/arduino-hmc5883l   web: http://www.jarzebski.pl   (c) 2014 korneliusz jarzebski */ #include <wire.h> #include <hmc5883l.h> #include <mpu6050.h> hmc5883l compass; mpu6050 mpu; int minx = 0; int maxx = 0; int miny = 0; int maxy = 0; int offx = 0; int offy = 0; void setup() {   serial.begin(9600);   // initialize mpu6050   while(!mpu.begin(mpu6050_scale_2000dps, mpu6050_range_2g))   {     delay(500);   } how slove error? any apreciated. kind regards, ilioss what compiler complainin

CS4 - People, People, People....

complaining, anger , frustration. just 1 week ago adobe released has amazing upgrade in history of software, , yet whining has begun. yes, you're frustrated, said wouldn't be? for of new software, adobe or photoshop there period of adjustment release. it's-just-the-way-it-is. accept , adapt. some of who've been down road before should know better. new versions of software, can break old things. it's called "technological advancement". if want ta, , you're struggling incorporating existing workflow - change workflow. adapt. if don't want ta or impacts livelyhood, stick existing configuration. every time adobe makes effort literally impossible - please - whiners , complainers start posting vengence , it's ridiculous. this release of photoshop 11.0 "work of art". fact exists @ - right - staggering imagination. if don't have patience evolve product evolves, wait out on sidelines. otherwise quit complaining , change how work. a

Amazon Videos in Noobs - Raspberry Pi Forums

hello everyone, im kunal. have bought device , installed noobs in it. there way can run amazon videos in chrome, not sure if have install plugins or video codecs. many in advance. //kunal rudra i suggest go ahead , load operating system...in particular, raspbian. noobs not operating system set of "training wheels " loading real os. raspbian uses chromium default browser , can access amazon that. sure, if use noobs load os, check appropriate language keyboard @ bottom, center of page. raspberrypi

what does it means?

[19] blynk v0.3.4 [520] connecting d-link_dir-600m [10600] ip: +cifsr:staip,"192.178.0.2" +cigsr:stamac,"70:01:94:08:33:51" [10613] connected wifi [58289] ready (ping: 11ms). [93730] ready (ping: 11ms). [139155] ready (ping: 11ms). [292582] ready (ping: 11ms). [348116] ready (ping: 11ms). [373357] ready (ping: 11ms). [469993] ready (ping: 12ms). [506396] ready (ping: 11ms). it's difficult guess, tell wanted know. Arduino Forum > Using Arduino > Programming Questions > what does it means? arduino

Where is GPIO01? - Raspberry Pi Forums

Image
hi new raspberry pi 3's , wondering gpio01, gpio14 & gpio16? (might stupid question, still asking ) best regards esben hi. gpio 14 pin 8 uart txd. https://pinout.xyz/pinout/uart # gpio 01 not drought out the gpio header longer. gpio 0 & gpio1 did exist on original pi b rev1 replaced gpio 2 & gpio 3 on rev 2 boards. gpio 16 pin 36 https://pinout.xyz/pinout/pin36_gpio16 # raspberrypi

IDE compila sumamente lento

hola muy buen día todos, tengo un problema persistente con el ide de arduino (desde la primera versión 1.6.0 hasta la actual 1.6.10) es que el ide compila cualquier programa en extremo lento (después de varias mediciones el promedio es de 8 minutos y 42 segundos) esto sucede con cualquier programa desde el blink hasta programas de mas lineas y complejidad; cabe aclarar que el problema esta en la compilación la subida tarjeta demanda unos 5-6 segundos promedio, esto lo hago con una compu con un amd e1-2100 con 4gb de ram amplia esta información  amd e1-2100 con 4gb de ram windows? disco, espacio libre tienes java actualizado tienes todo actualizado? Arduino Forum > International > Español > Software (Moderators: surbyte, Hector_A) > IDE compila sumamente lento arduino

Coil Driving Circuit

hello, i need design ac driving circuit coil, in order generate small magnetic field. circuit should allow user change amplitude , frequency of alternating current, flows coil. i'm beginner electronics, can show me simple circuit so? thank you. marc you should post required range of amplitude, frequency , current.  details important. what trying do?  there may better/easier way pulsing dc (pwm). Arduino Forum > Using Arduino > General Electronics > Coil Driving Circuit arduino

Kaip apriboti breadcrumb lygių skaičių? - Joomla! Forum - community, help and support

išmanantiems php tai turbūt yra 2 minučių darbas, bet aš niekaip nerandu kaip padaryti, kad breadcrumb rodytų tik pvz du pirmus lygius, o likusių nerodytų. sakykim dabar yra: puslapis 1 >> puslapis 2 >> puslapis 3 o man reikia, kad net esant puslapyje "puslapis 3" rodytų tik "puslapis 1 >> puslapis 2" jau radau (tiksliau pagelbėjo vienas programistas). /modules/mod_breadcrumbs/helper.php 42 eilutėje reikia pakeisti kodą code: select all return $items; į code: select all return array_slice($items, 1, 3); kur pirmas skaičius reiškia nuo kurio item, o antras kiek rodyti elementų. ačiū povilui Board index Joomla! International Language Support International Zone Lithuanian Forum

Upgrade Photoshop from CS2 to CS3 in Macintosh

i using photoshop cs2 mac version , not have cs3 beta version installed. have couple installation questions answers hard find anywhere else, hope can find them forum. since heard lot of troubles regarding upgrading ps cs2 cs3 if there cs3 beta version installed in mac, little nervous. here questions: 1. can cs2 , cs3 co-exist? 2. have manually uninstalled cs2 prior upgrading? if yes, how do it? assuming cs3 upgrade should have program uninstall previous versions of ps, correct? 3. how deal current registration? 4. have third-party plug-ins such onone mask pro 4.0, nik color efex pro 2.0 installed in cs2. what's right procedure should take avoid re-installation? 5. have lightroom installed now, cs3 upgrade affect it? need take action? thank help! regards, howard howard, 1. multiple versions of photoshop can co-exist on computer. 2. no, not have uninstall cs2 before installing cs3. 3. upgrading, prompted how , enter appropriate serial numbers. 4. recommend first double-check

Which boot loader do i have?

hi all,     want play watchdog timer , rebooting via software on arduino pro mini 5v 16mhz, read bootload not or may not have "mods" required. so how can tell version have installed? ant if doesn't have mods go version safe use mini pro 16mhz? thanks don't bother figuring out has on it; bootload uno (and call uno when interact it), uno bootloader takes less flash space, uploads faster, doesn't hang when wdt reset, , uploads faster. there countless pages detailing process of writing (called "burning" reasons unclear me) bootloader - search , ye shall find. need external programmer (either working arduino running arduino isp, or dedicated isp programmer, usbasp, can had under $3 shipped on ebay). Arduino Forum > Using Arduino > Microcontrollers > Which boot loader do i have? arduin

Can´t instal plugin to my Mal

in system dialog i´m asked type appleid password, because "want change settings trustworthy system certificates "(translated german). requested, installation finished. using os x capitan 10.11.5 please help! thanks, peter hi @bernschneider, yes install plugin need enter mac password. happened after so? installation completed successfully? see arduino tray icon in top bar on right corner? let know! thanks Arduino Forum > Products > Create > Editor (Moderator: smellai) > Can´t instal plugin to my Mal arduino

รวมเวบโฮสติ้ง(นอก) - Joomla! Forum - community, help and support

Image
http://www.dirwebhost.com ใช้ com magazine จัด ลองเล่นดูว่าเป็นยังไง layout ก็ใช้ได้นะ  มั่วๆเอา เว็บสวยครับ ดูอินเตอร์ดีครับ com magazine ตัวนี้ผมก็เคยลองใช้ แต่มั่วยังไงมันก็ไม่ยอมโชว์หน้าเว็บเลยเลิกเล่นไป ยังเสียดายอยู่เลย พอจะมีวิธีมั่วที่ถูกวิธีสอนผมบ้างมั๊ยครับจะขอบคุณมากเลย Board index Joomla! International Language Support International Zone Thai Forum โชว์เว็บไซต์ของคุณที่สร้างด้วยจูมล่า

Using Photoshop PDF format

i upgraded cs4 old, old version , noticed can work photoshop pdf file. output many of files pdf clients review it's kinda convenient not have convert it. there reason why shouldn't work within format? i'm creating web , mobile comps aren't graphically intensive. , excuse me in advance ignorance--still learning cs4! for 1 thing when maintain photoshop editability in pdf file-size increases , might not want pass complete layered files on customers. More discussions in Photoshop Macintosh (read only) adobe

Confusion-need help getting started - Joomla! Forum - community, help and support

hello- maybe question incredibly easy. i've tried figure out on own crunch time , need make changes. the company work has been outsourcing marketing prior me coming on board. not have contact last person in charge of our website. i have login information sign on , edit content, can't seem able upload logos change template. i keep reading ftp , ways file documents site. do need upload able work on website? like said, simple question. i'm getting frustrated. thank much! from joomla administrator, able add or delete templates. change logo image, need connect web server (via ftp or control panel). Board index Joomla! Older Version Support Joomla! 1.0 Administration - 1.0.x

Thread: Upgrading without losing data

i'm not experienced linux , english not perfect, i'm sorry if simple... i'm using kbuntu 9.04, move ubuntu 9.10. when computer set up, told should easy change systems because have 2 partitions. in prepare partitions screen 9.10 cd see '/dev/sda1 ext3 /' , '/dev/sda5 ext4 /home'. not worry on first one. if click format on first 1 , there no check on format on second one, can sure data on second partition not going o erased? help. yes, if don't format /home, data should safe, said, it's idea take precautions , backup before upgrading. side note, describe, looks reinstalling , not upgrading, if terminology matters @ all. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [all variants] Upgrading without losing data Ubuntu

Thread: Kernel Panic - can't find sdb1? booting over USB...

hi everybody, randomly linux mint box quit booting. i've got installed on external usb hard-drive, , it's worked fine, boot flag set boot sdb1. internal harddrive "sda", , second hard drive, external "sdb". started giving me error; "kernel panic - not syncing: vfs: unable mount root fs on unknown - block (0, 0)" upon trying recovery mode, give me wee bit more information beforehand. "cannot open sdb1..." , mentions available drives; sda, sda1 - 3, , sr0. did external sdb go? still loads grub fine... appreciated. cheers, jorx Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [kubuntu] Kernel Panic - can't find sdb1? booting over USB... Ubuntu

RTCZero and Tone conflict --SOLVED--

having issue when using built in tone library , rtczero library. below simple rtc example rtczero library. change addition of call tone().  the tone gets short interruption every time make rtc.getxxx() call.  did googling , couldn't find reference issue.  any ideas how remove interruption? thank you. code: [select] /*   simple rtc arduino 0 , mkr1000  demonstrates use of rtc library arduino 0 , mkr1000  this example code in public domain  http://arduino.cc/en/tutorial/simplertc   created arturo guadalupi <a.guadalupi@arduino.cc>   15 jun 2015   modified   18 feb 2016 */ #include <rtczero.h> /* create rtc object */ rtczero rtc; /* change these values set current initial time */ const byte seconds = 0; const byte minutes = 0; const byte hours = 16; /* change these values set current initial date */ const byte day = 15; const byte month = 6; const byte year = 15; void setup() {   serial.begin(9600);      rtc.begin(); // initialize rtc      // set time   rtc.setho

Help DS18B20

Image
alright, watched video tutorial on chip, pretty one. #1 : don't own arduino "yet". i'm studying little first, see if want purchase one. i don't understand things. ds18b20 datasheet alright, tutorial got from. getting temp ds18b20 attiny & control relay [anything arduino] ep.10 so, group c, red. lsb (least significant byte), reads 1f. 1 in 16's place, , f in 1's place. 1x16 = 16, f 15 x 1 = 15. 15 + 16 = 31. hexadecimal. so, group c, green. msb (most significant byte), reads 1. 1 in 1's place, 1 x 1 = 1. all now.. 1 msb , 31 lsb. then in video says multiply msb 256, green highlighted one, hex : 1 1 x 256 = 256. add them says.. 256 + 31 = 287 then little bit further video, says each degree (°c) 16. so thought myself, wonder happen if divided 287 16. 287 / 16 = 17.9375 hmmm.. looks data output got celsius (shows : 17.94 °c) so i'm gonna take guess , rounded thousandths place. why have multiply msb 256? why when divided 287 16, did tempat

NTP not working on new install. (And more) - Raspberry Pi Forums

hi folks, didn't want hijack thread on ntp, , problem has become "worse" initial thoughts. part 1: have new pi, running jessie , not getting right time @ boot. /etc/ntp.conf file: (# lines removed needed - , blank lines also..) code: select all # /etc/ntp.conf, configuration ntpd; see ntp.conf(5) driftfile /var/lib/ntp/ntp.drift statistics loopstats peerstats clockstats filegen loopstats file loopstats type day enable filegen peerstats file peerstats type day enable filegen clockstats file clockstats type day enable server 0 tic.ntp.telstra.net iburst #server 1 192.168.0.99 #server 2 toc.ntp.telstra.net iburst # access control configuration; see /usr/share/doc/ntp-doc/html/accopt.html ## above line not right. said file not exist. # default, exchange time everybody, don't allow configuration. restrict -4 default kod notrap nomodify nopeer noquery restrict -6 default kod notrap nomodify nopeer noquery # local users may interrogate ntp server more closel

2nd keyboard language gets reset on reboot help - Raspberry Pi Forums

hello everyone! trying use en-us default keyboard language have second el-gr keyboard layout , swap them left alt + left shift. did accomplish using keyboard , mouse menu in raspbian every time reboot resets , uses default raspbian language. guess problem raspi-config can use 1 keyboard language. 1) open terminal , wrote : code: select all sudo nano /etc/default/keyboard 2) in next screen change following: xkbmodel="pc105" xkblayout="us,gr" xkbvariant="," xkboptions="grp:alt_shift_toggle,terminate:ctrl_alt_bksp,grp_led:scroll" backspace="guess" 3) save changes : a}ctrl+o b)press enter c)ctrl+x 4) reboot raspberrypi

First project, what components do I need? (Temp controlled fan)

hi, first post here. i don't yet have arduino board or parts thinking of buying starter kit alternatively parts needed project below. i understand basic programming concepts not electricity. however, learn doing things. the purpose of post choosing suitable arduino board suitable components project below. no need advice me on programming part yet, plan learn use , program when components. what have: -a 3d-printer custom built enclosure (to prevent drafts , increase ambient temperature). -a 12v pwm computer fan mounted through wall. (http://noctua.at/en/nf-f12-industrialppc-2000-pwm/specification) what want do: -read temp inside enclosure -increase fan speed proportional temp -change target temp cycling through 3 pre-set settings, (for example 25°/35°/45°) using simple button. (note not want set target temp via manual input rather have 3 profiles change between. match ambient temperature 3d-printing filament) -display temp on 1 line of lcd , chosen profile on second line -

Matlab Arduino transfert d'une variable.

bonjour, je rencontre un petit problème dans l'élaboration de mon projet c'est pourquoi je viens vers vous. je reçoit des données via mon module nrf24l01+ ( réception rf) provenant d'une autre carte arduino. ces données sont celle d'un imu gy-521. elles sont donc composé de 12 octets et je les stocke dans 6 variables différentes. mon problème est qu'il faut que je transfert ces variables sous matlab. j'ai donc installé le package support arduino pour matlab. j'arrive ainsi allumé éteindre une led depuis matlab. ma question et comment faire pour transférer ma variable disons "toto" stocker dans mon micro controleur vers matlab? j'ai peur que en utilisant matlab cela téléverse un nouveau programme dans mon arduino venant écraser l'ancien. vos lumières m'éclaireraient bien, merci d'avance pour vos réponses. vous pouvez lire cela en gros vous configurez matlab pour lire ce qui vient sur le port série et cô

Do Photoshop CS4 & Photoshop CS4 Extended have different manuals?

can please confirm me whether or not there 2 different manuals photoshop , photoshop extended? ordered copy of "extended" manual adobe store, , sent non "extended" version. opened ticket on customer service portal , got reply that, yes indeed there 2 different manuals, call sales blah, blah, blah... thing is, can't find copy of "extended" version manual pdf anywhere on website -- 1 exist? 1 pdf on site includes chapters on video , animation, 3d , technical imaging (which differences between 2 versions, no?) , both these chapters included in printed book. so, before stuck in adobe sales customer service phone hell -- great if *knows* can tell me if both manuals contained in same book, or not. thank you. the downloaded photoshop cs4 pdf has section instance, yours ? chapter 19: 3d , technical imaging 3d overview (photoshop extended) 3d editing , output (photoshop extended) dicom files (photoshop extended) measurement (photoshop extended) counting ob

Help needed with Arduino Micro board

i have been using uno , 101 without problems. have micro 5v board , cannot sketch run when using external power via 9v battery micro usb connection. im trying blink example now, works fine when connected computer via usb hook battery stops working.. . please help. that's because supply usb 5 volts not 9 volts (ouch) maybe connect little lower voltage if going direct usb connector or use proper vin pin. pinout here   Arduino Forum > Using Arduino > Installation & Troubleshooting > Help needed with Arduino Micro board arduino

Thread: Trying to get backlight to work with psb driver on netbook

hi, bought msi x260 ultra light (netbook) , far working pretty good, however, can't adjust backlight batterlife worse be. have installed psb driver (poulsbo) per https://wiki.ubuntu.com/hardwaresupp...ocardspoulsbo/ , works fine except backlight adjustment. dug deeper , downloaded psb-kernel-source , looking through source. interesting found code in intel_lvds.c checks see blc_type when module loaded. throughout code manipulates backlight, code checks see if blc_type either 0x01 or 0x02 , acts accordingly, however, blc_type 0x00, why don't have backlight support. 2 possible blc_types defined #define blc_i2c_tpe 0x01 #define blc_pwm_type 0x02 . don't know means. have idea how backlight working? xrandr --ouput lvds0 --set backlight 50 not work me. hey, did ever find solution? guess 1 try force setting 0x01 or 0x02, of course risky. assume have no files in /sys/c

Pi won't boot after working for months - Raspberry Pi Forums

hi. raspberry pi 1 model b+ has been plugged in months using this sd card, 4tb external hdd, 5v 2.4a power adapter, , wired ethernet connection in headless mode. have few commands on device write logs , can see 1 day, pi went down , never came up. when plug pi monitor, see: (retyped future googlers) code: select all sdhci: copyright(c) pierre ossman sdhost-bcm2835 2020200.sdhost: not clk, deferring probe sdhci-pltfm: sdhci platform , of driver helper ledtrig-cpu: registered indicate activity on cpus hidraw: raw hid events driver (c) jiri kosina usbcore: registered new interface driver usbhid usbhid: usb hid core driver vchiq: vchiq_init_state: slot_zero = 0xdb580000, is_master = 0 initializing xfrm netlink socket net: registered protocol family 17 key type dns_resolver registered registered taskstats version 1 vc-sm: videocore shared memory driver [vc_sm_connected_init]: start [vc_sm_connected_init]: end - returning 0 20201000.serial: ttyama0 @ mmio 0x20201000 (irq = 81, base_baud =

CS4 upgrade just unpacks and disappears

i downloaded indesign (a .7z file , .exe) , starting exe installed indesign. same type of download ps cs4 , started .exe file unpacks files , window disappears , there no further activity. any suggestions wrong? windows xp sp2 rob i had open .7z rar file , explicitly use setup file within. no problem wonder why wasn't using indesign download. oh well. rob More discussions in Photoshop Windows (read only) adobe

Photoshop CS3 doesn't open jpg and psd anymore

i use pscs3 1 year without problem.and now, when trying open jpg or psd files message: "cannot open photoshop.exe because dlbcgf.dll absent" when click away message few (10 ) times, file open...? i searched file , copied system 32 , time photoshop without result. a desinstallation , reïnstallation of pscs3 didn't help. raw files open without problem. any more welcome ! leo maybe reset preferences per faq? More discussions in Photoshop Windows (read only) adobe

Raspberry Pi 3 als Frontend mit Touchscreen für MotionEye und HiFiBerry - Raspberry Pi Forums

Image
also ich habe folgendes vor und bräuchte etwas hilfe: auf einem server im keller mit einem raspberry pi 3 model b kommt motioneye für meine ip kameras. der server soll mit raspbian laufen. werde ich im anschluss dann motion eye herunterladen. motioneye soll dann headless über die raspberrypi ip überwacht und konfiguriert werden. Über einen zweiten kleinen raspberrypi server soll mein multiroomaudio system laufen. das soll dann über hifi berry laufen. um alles bedienen zu können möchte ich gerne im haus touchscreens verteilen mit denen ich beides bedienen kann. soll es aussehen: das normale gui soll buttons mit motioneye und media (o.Ä.) zeigen. bei einem klick auf motioneye (oder kameras o.Ä.) soll das motioneye interface angezeigt werden. Über einen home button möchte ich dann gerne wieder auf den homescreen mit den beiden genannten buttons geleitet werden. wenn ich auf media (o.Ä.) klicke soll logischer weise das hifiberry interface angezeigt werden. meine frage ist nun

Thread: M4V videos won't play in Firefox

i know doing dumb. problem: -new install of remix on hp mini (last night) -i navigate mobile me web site w/firefox play uploaded m4v videos , spinning circle , no play. i've tried: -i can play youtube video -i have tried looking ff add-ons specific m4v - no luck looks missing in os, i've no clue be. yes, did @ sticky posts in section, couldn't tell if apply issue. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Multimedia Software M4V videos won't play in Firefox Ubuntu

Time-Timealarm libs from 1.6.9 not working in 1.6.10

something change? works in 1.6.9... change lines: code: [select] #include <time.h> to: code: [select] #include <timelib.h> the new version of avr-libc included arduino ide 1.6.10/arduino avr boards 1.6.12 includes file named time.h. on case insensitive operating systems causes wrong file included. Arduino Forum > Using Arduino > Installation & Troubleshooting > Time-Timealarm libs from 1.6.9 not working in 1.6.10 arduino

Hdmi no sound - Raspberry Pi Forums

Image
hello, know there lots of problems hdmi , sound, believe me, case not simple last day upgraded raspbian jessie stretch , hdmi sound output gone. using large tv on hdmi. config.txt (i think) ok with: code: select all hdmi_drive=2 hdmi_group=1 hdmi_mode=16 in jessie sound worked ok. in stretch, there no sound on hdmi. made vanila instalation same. there no sound in console mode , no sound in desktop. in alsamixer have unmuted. pulseaudio not present. can me? thank you raspberrypi

Photoshop CS3 web gallery bugs(?); vanishing metadata, bad sort order

running os 1.5.4 on 24" imac, i'm attempting generate "horizontal slideshow" bridge-selected files in photoshop cs3. [sounded problem in post: http://www.adobeforums.com/webx/.59b5a9fe/2 on re-reading i've decided it's different i'm giving it's own thread, more detail...] here's experience: 1) description , title show second on first slide, revert blank template on , subsequent slides (title: [blank] description: [blank].... hitting "refresh" produces descriptive metadata tantalizing moment, it' s blank template , subsequent slides. both safari , firefox. you can view behavior in slideshow @ http://oasisdesign.net/projects/earthtoilet/ if asks password, use--- user:earthling pass: draf1 ) "preserve metadata" checked. i've tried combinations of checking/ unchecking "title, description, filename" labeling...also, making slideshows 1 or 2 slides reduce chance it's weird character issue of type other

Bluetooth pairing doesn't work when USB camera is used - Raspberry Pi Forums

hello there, team has moved rpi project uses usb camera , has mobile application pairs rpi. simplify things, mobile app pairs rpi , can send command via bluetoothsocket turn camera on\off , record video. both listen bluetooth connection , use camera python script, bluetooth use bluetoothsocket library , camera handling use ffmpeg , opencv. issue when pair mobile device, , activate camera, moment bluetooth connection becomes unstable, , disconnects without ability connect again. in log have many messages of bluetooth: hci0: frame reassembly failed (-84) i've searched web issue couldn't find solution...can please advise? thanks raspberrypi

Could we add 2 or 3 metatags to artio SEF - Joomla! Forum - community, help and support

Image
hello, first, thank sooooo much. cdiprose , patch without copyright , adverts on artio sef. is there way can add metatags: author , 1 or 2 others, classification, distribution, language? thank help. hi allegra, add metatags: you can set: show title meta tag:  :)    , show author meta tag:  :) in globalconfiguration -> goto metadata -> there can enter metadata site regards sanjay Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x Components

Raspberry Pi Forums - Login

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

Thread: HP laptop screens dims out and comes back when dual screening

dear all, after having upgraded karmic, experiencing problem related dual screening... hp laptop lcd screen dims , comes after time, annoying, not find fix problem moment. there others experiencing same kind of problems similar or different hardware? using 19'' dell monitor external display xrandr 1.3 create extended virtual screen. read @ pages related backlight issues not find them again. comments appreciated, umut Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [xubuntu] HP laptop screens dims out and comes back when dual screening Ubuntu

Screen Mode Madness

i really, hate "maximize screen mode option". work in "full screen menu bar" close image while in view, app switches on stupid maximize mode. has figured out way avoid this? why app switch viewing modes after closing file? must doing wrong or missed setting somewhere. is there suggestions...short of hitting f key bunch of times everytime open file. are related ed semick died 35 years ago in indiana? friend , heck of man. More discussions in Photoshop Macintosh (read only) adobe

Joomla! Forum - community, help and support - Login

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

3 servo biped walking robot - converting from picaxe to arduino

Image
hello everyone, http://letsmakerobots.com/node/29379 i started building robot , built , tested movement sweep servo example, moved great. but need make walk arduino, original creator used picaxe , provided code : code: [select] symbol lfoot = 1 ' set pin number servo symbol rfoot = 4 ' set pin number servo symbol balance =2 ' set pin number servo symbol round = b6 ' variable used loop 1 left + right footstep symbol lfoo = b0 lfoo = 120  ' set , initiate feet twister variable symbol balanservo = b3 balanservo = 166  ' set , initiate balance variable (10 more optimal balance / middle balance servo) servo lfoot, lfoo ' initiate servo servo rfoot, lfoo ' initiate servo servo balance, balanservo  ' initiate servo symbol speed = 1' set higher slower walking wait 5 ' wait robot placed on ground before moving main: for round = 1 120 ' main variable dictate action flow select case round case 1 60 inc lfoo if round < 15 then bala

[Ajuda] alterações - Joomla! Forum - community, help and support

1º quando estou escrever o post e quero meter um smile os smiles que aparecem não são os que tão na pasta de smiles dos ficheiros multimedia joomla.. como faço para usar os smiles que eu meto na pasta de smiles?? 2º como faço codigo embed funcionar nos posts? 3º como elemino os botoes de pdf print e mail que estão em todos os posts? 4º é possivel fazer aparecer categoria de cada post quando o menu é feito em "blogue artigos por secções"? 5º alguem conhece um plugin, modulo ou componente (não faço minima ideia de kual seja diferença entre eles) que se ja facil e pratico para fazer podcasting? 6º é possivel alterar os links que estão no topo da pagina "entrada , noticias ...." para os links que eu keria? eu queria manter o tema original mas queria fazer estas modificções... alguem me pode dar uma ajudinha? cumps não tenho todas respostas, mas aqui vai algumas: 3º como elemino os botoes de pdf print e mail que estão em todos os posts? na área administrativa, site -&g

++Photoshop Keyboard Shortcuts++

q: - can tell me find comprehensive list of photoshop keyboard shortcuts? a: - listing of photoshop keyboard shortcuts versions 6, 7, cs , cs2 can downloaded following links: photoshop cs2 shortcuts in pdf format bridge , camera raw 3.x shortcuts in pdf format thanks trevor morris providing photoshop shortcuts. More discussions in Archived Spaces adobe

Thread: A4tech pk-5 webcam drivers?

Image
hi, move on ubuntu windowsxp m unable find solution installation of webcam "a4tech pk-5". found 1 topic in archive : http://ubuntuforums.org/showthread.php?t=404936 didn't me can me in this? regards st0l3n no 1 kindly reply if had solution please Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [ubuntu] A4tech pk-5 webcam drivers? Ubuntu

ColorSync Sucks

a few weeks ago, or months or eons, posted problem having image looked different in cs3/cs4. turned out didn't explain or post right image , led 1 of eternal threads usual suspects. anyway, had posted side side , told him left hand 1 blue. 10,10,10 fill. of course told me nuts , had bad monitor profile, , since never wrong, said else must problem because grey scale test targets fine etc etc. went drycreek , looked @ norman koren's grey scale, , whoa! dark step above black blue. here's gets odd. looking @ in preview or safari , damn sure blue. opened in cs2 , grey. knew or thought knew colorsync has problems. puzzled me, though. g ballard had posted pdi target because of other thread , had put in rendering intent folder, other day felt pursuing ******* minor irritations , opened in preview. 18,18,18 step blue, step. copied pdi , opened in cs2 right next it. preview (colorsync) blue. cs2 grey. you know i'm broke buy expensive stuff , use supercal monitor profiling. don&#

Малинка как BT колонка, реально? - Raspberry Pi Forums

Есть raspberry pi 2 с модулем bluetooth 4.0 и aux колонками на борту. Возможно ли сделать так чтобы другие устройства могли проигрывать музыку по bluetooth через него? zero w поет через hdmi. Но автоматом чтобы играло надо скрип ваять. Сначала штатными средствами спариваешь устройства. У меня два профиля активируются. Включаешь музыку на телефоне затем в командной строке $ bluealsa-aplay xx:xx:xx:xx:xx:xx где xx адрес блутус устройсва. https://github.com/arkq/bluez-alsa/blob ... /readme.md raspberrypi

How to manually install wifi drivers - Raspberry Pi Forums

hey there. so, have pi 0 soldered usb wifi dongle. , because tl-wn725n v2, needs drivers. , because have wifi directly soldered, can't add other usb device. so, there way of manually installing drivers (after flashing sd)? thanks. depending on other interests, looks like: snookered. catch-22. painted corner. suggestion escape route take microsd card better-connected device such rpi3 active internet connection , installation , configuration of wifi drivers there. might less frustrating give game , move rpi zerow built-in , supported wifi adaptor, avoiding these issues. raspberrypi

Optiboot Atmega2560 Issue

hi all, i have been trying use optiboot(https://github.com/majekw/optiboot/tree/m2560/optiboot) atmega 2560. know bootloader writing flash application, use upload sketches stk500 v1protocol. i have burned bootloader mega2560 using atmel ice, boot loader burned successfully. have changed fuse bit bootsz 4096w_1f000 1024_1fc00. bootrst still set 1 observation 1: arduino ide board type selected optiboot on mega2560, uses stk500 v1 on com port , able upload sketch. there verification error , sketch doesn't load after finish writing(avrdude using command line avrdude -cc:\arduino-1.6.7\hardware\tools\avr/etc/avrdude.conf -v -patmega2560 -carduino -pcom13 -b115200 -d -uflash:w:c:\users\sumanth\appdata\local\temp\build4fc144f385b06dee29b5212dbaa60d2b.tmp/presenece.ino.hex:i). avrdude: verification error, first mismatch @ byte 0x0003          0xc1 != 0x00 i using avrdude 6.2 write suggested change @ http://savannah.nongnu.org/bugs/?40897. i couldn't understand why sketch not

Thread: Problems with Synaptic Package Manager

1. following shows when open package manger how correct problem? e: dpkg interrupted, must manually run 'sudo dpkg --configure -a' correct problem. e: _cache->open() failed, please report. 2. no sound internal speakers headphone work. 3. cant play real videos aebn website? 1. says package manager 2. driver problem? there've been numerous posts this 3. there are... alternatives... Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Problems with Synaptic Package Manager Ubuntu

Thread: osun.org

does know document search engine osun.org ? has bit of of google, google not mentioned anywhere. name implies, of course, might have sun, there's no indication of either. i'd interested in knowing runs sight, objectives, , on. http://serversiders.com/osun.org might give tiny bit more information, haven't been able find particularly explanatory. seems exist. osuhn unseen mother present @ gatherings, however- maybe it's play on words? Forum The Ubuntu Forum Community Ubuntu Community Discussions The Cafe osun.org Ubuntu

=[TDB] The Destructive Bunnies - Moved Site - Joomla! Forum - community, help and support

website url: http://destructive-bunnies.com/ template: baustelle additional extensions (components, modules, plug ins): clan members, cb, fireboard, jim, userlistext custom development: none ever i'd feedback on: font (and font size), should put "search box", should change header image? if so, to? additional comments: moved on other website, , ideas form joomla! community. it's not complete yet, should within next week. comment. can contact me on tobiaslw@destructive-bunnies.com edit: forgot mention first person shooter gaming clan. feedback on "when view page, think clan website?" Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information Archived Boards - All boards closed 1.0 x Site Showcase - Archived.