Posts

Showing posts from February, 2012

Servomotori a timer

salve volevo realizzare un distributore automatico di croccantini per il mio cane per farlo volevo costruire in legno la parte del box. per far scendere croccantini ho pensato di fare una botola che venisse tenuta chiusa da un servomotore che collegato ad un timer avrebbe fatto aprire la piccola botola. quindi io volevo fare in modo di collegare il servo ad arduino con un timer che ad una determinata ora facesse girare il servomotore. grazie tanto in anticipo. prima di tutto, nella sezione in lingua inglese si può scrivere solo in inglese ... quindi, per favore, la prossima volta presta più attenzione ... ... poi, essendo il tuo primo post, nel rispetto del regolamento ( … punto 13, primo capoverso ), 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 molta attenzione il su citato regolamento ... graz...

Photoshop CS4 file associations (Vista) - fix

--only tried on windows vista - upgraded photoshop cs3 cs4 , lost ability associate photoshop specific file extensions (like .jpg) because didn't show in "openwith" list.  might want try fix:   because upgrade install did not update following registry entry; [hkey_classes_root\applications\photoshop.exe\shell\open\command]   mine still set to @="\"c:\\program files\\adobe\\adobe photoshop cs3\\photoshop.exe\" \"%1\"" windows doesn't see new cs4 version application , if have uninstalled cs3 doesn't see photoshop application period.   type following in text file , save '.reg' extension.  make sure path correct in last line , uses exact syntax shown (cut , paste should work make sure check photoshop.exe file path correct machine.)  save desktop , double clicking should automagically update registry.   this safer mucking in regedit still careful not make typos, can have unexpected results.   ========= start file @ next line windo...

WS2812B and FastLED not working for MEGA2560

hi all, does know why code doesn't work on mega works fine on due? im sure im missing simple here. code: [select] #include "fastled.h" #define num_leds 1 #define data_pin 6 // define array of leds crgb leds[num_leds]; void setup() {   fastled.addleds<neopixel, data_pin>(leds, num_leds); } void loop() {   // turn first led red 1 second   leds[0] = crgb::red;   fastled.show();   delay(1000);   // set first led black 1 second   leds[0] = crgb::black;   fastled.show();   delay(1000); } things okay. show image of wiring. . Arduino Forum > Using Arduino > LEDs and Multiplexing > WS2812B and FastLED not working for MEGA2560 arduino

leds and relay board

hello all, i need project implies running 64m of leds. have materials 12v 16a power supplies, ebay 8 channel relayboard , arduino mega. switch leds strips, not need dimming. maybe relay board not best device it, should go mosfet instead. on other hand finish project have. first of have question way can hook relay board arduino. it's active low relay board. plan use separate power supplies, 1 relay , 1 mega regulated 5v output driving relay. according joined schematic of relay board there resistor on path of optocoupler , status led, value not indicated. when directly on board can see 2 resistors labelled respectively 511 , 102 (closest status led). the optocoupler 817c. according datasheet forward voltage 1.4v. http://www.keepjump.com.tw/datasheet/others/dpc-817c.pdf if right resistor value 102, 1k (5v-1.4v)/1000ohm ~= 4ma so should have 4ma on path arduino pin. right ? now if don't need relays on board, example if need 5 of them, 20ma 5. because equal max 20ma per pi...

Thread: MSN Messenger Corporate Edition

hey guys. loving ubuntu install , want transition office computers it. can install , run no problem unable connect corporate im. running messenger corporate edition on windows version 5. remember on mac had download older version of messenger mac work either our exchange servers or 1 of our servers powers old. connection settings on mac using custom server name on tcp or tls , custom port plus mentioned being sip communications device. know of way run older messenger corporate edition on ubuntu? i've tried using amsn, empathy , pidgin no avail connecting settings. not sure if i'm missing or not. set msn messenger account in empathy. if doesn't work, product hosting im's, , google setup tutorial empathy. not file transfer, or talk part of it. im should work fine. oops forgot msn has locked servers. take quick look, , post back. guess theres work being done on pidgin support windows l...

Thread: df command doesn't list root space

for reason on 1 machine when type "df -h" not show root filesystem size. stuff udev , varrun. also, if type mount, root file system (/dev/sda1) not show mounted. no space left on disk error whenever create files. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] df command doesn't list root space Ubuntu

Using Adobe Acrobat to Illustrator

art created in illustrator(ai).   form text fields created in acrobat.   text box fields filled data , save pdf.   data not display in ai.  if open pdf , print generate pdf, data displays correctly in ai.  please advise. if open pdf , print generate pdf, data displays correctly in ai.   illustrator neither creates nor recognizes form fields.   once you've printed filled-out form new pdf document, you've eliminated form fields. More discussions in Illustrator adobe

flash cs4 crashes every time

