Posts

Need help with Google API comp... - Joomla! Forum - community, help and support

i’m using hot property component mosets , google maps api component, want pass address information pulled database listing result google map component generate map property. i’m not familiar google map api @ all. got display map that’s it. have idea begin? check out http://www.google.com/apis/maps/documentation/ .  tried google maps components, , didn't them @ all, coded map html file, , used wrapper load it.  found it's more configurable.  Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x Components

[Résolu]Problème de débutant sur I2C et LCD

Image
bonsoir à tous, je dispose d'un afficheur clcd de comfile destiné à être mis en œuvre avec les modules cubloc via cunet. le bus cunet n'est rien d'autre qu'un bus i2c. j'ai écrit quelques fonctions pour piloter l'afficheur clcd et tout fonctionne parfaitement. mon problème se situe au niveau de l'appel de la fonction "print" code: [select] clcdprint("bonjour"); clcdprint("z"); les deux exemples ci-dessus fonctionnent parfaitement. l'afficheur clcd permet de programmer des caractères personnalisés qui se situe aux adresses ascii 8 à 15 (décimal). comment faire pour afficher ce caractère ascii de l'adresse 8. j'ai essayé plusieurs formes d'écriture, mais cela ne fonctionne pas. code: [select] clcdprint(char(8)); le compilateur ne veut rien savoir   pour information, je suis novice en c et je fais mes premiers pas avec ce langage et arduino ! merci pour votre aide. lol ^...

Fréquence de rotation avec capteur magnetic KMZ10A

bonjour à tous, je souhaite mesurer avec un capteur magnétic de type kmz10a la fréquence de rotation , par contre je ne trouve rien à ce sujet, quelqu'un aurait il une idée du code à utiliser pour afficher la fréquence en tr.min. merci pour votre aide bonjour ce capteur ne va pas pouvoir être connecté directement à l'arduino sans un étage analogique approprié. c'est un capteur de mesure, adapté pour faire un compas électronique par exemple. le type de sortie requière un amplificateur différentiel afin de délivrer une tension proportionnelle au champ magnétique dans lequel il est placé. ce capteur est à mon sens pas le meilleur choix pour cette application. pour mesurer une vitesse de rotation tu besoin seulement d'une impulsion au moment où l'aimant passe devant le capteur. l' us1881 par exemple me semble plus approprié. une fois que tu obtient un signal impulsionnel quand l'aimant pass...

Black Screen Can't Play Videos

on myspace whenever try play comedy video or watch music video starts "load" says "done" never plays video. if click on of buttons beginning of still frame video there play arrow on it, when press screen turns black , says done. when try reinstall adobe flash player says installed. why can't see videos? yes, problem having well! thank goodness i'm not alone...but how fix this? i used have no problem, sudden it's not working... please let me know if answer. More discussions in Using Flash Player adobe

Connecting Peripherals to Arduino

hi, this might silly thing ask here goes, is okay plug in servos or other type of shield matter arduino while connected pc , external power source?? is necessary switch power off , disconnect pc  if have plug in servo or remove arduino, or shield? thanks in advance. you can not wisest thing in world (this why complain arduino needs simple toggle switch power) when hot plug things not protected electrically sorts of nasties potentially happen. human error biggest elephant in room, other things esd, bouncing pins, current inrush invite failure, either instant or on time not idea unless been designed to. Arduino Forum > Using Arduino > Installation & Troubleshooting > Connecting Peripherals to Arduino arduino

import users to joomla from CSV - Joomla! Forum - community, help and support

problema ko lang po ay pag mag import na nung password kasi parang gs2 ko muna set pass ng every user to user1,user2,user3 etc.... ngyn dapat papasok sya sa user table ng joomla encrypted na... pano po encryption ng joomla? para encrypt ko na muna saka ko import sa user table ng joomla.... mag w work po kaya to? joomla uses md5. theres discussion of in mambo forums , works. will post thread reference when got url of thread. - g Board index Joomla! International Language Support International Zone Filipino Forum International Support Center

Arduino Server now in Beta Testing..

Image
i've been busy, download zip, read readme.txt i've included source code everything, server client, , arduino code, ideally kind of header (include .h/cpp) good to send , recv.. to debug it, disable client (as 1 program can share com port) closing , use arduino ide make sure board is working.. when you're happy run arduinoclient.exe (sorry windows until likes able code client in linux) source code included. (unless wish host, can run server well, click on "loopback" reconnects 127.0.0.1 or connect to myarduino.info on port 1234) step 1. change com port yours, or change system com port com 4. step 2. click on connect button, click on establish connection (over com port, if errors make sure arduino no in use on port) step 3. click on send button [pin2] you if have led connected pin2 on arduino, light should light up, not that, led here (if connected) light //serial.println("pin3"); //serial.println("reset"); //switches off pins from ar...