Posts

Showing posts from May, 2011

Error message 'Only variables should be assigned by reference' - Joomla! Forum - community, help and support

hi, installed bannersmanager , ads working of main menu pages show error message above banner: notice: variables should assigned reference in /home/sites/mysite.co.uk/public_html/includes/joomla.php on line 4270 i using standard template, opensef , various other components pages affected not same types (static link, blog, content item, etc) this section joomla.php (line marked asterisk): /** * same trigger returns first event and * allows variable argument list * @param string event name * @return array result of first function call */ function call( $event ) { $dounpublished=false; * $args =& func_get_args(); array_shift( $args ); if (isset( $this->_events[$event] )) { foreach ($this->_events[$event] $func) { if (function_exists( $func[0] )) { if ($this->_bots[$func[1]]->published) { return call_user_func_array( $func[0], $args ); } } } } return null; } } at moment i've removed bannersmanager module affected pages , d

Thread: Change config files?

hello haev tryed know how can change config files? example in /etc/rc.local whant change file, dont know how it, can me? /alec there couple solutions: 1. gnome. hit alt + f2 , enter: code: gksu gedit /etc/rc.local then enter password 2. terminal (gnome-terminal example). enter in terminal: code: sudo su - then password. code: nano /etc/rc.local Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [SOLVED] Change config files? Ubuntu

مطلوب اضافه برمجيه - Joomla! Forum - community, help and support

Image
اريد تركيب برنامج التوظيف فى جوملا poll runs till sun may 14, 2045 2:40 am س 0 no votes س 0 no votes   total votes: 0 your vote has been cast. السلام عليكم اريد تركيب برنامج  التوظيف فى جوملا مع الشكر Board index Joomla! International Language Support International Zone Arabic Forum جوملا! 1.0 الإضافات البرمجية

Problem - Joomla! Forum - community, help and support

am si io o problema folosesc de ceva vreme joomla dar numai pe localhost adica pe calculatorul meu instalat cu wamp si merge perfect tot incercat sa il pun pe extern dar nu reusesc pai sa va zic de ce.ii pun toate fisierele instalarea decurge perfect totul este perfect intru in admin modific pun template fac de toate totul e ok. stingem calc sau iesim de pe pagina 1 minut mai tarziu nu mai merge faza este ca este pagina alba si nu imi da nici o eroare asa mi se intampla si la alte chestii de exemplu forumuri dar in special joomla pentru ca pe asta ma bazez nush ce sa fac acum il instalez 2 minute mai tarziu adio e alb totul si nu merge nimica.... ms. dupa cum ai descris problema eu cred ca de vina este browserului pe care il folosesti. incearca sa instalezi un alt browser (iti sugerez firefox sau opera) si vezi daca se intampla la fel. Board index Joomla! International Language Support International Zone Romanian Forum

Photoshop CS3 Vista 64 problems - Bridge works fine - info and help please.

i have searched internet , these forums , adobe past week, trying find. under vista ultimate cannot photoshop cs3 extended run, open , sit......adobe bridge cs3 2.0.0975 opens , works fine. lightroom 1.41. i tried opening ps these programs, same. i installed corel paint shop pro x2 , works perfect too. i have tried removing , reinstalling, repaired , updated makes no difference. install , repair fine. changing compatible mode , appearance windows classic (from aero) makes no difference. user , administrator. has type of system been able photoshop cs3 extended (after having these problems) , running? pc information: amd phenom 9950 quad-core processor 1.61 ghz 8.00 gb memory 64-bit operating system western digital velociraptor wd3000glfs 300gb 10000 rpm 16mb cache sata 3.0gb/s hard drive vista ultimate version 6.0 (build 6001:servicepack 1) thank taking time read this. information , appreciated. i solved problem. http://www.adobeforums.com/webx/.59b68567 More discussions in

Thread: Speed of sendmail

Image
hello quite bit of php development on machine. 1 thing gets me sendmail takes few minutes send email (ie. mail() php). servers i've had (centos, etc) instantly, ever since i've used ubuntu several years now, sendmail package sends emails very slowly. can shed light on why is, , how improve it's speed? i'm using postfix on many ubuntu servers send emails php , ruby. it's under 3 seconds send deliver. mail relay on internal network. have checked mail.log files see how long taking? delays not sending receiving end. Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [ubuntu] Speed of sendmail Ubuntu

LØST: 1.0.13 endrer passord selv - Joomla! Forum - community, help and support