i have yet see flash cs4 in action, has crashed first time, every time. whenever start new file or open existing 1 file loads , 5 seconds later application quits without me touching or doing anything. other apps in cs4 suite work fine, flash 1 i'm having problems with. flash cs3 still works fine. i'm running os x 10.5.6 on macbookpro 3gb ram , no other applications running. have deleted preferences, cleared system cache (using cocktail) , repaired disk permissions. nothing has helped. suggestions has.   ken ken, misery loves company guess.   i having same problem, on pc.  "upgraded" , nothing works in flash.  trying contact adobe see if can go master suite cs3.  cs4 flash crashes everytime on files used last week in cs3.  cs4 takes forever load , have 4gb of ram in systems.  have tried on 2 separate computers same amount of ram same files , same exact result.  keep getting low virtual memory error when no other applications open.  files lar...

Arduino ethernet shield clone lower power consumption after fix 511 resistor!

i fixed chinese clone ethernet shield not working due 511 resistor! used fix shown in video https://www.youtube.com/watch?v=e-guayy6ga0. added 2 47ohm resistors leg pins of rj45 socket of ethernet shield. after fix works fine, realize power consumption arduino mega+ethernet shield 0.17amps dropped down 0.06amps. have idea why? 'm thinking in ethernet shield 510 resistor see s going happen, safe? p.s: s first time posting, sorry bad english! Arduino Forum > Using Arduino > Networking, Protocols, and Devices (Moderator: fabioc84) > Arduino ethernet shield clone lower power consumption after fix 511 resistor! arduino

Thread: broke my wine

Image
hi all. installed wine via synaptic , tried install utorrent. during installation of utorrent changed directory point /etc instead of c:\program files\. install failed. whenever try reinstall utorrent, fails. have tried uninstalling wine (including hidden .wine folder in home folder) i'm still unsuccessful. did fubar linux? ubuntu 9.10 regular wine not wine 1.2 utorrent 1.8.5 (i think) posted pdk902 hi all. installed wine via synaptic , tried install utorrent. during installation of utorrent changed directory point /etc instead of c:\program files\. install failed. whenever try reinstall utorrent, fails. have tried uninstalling wine (including hidden .wine folder in home folder) i'm still unsuccessful. did fubar linux? ubuntu 9.10 regular wine not wine 1.2 utorrent 1.8.5 (i think) try purging wine. purge command remove associa...

Export without artboard

hey all,   if export file without using artboards there no way set crop marks?  have hundreds of images made in cs4 , exist single artboards (obviously), when export image artboard -01 added file name. ridiculous if have 1 artboard. how can export without adding -01? if don't use artboards space around image.   best,   t but when export image artboard -01 added file name. ridiculous if have 1 artboard.   if problem naming, use a better finder rename rid of "-01" file names. not perfect solution, realize, abfr handy. More discussions in Illustrator adobe

condensateur arduino pro mini

bonjour, j'utilise un arduino pro mini 5v dans mon installation, certainement suite à un pic de tension accidentel, le premier condensateur côté entrée raw de la carte fondu. il s'agit d'un composant orange avec inscrit c 10u fd. dans un premier temps la carte ne fonctionnait plus, après 5 minutes elle fonctionne à nouveau et mon installation fonctionne normalement. mon alimentation est régulée à 7v, est il possible de continuer à utiliser ma carte sans le condensateur ou faut il remplacer la carte ? merci pour votre aide. cdt bonjour, ce condensateur est théoriquement indispensable, situé au plus près de l'entrée du régulateur de tension de la carte il se trouve que dans ta configuration : alim, fils court, consommation de l'avr non critique, cela marche néanmoins tu peux continuer à te servir de la carte, avec un risque de dysfonctionnements intempestifs le conseil généralement donné c'est de remplacer par un clone à vil prix, ta...

Please confirm screen width

hi there.   according echoecho.com 55% of screens set on 1024 x 768 , 28% @ 800x600. ok if work @ width of 900px or should rather stick 800px.   your opinion valuable me.   regards, deon according echoecho.com 55% of screens set on 1024 x 768 , 28% @ 800x600. ok if work @ width of 900px or should rather stick 800px.       internet-wide statistics may have no relevance site's target demographic.  , screen dimensions relevant computers user has maximized browser viewport (many not - particularly mac users).  see i'm going this? More discussions in Dreamweaver support forum adobe

Basic error??? Why can I not work this out?

hi. newby arduino , wondering if trying run before can walk. trying build web server data logger appears need, when try compile project keeps telling me timer.h not exist.  have created subdirectory in arduino/libraries called timer_master instructed , copied of timer_master files it, including timer.h.  compiling project failed error created subdirectory called "src" , copied relevent files there still doesn't compile.  being stupid here?   the error is: c:\users\user\documents\arduino\sketch_web-server_data_logger\sketch_web-server_data_logger.ino:44:80: fatal error: timer.h: no such file or directory  #include <timer.h>                        // include simon monk's timer library any appreciated. rename timer_master directory plain timer. allan Arduino Forum > Using Arduino ...

