Posts

Showing posts from April, 2010

Arduino Uno and CD4094 [Solved]

i´m having trouble arduino uno , 16-bit shift register made out of 2 cd4094´s. the program appears working, leds connected on outputs of shift registers nothing. doing wrong ? code: [select] #include <avr/pgmspace.h>  #include <spi.h> const int latchpin = 10;  //pin connected str(pin 1) of hef4094 //clock = 13, mosi = 11 const int eprom[12] = {0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x100, 0x200, 0x400, 0x800}; int address = 0; byte = 0; void setup() {   // put setup code here, run once:   pinmode(latchpin, output);   digitalwrite(latchpin, low);   spi.begintransaction(spisettings(500000, lsbfirst, spi_mode0)); // initialize spi   serial.begin(9600); } void loop() {   // put main code here, run repeatedly:   address = eprom[i];   serial.print(i);   serial.print(" ");   serial.println(address, hex);   serial.println(" ");   addressout(address % 256, address / 256); ...

NodeMCU + SD Card

bonjour, bonne année à tous... mon problème est que je teste en ce moment un nodemcu et un lecteur de carte sd et qu'il ne reconnait pas une carte de 2go alors qu'une de 16go passe très bien. j'ai tenté différents format (fat, fat32 etc...) mais rien n'y fait la 2go n'est pas reconnue (elle passe très bien sur mon pc) avez vous rencontré ce genre de problème? merci pour toute aide. comment savez vous que ça ne fonctionne pas ? si vous faites un file.mount() et que ça vous dit "erreur", essayez une seconde fois. il se peut que vous ayez un timeout la première fois avec certaines cartes Arduino Forum > International > Français (Moderators: jfs, Snootlab) > NodeMCU + SD Card arduino

Installng community builder on Joomla! - Server internal error 500 - Joomla! Forum - community, help and support

greetings joomlas, i having trouble installing (cb) community builder extension joomla nightly. have tried everything. memory 128mb default(i hope) , set php version 4 5 make sure using latest version. it's 3 days trying, install , reinstall different version of joomla see if compatibility, , still message: server error! the server encountered internal error , unable complete request. error message : premature end of script headers: index.php if think server error, please contact webmaster. error 500 kingofshops.net tue oct 9 09:07:52 2007 apache/2.0.54 (debian gnu/linux) mod_auth_pgsql/2.0.2b1 mod_ssl/2.0.54 openssl/0.9.7e don't know else do. hosting company tried me out until have hear people @ joomla saying. please appreciated. thanks in advance n.bennett p.s. made post on joomlapolis forum, still waiting responce. did enable legacy module in joomla first? cb run under legacy mode in 1.5. Board index Joomla! Older Version Support ...

Problem Coding Internal Pull Up resistors

Image
i have program controls lights of trailer.  right button inputs looking +5v , because floating, causing problems project.  modify existing set ground , use internal pull resistors, every time rework it, doesn't work.  appreciate help. code: [select] #define reverse 2 #define left 3 #define right 4 #define runing 5 #define fbutton 6 #define rbutton 7 #define hbutton 8 #define sbutton 12 #define tbutton 9 #define led 13 int button1state = 0; int button2state = 0; int button3state = 0; int button4state = 0; int button5state = 0; void setup() {   pinmode ( reverse , output ) ;   pinmode ( left , output ) ;   pinmode ( right , output ) ;   pinmode ( runing , output ) ;   pinmode ( led , output ) ;   pinmode ( tbutton , input ) ;   pinmode ( fbutton , input ) ;   pinmode ( rbutton , input ) ;   pinmode ( hbutton , input ) ;   pinmode ( sbutton , input ) ;   digitalwrite ( reverse, high) ;   digitalwrite( ...

Thread: [HIS Radeon HD 4670 IceQ] PSU questions.

hello all! im trying upgrade graphics card , im interested in hd 4670 iceq it's powerful card , im looking forward gaming this, i'm sure ubuntu has support card. question little bit more hardware related. link card http://www.hisdigital.com/un/product2-448.shtml says on page 400w psu required , i've read people running on 350w , having no problems. psu enermax eg301-vb 300w , it's not low power system, have tons of led fans , multiple hd's , cd drives. im looking experts go ahead before spend $109 on video card. don't wanna spend find out can't power it! thanks! unix-man it should work, on 300watts (i can find real power consumption tests using 4650 use far less power people guess). 1 of reasons why '400 watts+' because of 'yum cha' power supplies. know, teh horrid things in $40 cases, change sticker on power supplies every few years reflect ...

rapport de valeur entre 2 variables