passord blir endret av seg selv versjon 1.0.13. jeg kan kun logge inn en gang så er passord blitt endret av seg selv. utvidelser og evt. versjon på de? har du f.eks. community builder eller noen bro installert? se også: http://www.joomla.org/content/view/3677/1/ og: http://forum.joomla.org/index.php/topic ... #msg943504 og: http://forum.joomla.org/index.php/topic,194406.0.html osv. Board index Joomla! International Language Support International Zone Norwegian Forum Eldre versjoner av Joomla! Joomla! 1.0 Administrasjon/installasjon

Carriola elettrica definizione progetto

Image
salve in un precedente post ho chiesto aiuto per un progetto carriola elettrica, dai consigli ricevuti mi sono mosso in questo modo. cartteristiche del progetto -pulsante accenzione -pulsante rotazione motore in senso orario -pulsante rotazione motore in senso antiorario -sistema di accelerazione motore volevo fare tutto questo con arduino ma ho risolto con dc-motor-pwm che ho preso su ebay. da quelche video che ho visto mi sembra di capire che tutte le caratteristiche che cerco questa scheda mi da la possibilità di averle su un motore 24v o mi sbaglio? tuttavia visto che la scheda è compatibile con arduino ho allargato miei orizzonti e vorrei unire la scheda ad arduino per avere; -display velocità carriola -livello batteria mi aiutate? ? purtroppo la sfera di cristallo mi si è scaricata e non riesco vedere cosa hai comprato  p.s.: meglio chiedere prima di comprare  pp.ss.: ... per completezza non sarebbe stato meglio continuare sullo stesso argomento?

Arduino SPI w/ two slave devices

hi, i working on project uses 12-bit adc (intersil isl26321) , 10-bit dac (microchip mcp4911), both on spi interface. have written code interface w/ both devices independently works fine have run problem when combining 2 pieces of software interface both devices in sequence. i have written subroutines communicating w/ both devices there sort of "cross talk" between them resulting in corrupt data to/from both devices. the code written returns adc values between 0 , 3 on serial monitor when result should 1000 (1v using 4.096v reference). oscilloscope confirms there no data returned adc. clock , cs both appear correct. if comment out 2 spi.transfers in lp_bias(), adc results correct. if leave spi.transfers in , instead comment out call lp_bias(i) in loop, results 2.5 times higher should be. oscilloscope confirms data line returning larger number should. clock , cs still correct. the swept voltage produced dac appears noisy when adc code included. i appreciate if @ atta

[Solved] Error while writing efuse

hi. sorry pretty new stuff might mistake of me . i have arduino nano , tried burn optiboot bootloader usbtiny isp failes every time error message: (tried other bootloader exact same result.) quote avrdude: verifying ... avrdude: verification error, first mismatch @ byte 0x0000          0xfd != 0x05 avrdude: verification error; content mismatch the flash resettet cannot flash sketch usual way due missing bootloader. can upload e.g. blinky sketch using usbtiny programmer without problem. so why can flash normal sketch no bootloader? shouldnt both simple hex files? verbose logs of both procedures attached. edit. ok missed before. in failed log there error writing fuse: quote avrdude: reading input file "0x05" avrdude: writing efuse (1 bytes): writing |  ***failed;  ################################################## | 100% 0.03s avrdude: 1 bytes of efuse written avrdude: verifying efuse memory against 0x05: avrdude: load data efuse data input file 0x05: avrdude: input f

Windows Vista Photo Gallery displays incorrect colors? Photoshop?

hi i have 2 pc's running windows vista work , both have photoshop cs3 installed, ever reason on 1 of pc's windows photo gallery application displays desaturated colors when views jpg's , (the other pc's displays them fine). i've googled , haven't yet found out quality solution, lots of info on combining , replacing drivers , , nothing set in stone adobe, or microsoft etc any great are both monitors hardware calibrated? windows photo gallery colour managed application? if answer 1 or both questions no cannot expect similar results. if monitors calibrated , photoshop has identical colour settings images should appear similar on each computer. More discussions in Photoshop Windows (read only) adobe

Transform within the Vanishing Point filter

hi - last night trying copy/paste 1 image another, using vanishing point filter. object being pasted started out larger area marked out vp filter. after pasted, clicked transform tool (still in vp filter dialog). able rotate pasted object, not find handles resize it. finally, managed redo original object small enough paste vp selection, , hit transform again. time, handles there me enlarge - no problem. why transform tool in vp allow me make pasted object larger, not smaller? or late last night? did search outside bounds of marked vp paste selection, looking handles, couldn't find them. using cs4 on xp. thanks! More discussions in Photoshop Windows (read only) adobe