Setting MC on top Layer

i have 3 layers in flash on keyframe 1 on timeline good.   have have rotating banner purchased , scripted works fine.   but want movie clip on top of rotating banner. on top whithin layers palete when swf previewd mc want on top underneath.   how can action mc tell on top layer   thanks you banner scripted, assume mean it's dynamically added movie.  might try targeting banner added empty movieclip manually placed in timeline sit below movieclip want on top.   similarly, dynamically load movieclip after banner added occupies higher depth. More discussions in Adobe Animate CC - General adobe

Multiplexing to 48

hi i in process of building machine identifying cables. plan use arduino send out 48 different signals simultaneously (by cycling through 48 cables). thinking multiplex 48 times, should not hard. on other end of cable plug in small serial lcd , cable number reading. because sending tiny amounts of data baud can slow think. problem these cables 100m long. these cat5 cables. from understand not able use rs485 , such because of negative swing wouldn't work normal multiplexers. so either send signal without drivers @ low rate 2400baud, not sure if work , signal scrambled or somehow find way multiplex rs485 signals. i trying on budget any appreciated. thanks do mean 48 cat5 cables, or 6 cat5 cables contain 8 cores each, totalling 48 cores? what purpose of project? continuity testing of 8 cores in each cable? identifying cat5 cable which? if so, why need send data? i'm going take guess. 48 cat5 cables go wall/floor/ceiling in 1 room. 100m away, 48 cable...

Unit conversion

is there easy way convert measurement units?   for instance need calculate depth of paragraph rule below , .rulebelowlineweight returns points, makes sense. but, calculations i'm doing in particular script can done in whatever units active except .rulebelowlineweight value.   i'm changing units points calculations works .rulebelowlineweight value (seemed easiest) cool have way, or routine, able pass value , unit , receive value in unit need.   thanks! ken ignore whole first post wrote. didn't notice scripting sub-forum!   depending on area in, have been able id conversion me in applescript @ least. eg. width = "5p" convert automatically 60pts. don't know if works rules below or not though. More discussions in InDesign Scripting adobe

How to get the script pathname?

i got filename of javascript , pathname of javascript(not active document file name) using below javascript code in illustrator cs3. var path = $.filename; but problem if run javascript through "extendscript toolkit" got correctly. if run script through illustrator cs3 application(file->scripts->test.jsx) got integer value only(did not javascript filepath , filename). kindly advice how javascript file name , file path in windows platform through illustrator cs3 javascript. please me. More discussions in Illustrator adobe

Can Google find my Joomla Articles? - Joomla! Forum - community, help and support

Image
i have installed , created sample web site using joomla 1.5 rc3.  pick 1 articles , specify unique metadata find out if can see article joomla search engine.  does.  however, when use same metadata key on google search, nothing comes up.  possible have article in joomla show in google search engine?  understanding articles im joomla built dynamically database how can search engine able find these articles?    thanks. have registered google or submitted website crawled?  google , other search engines crawl website , index is.  in meta data of articles, put "index,follow" on it.  tell search engines when crawl website index article , follow links on it. as why website not listed don't know.  there tons of variables.  if haven't registered google or @ least submitted website crawled there no chance google find website.  if register google, set settings on google account content changes daily. edit:  add information if...

Thread: 9.04 not allowing incoming connections

i'm using apache2, php5, , mysql on computer i'll call "ubuntu#1". i've created test database, php scripts, , web pages work, ubuntu#1 using 'localhost' or '127.0.0.1'. cannot reach web pages created on "ubuntu#1" other pcs (both ubuntu , windows) on home network. loaded apache2 on computer , can reach 1 fine (it reply "it works!"). other pcs on home network i've tried: 1) ping <the address of ubuntu#1> works fine - low latency no lost packets etc. 2) http://<the address of unbutu#>/<url of web pages created on ubuntu#1>. times out - no response. 3) mysql admin computer. times out - no response. outgoing connections seem no problem ubuntu#1. can reach web, other computers on network, etc. should check? 1) can ping hostname? if no, dns server may not forwarding name of server properly. 2) can connect via ip address? ...

arduino due ignore lines in the program

hello folks, i have problem programing arduino due : code : code: [select] char *msg="cc";         *msg=(char)(analogread(a0)/4);     *(msg+1)='a';     serial.println(*(msg+1));     driver.send((uint8_t *)msg, strlen(msg));     driver.waitpacketsent(); so want send potentiometer values on 433 module transmitter arduino due , reseiver arduino uno, problem arduino due not want execute code: [select] *msg=(char)(analogread(a0)/4); , code: [select] *(msg+1)='a'; when added code: [select] serial.println(*(msg+1)); and  code: [select] serial.println(*(msg+1)); shows initial values : "cc", testet other circuitry seams work perfectly, on receiver cc ... going wrong ? thanks trying help. have nice day. where declaration of msg[]? how big it? Arduino Forum > Using Arduino ...

