Posts

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 > ...

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 evap...

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 re...

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