Thread: nvidia 190 on hardy: I've got nvnews.net stumped!

Image
situation: hardy/8.04. new nv g210 video card. g210 needs 190 driver, not 169 comes 8.04 (nvidia-glx-new 169). added http://ppa.launchpad.net/nvidia-vdpau/ppa/ubuntu hardy main sources list, , installed nvidia-glx-190 things seem installed correctly, can see: code: user@mythtv:~$ dpkg -l | grep nvidia ii dkms 2.1.0.1-0ubuntu1~nvidiavdpauppa1 dynamic kernel module support framework ii nvidia-190-kernel-source 190.53-0ubuntu1~karmic~nvidiavdpauppa6 nvidia binary kernel module source ii nvidia-190-modaliases 190.53-0ubuntu1~karmic~nvidiavdpauppa6 modaliases nvidia binary x.org drive ii nvidia-glx-190 190.53-0ubuntu1~karmic~nvidiavdpauppa6 nvidia binary xorg driver rc nvidia-glx-195 195.22-0ubuntu1~karmic~nvidiavdpauppa2 nvidia binary xorg driver rc nvidia-glx-new 169.12+2.6.24.18-26.3 nvidia binary xfree86 4.x/x.org 'new' driver ii nvidia-kernel-common 20051028+1ubuntu8 nvidia bin

CS4 / Vista64 / HD4870 Flickering

radeon 4870 latest drivers - clean inastalled vista 64 ultimate cs4 extended --------- 50% of time, on loading cs4, screen flickers though redrawing elements. happens when selecting tools, menu items or editing image. turning off opengl fixes problem image editing though screen still flickers/flashes on loading / minimising app. no other apps on pc exhibit flashing - opengl ones. odd. mike, i have same setup you. few suggestions try , out. if did sorry. i had put in 850 watt psu 4870 work correctly. takes lot of power. cs4 puts hardware test!! 500 watt not par going on. also check make sure there no wires touching 4870 cooling fan slow down , cause on heat. (i had sata cable rubbing fan had reposition sata cable) i assume have seen new cooling fan rpm change addition 8.10 drivers in on drive section on ccc? have rpm set @ 40 percent. card works nice , cool @ 35c. what computer case cooling fan wise? run directx diagnostic tool. .net date? when first put 4870 in ccc not

Astro Pi initial Setup - Raspberry Pi Forums

hi noobs question please patient me, have 3d printed astro pi , build unit using kit cpc. did not come sd card have installed new install of raspbian jessie. have been following instructions astro-pi-flight-case tutorial, deos not mension version of raspbian should use. also, @ bottom says installing overlays when try following error : code: select all sudo wget https://github.com/raspberrypilearning/astro-pi-flight-case/raw/master/data/dtb/astropi-keys.dtbo --no-check-certificate --2017-09-30 20:44:16-- https://github.com/raspberrypilearning/astro-pi-flight-case/raw/master/data/dtb/astropi-keys.dtbo resolving github.com (github.com)... 192.30.253.112, 192.30.253.113 connecting github.com (github.com)|192.30.253.112|:443... connected. http request sent, awaiting response... 302 found location: https://raw.githubusercontent.com/raspberrypilearning/astro-pi-flight-case/master/data/dtb/astropi-keys.dtbo [following] --2017-09-30 20:44:17-- https://raw.githubusercontent.com/raspberryp

Using the Submit News page and save, apply and cancel buttons - Joomla! Forum - community, help and support

please help, can not find solution or if normal. whenever login super admin or author or registered, click on user menu item "submit news" makes either hit save or cancel before can out of page. i have 3 problems this: if accidently click menu item, have hit cancel button. (this annoying first time users) biggest complaint - after hitting save or cancel button - redirects http://www.mysite.com.. . in case home page splash feature (how change redirection?) and lastly, logs out of site? normal? how can have developers fix feature. wants log out after cancel or saving these content submission pages. i'm hoping not norm not seem best practice. can please understand norm , if case not norm? if so, fix. i have cb login module.. thanks!!!! hi the function there reason.  if editing page , click on menu link instead of saving, edits lost.  backend works same way - if editing setting or content item, top menu disabled until save or cancel. regards brendon Board

ARDUINO WEB SEVER CONTROLLING 802.15.4 XBEE NETWORK