Fallo de ubicacion de modulo gps gy-gps6mv2

hola como puesto en el titulo conseguido un modulo gps neo-6m-0-001(gy-gps6mv2) y resulta que cargando en mi mega el programa vacio y conectando el modulo al puerto serie recibo la trama del gps y obtengo un resultado tal que asi: $gprmc,131242.00,a,3721.01367,n,00550.74074,w,0.166,,020717,,,a*63 el caso es que como se puede comprobar las coordenadas me marcan un lugar en mitad del mar (37.2101367,5.5074074) y estan bastante equivocadas puesto que yo tengo el modulo en mi ventana de mi cuarto que se encuentra en 37.386102, -5.985546. necesito saber si hay alguna manera d calibrar este sensor para que muestre las coordenadas correctas o por lo menos que aumente la precisión un poquito mas. he probado con mantenerlo encendido mas de 10 min porsi el solo fuera acercandose mi posicion pero curiosamente no se ha movido de donde esta. muchas gracias y espero que puedan ayudarme gracias. Arduino Forum > Internationa...

Rockettheme Template RokWebify 1.5 - Joomla! Forum - community, help and support

rokwebify new free joomla template released under gnu/gpl license. template created serve basis series of joomla! template tutorials available @ http://tutorials.rockettheme.com . it’s nice , clean web 2.0 style basis colormatic rttc template. this description given @ site. once download template, license type commercial/proprietory. mean. cannot use template clients. if commercial why have advertised gnu / gpl. confused here. having better idea please discuss have asked rockettheme? Board index Other Forums The Lounge

Thread: Wireless setup issues

Image
for strange reason have tried sucker work doesnt want too. here ask pros think issue may be. have had 9.04 running on server before , had , working , fine... decided mess around , install different operating system on test things out.. when went linux re installing it... weirdest thing... after configure in /etc/network/interfaces type in iwconfig see if connected... sure enough shows connected wifi wpa using tkip , wext driver. shows there no information being transferred.. , sure enough when try , apt wont let me anything... let me both iwlist , interfaces show how have setup.. dunno... maybe doing wrong. first step did sudo vim /etc/network/interfaces create this. code: auto lo iface lo inet loopback auto ra0 iface ra0 inet static address <my ip> gateway <my gateway addy> dns-nameservers <i have 2 if them.. matter use?> netmask 255.255.255.248 <this same subnet right?> wpa-driver wext wpa-ssid <level3> wpa-...

Problème HX711 et cellule de poids

Image
bonjour, j'ai un problème sur mon projet de capteur de force.  j'ai : genuino zero hx711 de sparkfun : datasheet weight cell load : datasheet j'aimerais savoir quelle force s'exerce sur la capteur de force. j'ai fait le branchement proposé par sparkfun (cependant j'ai connecté le vdd au 3.3v et le vcc au 5v car j'ai un genuino 0 : est ce correct ?): et j'ai utilisé le code proposé par sparkfun pour calibrer le capteur et avoir des valeurs brutes aussi : code: [select] #include "hx711.h" #define dout  3 #define clk  2 hx711 scale(dout, clk); float calibration_factor = -7050; //-7050 worked 440lb max scale setup void setup() {   serial.begin(9600);   serial.println("hx711 calibration sketch");   serial.println("remove weight scale");   serial.println("after readings begin, place known weight on scale");   serial.println("press + or increase c...

Motor differences

Image
i bought a  car frame , motors , , when place wires both motors in 5v, goes forward, when connect them pins , set them both high, doesn't go, i'll give push, , go, motors on different speeds. you cannot run motors directly arduino output pins, can't supply enough current, need h-bridge board, like: https://www.amazon.com/kuman-controller-h-bridge-mega2560-duemilanove/dp/b01bwlicv4/ref=sr_1_22?ie=utf8&qid=1498434496&sr=8-22&keywords=dc+motor+driver+arduino Arduino Forum > Using Arduino > Motors, Mechanics, and Power (Moderator: fabioc84) > Motor differences arduino

What font is used in Joomla Bangla? - Joomla! Forum - community, help and support

could please tell me font used in bangla interface of joola because need use font time in website. so, please tell me, apona lohit of bangla avro? thanks.... ssdt wrote: could please tell me font used in bangla interface of joola if mean font of demo/partner site it's aponalohit. is apona lohit of bangla avro? aponalohit creation not avro's. avro distributes keyboard software. alamgir Board index Joomla! International Language Support International Zone Bengali Forum

Variable frequency square wave generator 1hz to 100khz