Image
bonjour tout le monde, pour un projet au lycée j'ai du créer un programme qui devait allumer une led différente selon la position d'un potentiomètre. maintenant j'aimerai modifier le programme pour faire que les leds diminuent et augmentent leur luminosité en fonction de la position du potentiomètre, c'est plus joli que de faire un changement brusque de led. mon programme est donc découpé en 16 boucle 'if' pour 8 leds (8 pour augmenter la luminosité et 8 pour la réduire). mon potentiomètre qui fourni 1023 est donc découpé en parties de 64 mais je n'arrive pas à trouver un rapport de grandeur par rapport aux 255 de la luminosité. je sais que 1023 = 4*64-1 mais chaque partie possède 64 des 1023 donc 1023 à 959 puis 959 à 895 etc. si quelqu'un pouvait me donner une technique pour que dans chaque partie l'intensité lumineuse puisse varier de 0 à 255 et inversement, ou me donner une autre façon de faire le programme je lui en serai reconnaissant...

Adobe Reader 8.1.2 tries to open almost everything

i'm running windows xp, patches date. clicking on file results in adobe reader starting & trying open file - e.g. iexplore.exe, firefox.exe, mozart32.exe. happens lots of system startup items - e.g. google updater, tweakmaster, download accelerator plus, (dlink wireless) airgcfg.exe, adobe's reader_sl.exe .. more 20 when log in(!). i suspected corrupted installation opened add/remove pgms - tried opened adobe reader. tried running regedt32.exe, adobe reader tries open pdf (obviously without luck). error message reports says - "adobe reader not open 'rundll32.exe' beause either not supported file type or because file has been damaged (for example, sent email attachment , wasn't correctly decoded)." the named exe vary, rest same. if right-click on file list of options has [default option] "read" (in bold) "open" being second choice followed other usuals (run as, etc). regedt32.exe has worse problems .. right-click & read def...

Thread: Free svn server?

is there free svn server online somewhere? need practice svn , keep 'synchronized' working copies of projects between multiple pcs handy. doesn't have trac if there's 1 trac omg awesome. many advice g sourceforge supports subversion. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [all variants] Free svn server? Ubuntu

Reader 9.0 on Firefox

i'm using firefox 3.0.5 , i've downloaded reader 9.0, when try open kind of pdf file web, following error: c:\docume~1\owner\locals~1\temp\pdfservlet-5.pdf not opened, because associated helper application not exist. change association in preferences. in options menu, applications tab shows reader 9.0 set default adobe pdf docs. what going wrong? i'm running winxp sp3. thanks advice! http://kb.mozillazine.org/the_associated_helper_application_does_not_exist make sure 'adobe acrobat document' set 'use adobe acrobat (in firefox)'. More discussions in Acrobat Reader adobe

Thread: problems installing maya 2009 on ubuntu 64 bit

hi guys i'm trying install maya in pc amd phenom 2 quad core 8 gigabites memory ram on ubuntu 64 bit i'm trying follow steps . in home created folder "called maya2009-linux" inside have 3 rpm files awcommon-11.5-19.i686.rpm awcommon-server-11.5-19.i686.rpm maya2009_0_64-2009.0-452.x86_64.rpm create second folder in home called "larrysito" inside folder have aw.dat created on windows partition in terminal start typing comands sudo apt-get install csh " made step sucsessful" sudo mkdir /var/flexlm "i made step successful" larry@larry-desktop:~$ sudo cp /home/larry/larrysito/aw.dat /var/flexlm "i made step succeful" sudo chown 444 /var/flexlm/aw.dat "i made step successful" problems began trying follow next steps of link http://combas3d.com/2009/05/setup-gu...sp1-linux-x64/ if [ ! -f /usr/tmp ]; sudo ...

Izmena sadrzaja RESENO - Joomla! Forum - community, help and support

Image
imam jedan neobican problem .sajt sam postavio ima vec 10 dana kada hocu da izvrsim neku promenu u sadrzaju npr. da mi slova budu crvena ili da umetnem neki link ili bilo sta , bilo koji alat da izaberem otvori se prozor gde bi trebale da budu opcije medjutim ono prazno.logujem se inace kao administrator . da li su mozda u pitanju dozvole ili nesto drugo  da li je moguce da je editora? posto neke funkcije za pisanje sadrzaja rade normalno (bold,underline..) samo funkcije koje se pojavljuju kao zaseban prozor nemogu da rade(css style,emotions...) jos jedna zanimljiva stvar kada probam da editujem neki sadrzaj u iexploreru pojavljuje se greska otvori prazan "contetnt" totalno zakoci cela joomla, dok u mozili radi sve normalno sem tih navedenih funkcija. pomislio sam da je nesto mene , odem drugara koji takodje ima sajt koristi joomla njemu se isto dogadja na isti nacin nadam se da neko ima neku ideju ili slicno iskustvo  Board index Joomla! Int...

LED on when certain windows processes are running.