Image
i bought project: 5 xbee's s2c, 4 xbee nanoshield 4 arduinos nano 1 arduino mega 2560 1 xbee shield 2560 1 w5500 ethernet shield i have page hosted in arduino 2560. this page have 4 buttons, buttons pressed send data arduino nanos via xbee 802.15.4 network. its simple project control led 13 in arduino nano. actually, project controlling house, spread in house xbees, relays modules, arduinos nano home automation project xbee network i first setup page working , controlling few nanos change bit project , add features ir tv rooms , air conditioning, current sensors etc.. after done figure out how work on ios app cause android app have done once , easy using mit app inventor the main porpouse here make conversation btw arduino mega , 4 arduino nano, xbee can easly using slave code arduinos master code needs ethernet communication able time... can me start or give me advices? thanks anyway Arduino Forum

Thread: Stuck in Grub prompt AGAIN. (Ubuntu 9.1, newest kernel)

Image
this kinda last stand me. running ubuntu9.1/xp dual-boot , on 4th wubi installation. first 3 had crashed within day of use after updating 2.6.31-15. 4th time updated -14 -16, updated grub, , worked perfect, ati wonder tv card =] has been working great 2 weeks, restarts every day. last night, though, came home , noticed system frozen , ended having hard reboot. when booted , chose ubuntu went strait dreaded grub prompt (1.97 beta4). happened on -15 when had hard reboot. last time able boot using: code: linux /boot/vmlinuz-2.6.31-14-generic root=/dev/sda1 loop=/ubuntu/disks/root.disk ro single initrd /boot/initrd.img-2.6.31-14-generic boot now, when try either -14 or -16 reads "file not found". have checked misspellings , ran these multiple times getting same response. positive installation on sda1, too. have tried running live cd , mounting filesystem updating grub. far: code: sudo fdisk -l sudo mount /dev/sda1 /mnt sudo mount --

Thread: Low-Graphics Mode Problem