hello all, i'm trying feed input pin on m542t stepper driver square wave of variable frequency driven potentiometer. i'd drive i/o pin in background somehow can still have larger number of lines of code running in main loop without causing unwanted delays. i've tried few approaches far: 1. digital write, delay, digital write, delay - sort of slow. also, described above, more other code have running in loop slower things get. 2. i've used single pin output stepper library (i know isn't how library supposed used) seems have max frequency of 100hz. idea how make go faster? 3. other approaches? i'm pretty sure possible...just bit beyond experience level. thank help! happy post code if people want it. maybe can make use of arduino 'timer', , arduino's interrupt features. set timer count many milliseconds etc want. , once reaches count, make arduino change output pin voltage 1 state (eg. high) opposite state (low). the highes...

Error compiling for board Arduino/Genuino Uno.

i made simple project. working well. have added "serial.begin(9600);" in void setup (). , when tried compile it, gave error: code: [select] collect2.exe: error: ld returned 5 exit status exit status 1 error compiling board arduino/genuino uno. when replace "serial.begin(9600);", works again. need see serial monitor. sorry writing mistakes. i doubt that's whole error.... Arduino Forum > Using Arduino > Programming Questions > Error compiling for board Arduino/Genuino Uno. arduino

Styling Captions??? - Joomla! Forum - community, help and support

Image
hi, how style caption? can add padding image doing img.caption {padding:x}, thats pretty useless because left or right align main text go on top of image. unless there missing? and how style text under caption? easy in 1.0.x series. .caption put in img tag , can't see way style text in caption. (please note: have post captions in wysiwyg section, in particular cpations in tiny mce , not general styling. ie. not double post). hope can help. thanks, cosmic... Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

Need help cleaning up some code to use to launch multiple videos

hi, i'm trying use arduino pir sensors launch videos stored on pc coupling arduino code simple python code. anyway i'm having trouble launching second video (hoping launch alot more ultrasonics @ different distances, digress) knowledge of coding pretty basic. think i've confused heck out of myself trying shove in 'do while' loop remedy previous attempt @ triggering worked 1 video. the 'object' isn't getting detected second pir i'm pretty sure have them hooked right , pir works tested code modified email sending pir code blatantly borrowed. here's code code: [select] int pirpin1 = 7; int pirpin2 = 8; int minsecsbetweenvidlaunch = 60; // 1 min long lastsend = -minsecsbetweenvidlaunch * 1000l; void setup() {  serial.begin(9600);  pinmode(pirpin1, input);  pinmode(pirpin2, input); } void loop() {  long = millis();  if (digitalread(pirpin1) == high)  {  if (now > (lastsend + minsecsbetweenvidlaunch * 1000...

Thread: Create an image of a "broken" OS and reinstall?

howdy have posted days ago regarding fact when switch off windows xp hungs long while before turning off. people told me install or reinstall windows (don't know if 2 mean same) , after tried every method find trying fix , failing, decided reinstall. please me this: computer came no xp installation cds, there program on computer can used create such cds. program called "create recovery media". may remind laptop thinkpad (from lenovo). please tell me, if create cds reinstalling windows , reinstall, problem possibly stay or go away? (being cds created suppose image of problematic system). have never installed windows system before. maybe give website before go reinstalling. can reinstall if nothing else works, what's harm? http://www.aumha.org/win5/a/shtdwnxp.php ps: can order windows xp cd computer manufacturer. free, cost. ordered dell @ no cost. other ways of obtaining xp cd (save...

Thread: Blender Ubuntu users, 2.5Alpha installation

hey guys , im kinda new whole terminal , well, ubuntu. anyway, have downloaded blender 2.49 , want 2.5alpha. have downloaded file, don't know how install/(update?) blender. don't know "stuff" laptop has (gigs, kilo's graphic card etc). ah, have had problems wine. know whole messing icon isn't in app. menu. had go through whole remove , re-install thing. =[ in-case might have something else. =] lol, guess im asking on how blender2.5alpha =d thx in advance! Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] Blender Ubuntu users, 2.5Alpha installation Ubuntu

Relay's isolation

Image
hello, have questions usage of relays. i bought electromagnetic relay : http://www.volumerate.com/product/diy-1-channel-5v-relay-with-lamp-382151?utm_source=vr&utm_medium=productbysearch&utm_campaign=search#specifications-detailinfo and have questions how use thing. 1) connected power socket ( using plug, lightbulb socket+lightbulb, , relay ), , wired 2 wires no , com wire-socket ( word ? ) there third socket, labeled nc didnt use it. "small" problem took relay hand when plugged plug, , tazed me super hard, whole arm shook... suspect came solder on bottom of card... can confirm ? also, precautions should take while handling ? 2) how works ? why there 3 pins ( vcc, in1, gnd ) ? how plug controll arduino ? quote the "small" problem took relay hand when plugged plug, , tazed me super hard, whole arm shook... suspect came solder on bottom of card... can confirm it i assume had plugged power line? quote also, precautions should take...

Joomfish & Artforms 2.1b6 - Joomla! Forum - community, help and support

hi everybody, i used artforms 2.1b5 joomfish instaling artforms.xml , artforms_items.xml, worked fine. but when use these 2 files artforms 2.1b6 gives me bug when choose translate artforms_items : db function failed error number 1054 unknown column 'c.selection' in 'field list' sql=select c.item_id id, c.item_id, c.form_id, c.name title, c.name, c.type, c.required, c.validation, c.values, c.default_values, c.selection, c.sorting, jfc.id jfc_id, jfc.value titletranslation, jfc.modified lastchanged, jfc.published published, jfc.language_id, jfl.name language, jfc.reference_id jfc_refid jos_artforms_items c left join jos_jf_content jfc on c.item_id=jfc.reference_id , jfc.reference_field='name' , jfc.reference_table='artforms_items' , jfc.language_id=3 left join jos_languages jfl on jfc.language_id=jfl.id order c.name limit 0, 30 where problem comes think? thanks lot. in attachement xml files hello kebdana, check joomfish support available in next v2.1b6.1...

Actualización de datos por XBEE

hola que tal, tengo un problema trabajando con los modulos xbee, tengo dos xbee, con uno estoy mandando los datos de un sensor de humedad hacia el receptor, y todo va bien pero el problema es que en el xbee receptor no me muestra los datos actuales en el monitor serial, si el valor del sensor ha cambiado no se ve reflejado en el monitor del receptor, solo hasta cuando lo cierro y lo vuelo abrir gracias espero me puedan ayudar quote solo hasta cuando lo cierro y lo vuelo abrir si eso funciona solo cuando lo cierras y vuelves abrir es porque tienes el código para presentar la información en el setup de tu receptor, debes ponerlo en el loop. cuando hagas consultas de este tipo, postea los códigos usando la etiqueta </> correspondiente. lee las normas antes de hacerlo. no quiero corregir tu post una vez que respondas. usa preview para ver que luzca como debe.. no sabes como debe verse? mira otros hilos. Arduino Forum ...

Thread: Omg!! Help lost grub!

Image
please please me!!!! have duel boot ubuntu , vista setup perfctly vista start playing re-install vista. how setup duelboot 2 hdd formatted vista hdd went when reboot goes directly vista not give me optionon want load anymore please me!! entire exam thesis in ubuntu!! for can use live cd mount linux drive , file, load live cd , hit places, select disk containing ubuntu, browse directory, drag file on thumb drive. sure along fix grub. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Omg!! Help lost grub! Ubuntu

Joomla not working in PHP5, just a blank screen - Joomla! Forum - community, help and support

this site: http://www.europaconservatories.co.uk/ it's on our dedicated server , works fine.  the client wants on server,  migrated over, installed database, updated config file, ftp-ed when open in browser blank page, no errors, nothing.  server php 5.  ever seen before? as see uses advanced sef, so:   #1. clear cache advanced sef, or test disabling it.   #2. disable global config cache until it's resolved.   #3. check .htaccess , make changes if necessary shortcut would  disable seo, sef, advanced sef , temporarily rename .htaccess Board index Joomla! Older Version Support Joomla! 1.0 Installation - 1.0.x

Mac OS10.5.6 CS2 printing problems

i cannot documnet print correctly( alignment on page) using cs2 on mac 10.5.6. read several posts compatibility issue between  indesign cs , leopard. , there not fix? true? , why in world biggest design application company not compatible latest apple os? it's not leopard came out last month? insight? richardkooyman wrote:   , why in world biggest design application company not compatible latest apple os? it's not leopard came out last month? insight? and it's not cs2 current release when leopard released, either. adobe not patch old versions work newer operatiing systems not designed.   peter More discussions in InDesign adobe

Two-sided printing

i have large report runs in access several hundred pages long. file several reports of various lengths combined in 1 output file.  consists of several smaller individual client reports matched externally generated document , mailed out. these client reports paginate properly, starting on page 1 when needed. of smaller reports can 1 page 30 pages each, or more. have these smaller individual client reports print 2-sided. obviously, if specific client's report 1 page, front of page have information, , blank, next client's report prints. larger client reports, save lot of paper , mailing costs having, 20 page item print on 10 pages.   this large report produced in access , output converted pdf using adober acrobat 7.0.  have pdf file is, example, 1200 pages long. pdf allows me keep electronic up. not sure if solution need can done in access or, adobe pdf issue, or perhaps both. have printers available can print 2-sided, or double-sided.  can't print resulting file on act...

Dubbio su pompe con spazzole in PWM

buongiorno tutti, vorrei capire se è possibile ridurre la portata di una pompa con spazzole tipo questa con impulsi pwm. secondo alcune persone che conosco questo non è possibile perché ridurrei notevolmente la vita media della pompa stessa. questo invece è tranquillamente possibile con motori brushless.. È così? se, ad esempio, questo modulo applico la pompa citata sopra, di funzionare funziona e in base ad un potenziometro regolo il pwm, ma riduco allo stesso tempo pure la vita della pompa? grazie! vedo che non hai ancora perso l'abitudine  di linkare prepuzio .... ci risentiamo quando perderai questa e prenderai quella di rispondere alle domande Arduino Forum > International > Italiano > Hardware (Moderator: leo72) > Dubbio su pompe con spazzole in PWM arduino

Thread: Building a Live Image

i have ubuntu 9.10. want build live image programs have installed. cooperation. want use install have now, live image, settings , such kept in tact. there way of doing this? you might want check out remastersys: http://www.geekconnection.org/remast...ersystool.html Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Desktop Environments [ubuntu] Building a Live Image Ubuntu

SoftwareSerial - Datenverlust?

Image
guten abend liebe community ich habe eine frage zur softwareserial-libary und zwar habe ich gesehen, dass es möglich ist problemlos mehrere uart-verbindungen zu realisieren (soft). es wird immer nur auf die letzte gehorcht ( bzw. durch .listen()) was passiert wenn z.b. auf serial2 gehorcht wird und serial1 gerade daten sendet gehen diese verloren? daher muss synchronisiert werden, dass nur einer sprechen darf? bsp: void loop() {  serial1.listen();  while (serial1.available() > 0) {  serial1.read();  }     serial2.listen();  while (serial2.available() > 0) {  serial2.read();                    // und hier hat plötzlich serial1 auch lust auch zu qautschen...  } } viele grüße das wird überhaupt nicht funktionieren. du kannst nicht einfach dauerend hin und schalten, loop ist viel schneller als jede serielle kommunikation. direkt nach einem umschalten sind...

Thread: Help Me

Image
i have lenovo 3000 g430 laptop. have installed windows , ubuntu 9.10. ubuntu not able detect wireless broadband signal. have alspo installed ndisgtk no avail. output of iwconfig is: lo no wireless extensions. eth0 no wireless extensions. wlan0 ieee 802.11g essid ff/any mode:managed frequency:2.462 ghz access point: not-associated bit rate:54 mb/s tx-power:32 dbm rts thr:2347 b fragment thr:2346 b power management ff link quality:0 signal level:0 noise level:0 rx invalid nwid:0 rx invalid crypt:0 rx invalid frag:0 tx excessive retries:0 invalid misc:0 missed beacon:0 advice gladly taken. does network scan produce ssid results when using network manager? ssid hidden? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking ...

Procedure or function has too many arguments specified.

i getting error when add parameter cold fusion program , stored procedure. if take comments out, error.   what doing wrong?   this coldfusion part.         <cfset service='test'>       <cfset units=12.34>       <cfset date1='12/25/08'>       <cfset recid=100>       <cfstoredproc procedure="try2" datasource="#dso#"> <!---         <cfprocparam cfsqltype="cf_sql_char" value="#served#"> --->          <cfprocparam cfsqltype="cf_sql_float" value="#units#">          <cfprocparam cfsqltype="cf_sql_datetime" value="#date1#">          <cfprocparam cfsqltype="cf_sql_numeric" value="#recid#">          <...

Indesign and MathType fonts

i having trouble getting indesign recognize mathtype fonts.  have been told move mathtype fonts on 2 indesign font folder.  copied mt-extra font file mathtype folder , pasted indesign font folder.  nothing changed.  indesign still gives me blank box after copy mt-extra font mathtype -->illustrator-->indesign.   guess need instructions on how transfer of fonts done correctly.  i'v looked @ install fonts manual indesign, not clear me on how it.  need utility fontexplorer this, or there other way.  what's weird working fine until had reinstall osx , reinstall cs3, font trouble started.  need toggle "activate-reactivate' adobe cs3 , don't know how close 20 max on this, worried that.  (i suspect because of note on forum might necessary).  thoughts appreciated. i'm using windows, advice may worth nothing...   1) shouldn't have deactivate id recognize fonts. 2) design science gives fonts away in type 1 , truetype flavors....

Automate composing question

hello everyone,   here scenario:   output ======== we asked produce approximately 150 mpeg4 (divx, xvid) format  files per day uploaded internet (that is, 320x240 @ 30fps).  each file play approximately 10 seconds. standard of uploading utube example.   the video composition each file follows:   say 180px  x 125px section of each frame have action clip continually playing (no sound). remaining area of each frame have 2 people commenting on action sequence.   question?? =========   is there way can automatically create composition , render output in 320x240 @ 30fps which:   1 - imports, creates , adds them new composition, renders, outputs , saves file in mpeg4 format 320x240 @ 30fps programmatically or scripting haven't seen yet. can see bypassing normal (manual) workflow of after effects.   your , talent appreciated.   jacques colmeneroj@videotron.ca okay, re-reading this, saying want swap in inset movie in each composition...

Fuel Gauge Converter

hey guys, long time arduino fan haven't been playing recently. my project this, want device inputs resistance , outputs another. have gas tank in old car(260z) more modern car. gauge on car reads 90ohms(empty) 10ohms(full) sender in new tank 33ohms(empty) 270ohms(full) i able use ohm reading program got online read ohms coming in , able modify bit convert value appropriate value stock car gauge. now stuck on how output resistance? how send value stock car gauge? plan use attiny85. appreciated. code int analogpin= 2; int raw= 0; int vin= 5; float vout= 0; float r1= 330; float r2= 0; float buffer= 0; float datout=0; void setup() { } void loop() { raw= analogread(analogpin); if(raw) { buffer= raw * vin; vout= (buffer)/1024.0; buffer= (vin/vout) -1; r2= r1 * buffer; datout= ((-0.3376*r2)+101.14); //this output need send }   delay(1000); } digital potentiometer ? Arduino Forum > Using Ardui...

Basic Button Help

can tell me how make button anchor page in flash document?  made pages basic flash tutorial, have other working buttons, need add other buttons , cannot seem make them work.  here as:   sections.gotoandstop("levenson"); levenson_btn.onrelease = function() {     sections.gotoandstop("levenson");     sections.levenson.gotoandplay(2) }   am missing anything?  instance names perhaps..?   thanks. without seeing movie's structure, it's difficult problem might be, first guess button, levinson_btn, not exist code located. in order code work has able find object, button, relates to, when movie starts. so, if have code on first frame of main timeline, instance, , button exists on frame 6 of movie clip attached frame 4 of main timeline, there no continuous connection between button , code. again problem else entirely. More discussions in ActionScript 1 and 2 adobe

Arduino Board not detected

dear all, i have program use wemos board before , have upload it. afterward, change board arduino again. after upload sketch, port's not detected. should fix it? did have @ "port:" under "tools" menu? sometimes, if disconnect usb computer, when plug in, program doesn't choose correct port. may not problem. worth look. Arduino Forum > Using Arduino > Installation & Troubleshooting > Arduino Board not detected arduino

Page Title Missing - Joomla! Forum - community, help and support

Image
hi there, i moved joomla 1.0.13 site on vps server , in midst of move, missing more detailed page title @ top of web browser.  shows name of site , nothing else. it used show example ... site name - home now shows ... site name its not big deal - makes easier navigation - when moving , forth in site. any leads appreciated! thanks! baskman go global configuration->seo tab , make sure dynamic page titles: set yes.  Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

top icons and wysiwyg editor not showing - Joomla! Forum - community, help and support

i moved joomla site different server , looks except 1 huge problem.  whenever attempt edit existing content item or create new one, neither top row of icons or wysiwyg editor showing up.  thus, cannot create new content or edit old content.  this problem exists in non-static content.  static content seems work fine.  yes, have changed livesite info in configuration.php. i have tried installing wysiwyg editor , not show either when selected in prefs. i started having similar problem.  use of no wysiwyg works, wysiwyg editors either not show when activated or not have pop-up windows function. have tried jce, tmedit, tiny(default), , joomlafck. it absolutely driving me batty @ moment. Board index Joomla! Older Version Support Joomla! 1.0 Installation - 1.0.x

sensore dht 11

ciao tutti, ho fatto un orologio da tavolo che mi segna anche la temperatura e l'umidità con il sensore in oggetto.  la temperatura la segna abbastanza precisa ma ho un dubbio sull'umidità, perche ad ogni grado di temperatura che aumenta mi decrementa un grado di umidità, e in giornate calde e afose come questa mi sta segnando 30gradi e 19%di umidita e possibile secondo voi o ce qualcosa che non va? grazie mille in anticipo in questi giorni siamo tra il 50 e il 60% di umidità Arduino Forum > International > Italiano > Software (Moderator: leo72) > sensore dht 11 arduino

Problem with Flash AS2

hi   in flash, i've made platform game, , therefore, extends past stage however, when character dies, , sent next frame, 'camera' still in position previous frame, can far away stage   is there way automatically put 'camera' stage?   thanks help flash has no camera (like you're discussing) controls. More discussions in Adobe Animate CC - General adobe

Super capacitor power supply Zero

Image
hi all, i wondering if it's possible power atsamd21g18 super capacitor. i need couple of hours , if there's black out, otherwise samd powered power supply. i thought "black out detector"    put samd in sleep mode until there's black out. hope explained well, if there no details..  thanks quote i wondering if it's possible power atsamd21g18 super capacitor. sure. quote i need couple of hours there's spreadsheet powerstor says if want provide 10ma hour @ 2.5v 3.3v, you'll need 100j, should take 50f worth of supercap..  (that's ... lot.)  battery better choice (a cr2032 coin cell has 2500j capacity.) supercaps still pretty lousy compared batteries; things use supercaps geneally recognize power failures , switch sort of low-current standby mode.  (a samd21 has standby consumption of 100ua.  @ rate, you'd need 0.5f last hour...) Arduino Forum ...