i working on control panel/button box windows pc. however, hitting snag when trying figure out how turn on led if process/program/app running on pc. instance, if microsoft word running, led turn on notify me of this. led ms word, , no other programs. have 10 applications monitor , have led's turn on if app/program active. i have hit bit of snag on push buttons launching , closing application think may have handled autohotkey. now, keep thread on path of controlling led's if application on. thanks in advance. sure - write vb/c/c# program monitor windows environment programs want , send information arduino via usb/serial connection. Arduino Forum > Using Arduino > Project Guidance > LED on when certain windows processes are running. arduino

adobe reader 9 flub

i installed adobe reader 9.0. said uninstalled previous version. after install, computer not access program including internet! zone alarm wouldn't open. add or remove programs wouldn't open. several reboots did nothing. after 2 hours of working, had delete adobe folder on computer work. tried install 8.0 , 7.5 , says have better version installed already. doomed never view pdf? there way 8.o work? some versions of zone alarm have issues. turn off zone alarm , try re-install reader. if doesn't work download microsoft installer cleanup. run remove traces of reader , try re-install again. mike More discussions in Acrobat Reader adobe

Weird template issue ... - Joomla! Forum - community, help and support

Image
i newbie, pretty successful far. have created site @ http://www.imagine-intl.com using joomla 1.0.12  hosted @ siteground.com i have used bundled template called "siteground 12" , modified image associated company name (sg_13_07.jpg) reflect actual company name.  named new file sg_13_07_ver02.jpg , changed html template file reflect new version of file (from inside joomla template manager).  successful. the current problem.  file,  sg_13-07_ver02.jpg, has dissapeared default template directory in joomla installation without action on part aware of.  more strange, joomla website doesnt seem notice gone.  correct file still displayed joomla site @ correct location on template in live site.  when change html template point original default file (sg_13_07.jpg) still in template folder ... live website changes expected display original default file in correct location on page. however, trying upload next version of company name image new logo , font (...

Certificate Expired

today : quote forum.arduino.cc uses invalid security certificate. certificate expired on 24/12/2016 12:23. current time 24/12/2016 13:23. error code: sec_error_expired_certificate yup. i noticed massimo online earlier; presumably, got same error, , has got credit card out. Arduino Forum > Community > Website and Forum > Certificate Expired arduino

Wood Stove Monitoring

Image
hi everyone, i live in log cabin in rural vermont. it's -1f outside warm our soapstone wood stove. warmed in july when gathering firewood also.. it takes management keep temperature close 72 or prefer. wish these things better: remember stoke stove before fire gets far down , harder new load of wood burning well remember turn stove draft down approach temperature without overshoot consider outdoor temperature , current indoor temperature factor in needed heat output monitor firebox temperature wood burning monitor output flue gas temperature warn of low-temp creosote formation condition monitor output flue gas temperature sudden high temperature indicative of chimney fire, sound alarm later add servo control of stove draft. i have thermocouple flue gas temperature working (example here) so looks 2 thermocouples , 2 ds18b20s measure temperature, code , lcd display , alarm. has seen project this?  pointers? suggestions?? thanks! my suggestion set s...

template and coding - Joomla! Forum - community, help and support

Image
hello everyone. first of wanted doing awesome job project. this lovely system, , worked out 1 of best. so big  contribute project now problem.. i paid company design me new site. and right way told me use joomla. best thing you. well got there advice now finished design. and need put code of news example in place want be. but cant find "code". i try more accurate.. hmm example have 3 places news in site. i want there first news second third , last. each own category when writers want update site have option put there article want. but need make place of news compatible joomla. which means need put code looks that: category=$; template=$; ?> this how cutenews used work before decided move on joomla. so there me that? is possible? please advice, michael. no 1 has idea? Board index Joomla! Older Version Support Joomla! 1.0 Templates & CSS - 1.0.x

Joomla SEO friendly links problem - Joomla! Forum - community, help and support

Image
when change htaccess.txt .htaccess , turn on "search engine friendly urls:" links break. can me? i using .htaccess in joomla install. listed below. thank you -b ## # @version $id: htaccess.txt 5973 2006-12-11 01:26:33z robs $ # @package joomla # @copyright copyright (c) 2005 open source matters. rights reserved. # @license http://www.gnu.org/copyleft/gpl.html gnu/gpl # joomla! free software ## ##################################################### #  read if choose use file # # line below section: 'options +followsymlinks' may cause problems # server configurations.  required use of mod_rewrite, may already # set server administrator in way dissallows changing in # .htaccess file.  if using causes server error out, comment out (add # to # beginning of line), reload site in browser , test sef url's.  if work, # has been set server administrator , not need set here. # # use 1 of 2 sef sections follow.  lines can uncommented # (and used) have 1 #.  lines 2 #'s...