i found thread dual monitoring here in forums (and of course can't find thread) , while editing in terminal, following instructions of thread, screen blanked , restarted in "low graphics mode" have been trying fix this, getting multiple errors. have hp pavillion dv6000 laptop , running 9.1. when hope display change resolution, this: appears graphics driver not support necessary extensions use tool. want use graphics driver vendor's tool instead? when yes, nvidia x server comes up, popup says this: not appear using nvidia x driver. please edit x configuration file (just run `nvidia-xconfig` root), , restart x server open terminal , this morisila@deathtrap-2:~$ sudo nvidia-xconfig [sudo] password morisila: using x configuration file: "/etc/x11/xorg.conf". backed file '/etc/x11/xorg.conf' '/etc/x11/xorg.conf.backup' new x configuration file written '/etc/x11/xorg.conf' when resta

How to program the Arduino board one?

hi, i'm new forum , bought arduino uno board schedule job have asked me in school. job build intelligent parking servo, display indicating number of places ... truth have never programmed , wish cast forth hand , explain how can program or can start work. thank you! first need arduino software, assume have installed found website. there plenty of beginners guides out there if search. have found plenty of useful information here . Arduino Forum > Using Arduino > Project Guidance > How to program the Arduino board one? arduino

[RESOLVED] 2017-08-16-raspbian-stretch-lite on Pi Zero W - Raspberry Pi Forums

hi all, tried install fails during boot kernel panic error (kernel panic - not syncing). tried pi 0 w , sd card , in scenarios fails @ same point. there known issue @ all? *edit* don't why didn't check sooner download recent (2017-09-07-raspbian-stretch-lite) , give try. *edit* confirmed working latest image. i sure had working. has been superceded 2017-09-07-raspbian-stretch-lite, , running on pizerow in front of me type this. raspberrypi

Modification Arduino Mega2560 en 3.3V -> problème intéruptions...

Image
bonjour à tous, comme vu dans mon précédent post, j'ai modifié un arduino mega 2560 en 3.3v. par contre j'ai laissé le quartz 16mhz, et le bootloader est celui d'origine, qui utilise donc le quartz. tout semblait bien fonctionner jusqu'à ce que je veuille utiliser les interruptions sur les pin 2 et 3 du mega2560... j'ai utilisé 2 interruptions (pour 1 bouton poussoir et 1 accéléromètre adx345) un en "rising" et l'autre en "falling". mais rien ne fonctionne: l'interruption ne se déclenche pas... pourtant le même code sur un arduino pro mini 3.3v (et même câblage) fonctionne très bien. est-ce le fait de passer d'une tension de 5v à 3.3v qui foutu la mer** ? si je fais une lecture, via digitalread, je vois pourtant bien les bonnes valeurs de l'entrée. programme: dans le setup: code: [select]   attachinterrupt(1, accelinterrupt, rising);   attachinterrupt(0, switchinterrupt, falling); fonctions pour les inter. code: [select]

[TCP Keep-Alive] in MKR1000

i trying stream data server. quite found transfer stopped , resumed few seconds later. way sent data loop in sequence - client.connect - put post data in block , client.println - client.stop i did packet capture , found apparently right after server sent tcp retransmission mkr1000, mkr1000 sent tcp keep-alive, stop happens , connection resumed initiating  new connection mkr1000. attached 2 screenshots regarding issue. 192.168.10.19 mkr1000 , 192.168.10.29 server. my question why sending [tcp keep-alive], after [fin, ack], not idea execute client.stop right after client.println? any idea? thanks. Arduino Forum > Using Arduino > Networking, Protocols, and Devices (Moderator: fabioc84) > [TCP Keep-Alive] in MKR1000 arduino

Thread: asus graphics card fan

hi, i've got asus graphics card, working fine on ubuntu 9.10. prob fan loud. can use asus smartdoctor in windows slow down fan. there similar programme ubuntu? or way slow down fan? thanks, lorcan i had same problem old graphics card. had remove fan , install passive cooler. have drivers installed? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Multimedia Software [ubuntu] asus graphics card fan Ubuntu

Mysql - Raspberry Pi Forums

ı have problem. it's not work error 1698 (28000): access denied user 'pi'@'localhost' pi@raspberrypi:/var/www/html $ sudo apt-get install mysql-server reading package lists... done building dependency tree reading state information... done mysql-server newest version (5.5.9999+default). 0 upgraded, 0 newly installed, 0 remove , 0 not upgraded. php5-mysql : depends: libmysqlclient18 not installable e: unable correct problems, have held broken packages. code: select all sudo apt-get install mysql-common sudo wget http://security.debian.org/debian-security/pool/updates/main/m/mysql-5.5/libmysqlclient18_5.5.57-0+deb8u1_armhf.deb sudo dpkg --install libmysqlclient18_5.5.57-0+deb8u1_armhf.deb install mysql + php5 packages (omitting libmysqlclient-dev) code: select all sudo apt-get install default-libmysqlclient-dev sudo update-alternatives --set php /usr/bin/php5 raspberrypi

IE and graphics...

hello, had trouble png graphic emulation on ie rebuilt graphics in photoshop , saved them gifs. when large emulate wonderfully, when smaller size come out pixelated. also, layer effects (bevel , outer glow) come out pixelated in ie. no other browser problem :( suggestions? thank time! ~peace stop using ie. and tell friends stop using it. if want go png read http://homepage.ntlworld.com/bobosola/ More discussions in Photoshop Macintosh (read only) adobe

GPS Tracking

i'm creating real-time vehicle tracking android application using arduino uno , sim900 gps. want use firebase database coordinates hold longitude , latitude. question sending data through gprs firebase. right i've been able use terminal program send @ commands create connection i've been getting errors when connecting firebase using at+cipsend. know excepts https traffic i've been trying commands here. quote but i've been getting errors when connecting firebase using at+cipsend. no context + no code + no error messages == no help. Arduino Forum > Using Arduino > Programming Questions > GPS Tracking arduino

Thread: Video normal, audio faster (Avidemux)

hi all have flip camera. when open movie in avidemux, message: code: h.264 detected if file using b-frames reference can lead crash or stuttering. avidemux can use mode safe lose frame accuracy. want use mode? when save file (whatever chose after message), video speed normal, audio faster. how can fix this? there connection between message , issue? try using different program, may help. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Multimedia Software [ubuntu] Video normal, audio faster (Avidemux) Ubuntu

CSV Logging File Column Headers

hi there, i using sketch record , log temperature of 1 sensor attached uno adafruit logger shield. code: [select] #include <sd.h> #include <wire.h> #include "rtclib.h" #define echo_to_serial 1 rtc_ds1307 rtc; void setup() { serial.begin(57600); wire.begin(); rtc.begin(); if (!rtc.isrunning()) { serial.println("rtc not running!"); } pinmode(10, output); sd.begin(4); } file myfile; float value; float time; void loop() { myfile = sd.open("test.csv", file_write); datetime = rtc.now(); if (myfile) { value = analogread(0) * 5 / 1024.0; value = value - 0.5; value = value / 0.01; myfile.print(now.day(), dec); myfile.print('/'); myfile.print(now.month(), dec); myfile.print('/'); myfile.print(now.year(), dec); myfile.print(' '); myfile.print(now.hour(), dec); myfile.print(':'); myfile.print(now.minute(), dec); myfile.print(':');

Installation and modification of Joomla 1.0 - Joomla! Forum - community, help and support

Image
i have installed joomla 1.0 on website , have installed rocket theme and changed colour of it. what need install of other external components , modificate installations fit purpose of website. i new member here not exactely know if right forum this request wants find can me this. please respond /anne welcome joomla! installation of extensions simple process,; find , download local machine required extension, joomla! extensions directory place start ( http://extensions.joomla.org ) in back-end (admin site) select " installers " select type of item trying install, module, mambot, component, template etc, page refresh providing list of installed , "upload" extension area (a text box , browse button, install button) click browse, window open allowing browse local machine, find , select downloaded extension file go browser window, choose install ... and if in world, extension installed read instructions on page presented you, click "continue" finish. there f

How to fine tune a Website - Raspberry Pi Forums

Image
finally i've made it, website online (yupi)! think bit slow, question how can manage go faster? many browsers come "developer tools". can use these see why website slow, either in downloading media or script performance. once you've identified slow, can @ ways speed up. example, if use "network" tab on chrome developer tools, might find 1 particular image slow download. modify image reduce size quicker download. raspberrypi

changing import destinations

i have epson perfection v700 scanner installed while using cs3, access under file>import. have cs4, option no longer shows up. how move this? i've looked in subfolders associated cs3 , can't find anything. thanks. read cs4 documentation. essentially, twain plug-in has been removed cs4 , offered not-recommended, use-at-your-own-risk optional plug-in. scan outside of photoshop, either scanner's stand-alone software or utility vuescan, etc. More discussions in Photoshop Macintosh (read only) adobe

Who manufactures the Arduino?

i'm looking @ arduino uno.  it's not italian arduino uno.  it's outfit called hobby components.  carries logo.  but, suspect isn't theirs.  google images search arduino uno.  same despite multiple brands printed on.  it's totally unfeasible made different companies.  arduino open hardware project , general circuit diagram in public domain.  person /company can make arduino compatible board.  headers have in reference positions.  doesn't matter resistors , vias are.  therefore anywhere people chose route them to.  eagle file public domain.  closely.  every component, trace , via in same position.  , little kink in pcb along icsp edge?  there doesn't have 1 serves no particular purpose.  , why blue?  , why reset buttons orangey? the inevitable conclusion 1 must reach made same company, , branded individual customers. so manufactures arduino knock offs..? ------------------------------------- p.s.  150mm digital vernier calipers this.  same when there

connecting data across two fields.... - Joomla! Forum - community, help and support

hope makes sense... i need able enter id number @ registration - when profile viewed need building name display based on id number entered @ registration... i hear ask why not enter building name begin - had set conditions , worked great client wants this... i can field using cb , can create table associated id numbers , building names paired dont know how display building names am thinking might more php/mysql solution any appreciated! Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

2 progetti in un solo sketch

ciao tutti ragazzi ho un problema nel fondere due sketch. allora entrambi separati funzionano ma se li metto insieme mi da un errore. il primo sketch aziona dei relè tramite bluetooth il secondo aziona due led tramite modulo rfid. mi sapreste dare una mano? grazie mille : '(   prima di tutto, essendo il tuo primo post, ti chiedo cortesemente di presentarti qui ( spiegando bene quali conoscenze hai di elettronica e di programmazione ... possibilmente evitando di scrivere solo una riga di saluto ) e di leggere con attenzione il regolamento ... .. poi,  in conformità al suddetto regolamento, punto 13, il cross-posting è proibito ( anche tra lingue diverse ) e tu hai posto la stessa domanda nella sezione inglese, oltretutto scrivendo in italiano ( ... cosa che non è permessa ). il tuo post è stato quindi cancellato e ti prego di continuare su questo. grazie. guglielmo Arduino Forum >

Touchscreen while Schleife

Image
hi zusammen, ich bin noch recht ne hier, daher vergebt mir wenn ich mich der ein oder anderen stelle nicht korrekt ausdrücke. ich habe ein 2,8" touchscreen display, ich auch zum laufen gebracht habe. zum aufbau: ich habe 4 "touch buttons": min+ sec+ cancel start mit min+ und sec+ wird ein timer eingestellt. mit cancel alles auf null gesetzt und mit start gehts los. für den countdown habe ich die countimer.h lib genutzt. ich bekomme auch der countdown im seriellen monitor angezeigt wie er runtertickt aber nicht auf dem display.....und das liegt glaube ich daran, dass ich in der while schleife festhänge......... hieraus folgt dann auch mein zweites problem..... wenn der countdown abgelaufen ist kann ich keine eingaben mehr machen außer den countdown neu zu starten. vielleicht kann mir jemand nen tip geben. code: [select] [code] #include <utft.h> #include <urtouch.h> #include <utft_buttons.h> #include "countimer.h" int seconds = 0; int

How do I get the arduino to store more than 1 alphanumeric letter?

i have tried run below program displaying exit status 1 invalid conversion 'const char*' 'char' [-fpermissive] char = "a"; void setup() {   serial.begin(9600); } void loop() {   if(serial.available() > 0){     = serial.read();     serial.print("you typed");     serial.println(a);   } } code: [select] char = 'a'; will 1 character @ time. @ least compile. Arduino Forum > Using Arduino > Programming Questions > How do I get the arduino to store more than 1 alphanumeric letter? arduino

Thread: "The specified location is not supported"

Image
hello. running monomaxos, modified ubuntu. system comes few desktop items computer, home folder, , trash. when try remove these error "the specified location not supported". there no option remove when right clicking. after customizing bit, removed theme comes monomaxos after installing different theme. computer , home folder lost icons. take @ screenshot. way remove these? attached images screenshot.png (894.8 kb, 36 views) solved. found in gconf-editor. able remove Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] "The specified location is not supported" Ubuntu

Joomla! kommt nach Zürich, 19. & 20. September 2007 - Joomla! Forum - community, help and support

hallo zusammen, im rahmen der openexpo in zürich wird joomla! mit einem stand vor ort sein. wer fragen hat die er/sie gerne persönlich beantwortet haben wäre dies wieder eine gelegenheit. http://www.openexpo.ch/openexpo-2007-zuerich/ wenn ihr plant zu kommen tragt euch doch bitte in dem thread http://forum.joomla.org/index.php/topic,197724.0.html ein. dann kann pete besser planen. gruß alex Board index Joomla! International Language Support International Zone German Forum Ankündigungen

Thread: help xorg.conf not found

hey every body didn't found xorg.conf file in ubuntu 9.10 configure sis mirage 3 graphics card have 800x600 resolution pleaz help thx xorg.conf doesn't exist in 9.10 default, can create 1 if wish. there issues sis, you're best off searching in forums. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [SOLVED] help xorg.conf not found Ubuntu

eMMC flash memory reliability - Raspberry Pi Forums

are there data out there show how reliable cms emmc flash memory chip is? cm3 mounts samsung klm4g1fepd flash chip couldn't find useful information on number of read/write operations before flash gets corrupted. integrated controller perform wear leveling? how chip perform compared microsd card? has here run stress test check durability of chip? product design quite important information can't seem find anywhere. ondrej flash suppliers reluctant release information this, since data dependent on use case. in fact don't release it. also, raspberry pi change flash suppliers on time, vary in way. 1 thing valid reliability higher flash cards, since uses mlc rather tlc flash., order of magnitude more robust. can mitigate lifetime issues reducing flash writes easily. raspberrypi

A lot of errors following guides? - Raspberry Pi Forums

hi purchased pi3 months ago. installed using noobs, , worked well. point playing homemade scripts , getting familiar it. few months later wanted create project, , fell in love ai projects alexa , google assistant. when following of quite solid guides out there, on , on again run issues missing (or failing install) "elments" perl, git etc. can fix 1 error, occur. better reinstall pi3 using noobs , start 1 of ai projects? thanks! bodudek wrote: ↑ mon oct 09, 2017 4:26 am hi purchased pi3 months ago. installed using noobs, , worked well. point playing homemade scripts , getting familiar it. few months later wanted create project, , fell in love ai projects alexa , google assistant. when following of quite solid guides out there, on , on again run issues missing (or failing install) "elments" perl, git etc. can fix 1 error, occur. better reinstall pi3 using noobs , start 1 of ai projects? thanks! noobs installer / chooser , not operating system.

New library for the BY8001-16P/BY8301-16P audio module, feedback welcomed!

Image
hello, in past month, have rewritten new library control by8001-16p/by8301-16p audio module. library can found , downloaded here: https://github.com/nachtravevl/by8x01-16p-arduino the by8001-16p module can viewed/bought here: http://www.ebay.com/itm/tf-micro-sd-u-disk-by8001-16p-mp3-player-arduino-audio-voice-module-board-/221893287024 (although there lot of different suppliers). likewise, by8301-16p module can viewed/bought here: http://www.ebay.com/itm/by8301-16p-ssop2-mp3-aduio-serial-voice-spi-flash-module-3w-amplifier-micro-usb-/271684522808 (although, again, there lot of different suppliers). the reasoning behind rewriting library had fact existing libraries did not correctly handle many of edge cases nor response functionality of chip. talks on rs232 serial line makes particularly difficult deal with, in terms of keeping response buffer cleaned , state variables updated. this library has lot of additional functionality existing libraries not expose, handles various h

CS Plugin failure on startup

hi - have photoshop cs. upgraded computer windows xp windows vista - 64 bit. reinstalled photoshop cs , worked on new computer. ran windows vista easy transfer program transfer files , settings old xp computer new vista computer. when start photoshop on new computer, error message says - "the application has failed start because nknefplugin.dll not found. re-installing application may fix issue." i reinstalled photoshop cs on new computer, continue error message. when click "ok" button @ error message, photoshop appears continue loading , seems run , operate properly. does have idea happening , what, if anything, should fix this. thanks. richard m. perry that belongs nikon plugin. reinstall nikon software. More discussions in Photoshop Windows (read only) adobe

Seeeduino Base Shield i2c Problems

hello, i relatively new arduino apologize if simple problem. i have been experimenting arduino yun + seeeduino kit aws iot.  iot part not important question.  kit includes grove lcd module, works fine if plug i2c port on yun itself.  however, if plug in base shield (v2.0) , plug lcd 1 of 4 i2c ports on base shield lcd not work. i found if have lcd plugged yun , add grove base shield, lcd stops working.  i've been running i2c_scanner example code , works fine long base shield not used. is there must base shield i2c ports work?  tried changing setting of voltage switch 5v, no change. looks found answer own question.  there conflict between i2c ports , d2 & d3 on grove base shield.  had button , led plugged ports , messing things up. Arduino Forum > Products > Arduino Yún (Moderator: fabioc84) > Seeeduino Base Shield i2

3.2" TFT Graphics appear stretched and shredded

Image
hello, i'm working on digitally controlled bench power supply project, , wanted design gui it. processor of choice atmega2560 (arduino mega 2560 board). while testing display, has come attention not right, text barely readable , graphics seem stretched / scaled / washed out. the display on ssd1289 controller, connected arduino board through level converter since tft display operates on 3.3v the library use utft since seems logical choice go with, it's nicely laid out , worked similar 1 before. display tested included examples. used different test project depended on library. changing controllers in sketch definition yelds same results. the touch screen part works fine. i've done research on problems people have screen modules, closest find shifted pixels , offsets, not have here. take @ pictures below: if has ideas, please post. have scope , general test equipment. cheers! you have concealed how have connected 3.3v signals 5v mega2560. there

Thread: How to stop Update Notifier "need" to upgrade to Karmic

hi, i'm running kubuntu jaunty, , update notifier icon continuously sit in tray icon telling me upgrade 9.10 available. after time, know karmic out, don't want upgrade (especially because of this ). there way tell update notifier stop notifying me of existence of karmic? go system > preferences > startup applications , untick update notifier. run regular manual updates or add cronjob it, say, weekly. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [kubuntu] How to stop Update Notifier "need" to upgrade to Karmic Ubuntu

Quicker way to serial print to Matlab

hello all, i controlling stepper motor arduino, , have camera simultaneously taking images of object motor moving. send current position of stepper motor (currently being counted in variable "distance") every time take snapshot in matlab. unfortunately when run program serial.println line in stepper code, motor slows down tremendously spends time sending serial info matlab. is there better way send serial information arduino without noticeably affecting motor function? or keep information in buffer can sent when use fread code matlab? code: [select] arduino code: #include <accelstepper.h> #include <multistepper.h> int steps=17000; int dir = 0; void setup() {                  pinmode(8, output);        pinmode(9, output);   digitalwrite(8, low); //high=forward, low=backward   digitalwrite(9, low);   serial.begin(9600);           // set serial library @ 9600 bps } void loop() {   //menu(); //call menu   while (!serial.available()){ //wait until serial valu