Posts

Showing posts from March, 2011

Illogical Type Changing

hey..im new arduino..i m experienced in c programming..i m gonna give little example.. quote long int myresult; void setup () { serial . begin (9600); } void loop () {   myresult=1400*1000;    serial . println (myresult);    while (1);    } in example..programe gave me illogical answer.. if changed types of 1400 , 1000 "long int" , right answer..but why have change type of these integer? these not long integer..of course result of 2 short integers's multiplication might long integer, here..so changed type of result..do u think logical? whats reason of usage? u think? nothing @ illogical 16 bit arithmetic. Arduino Forum > Using Arduino > Programming Questions > Illogical Type Changing arduino

Help with IR Remote code, Mega2560-TLC5940-RBGs

hello , thank time, i need little help/direction ir remote code.  made simplified working sketch of trying do.  in included sketch there 2 functions call using ir remote.  functions work on own when put them switch case statement ir remote runs first millisecond (or so) of function , stops. if keep pushing button run little more each button push.  need way write sketch loop function while check additional ir button presses. code: [select] #include "tlc5940.h" #include <irremote.h> int recv_pin = 46; irrecv irrecv(recv_pin); decode_results results; unsigned long previousmillis1 = 0;        unsigned long interval1 = 10;                  int fadevalue1 = 0; int redfadevalue1 = 0; int greenfadevalue1 = 0; int bluefadevalue1 = 0; int led1state = 0; boolean next1 = false; void setup(){     serial.begin(9600);   irrecv.enableirin();   tlc.init();    ...

Need Help Using Word 2003 and Robohelp

i'm using robohelp x5 , have word 2003 on computer. when try output printed documentation, receive message says "a supported version of microsoft word not exist. please install microsoft word 2000 or xp". see other people using word 2003, there must fix missing. thanks help! jim duplicate post. see here answer. More discussions in Printed Documentation adobe

fllash not showing on one particular computer

hi, i'm designing website http://www.maddadesigncompany.com/input/ and on 1 particular pc in office top flash won't show @ . i'm making site on mac, site has no problems on other pc's in office mac pc thing isn't problem. it's strange because other flash 's work fine on computer in question. i've tested on many other pc's , macs possible , works fine. if doesn't show on 1 computer there others won't show on also. any appreciated. cheers, top 1 on frame...does "bad" computer support frames in it's bowser? try opening page header in directly ......com:80/input/header.htm see now? "luke h" <webforumsuser@macromedia.com> wrote in message news:eevb42$kc8$1@forums.macromedia.com... > hi, i'm designing website > http://www.maddadesigncompany.com/input/ > , on 1 particular pc in office top flash won't show @ . > i'm > making site on mac, site has no problems on other pc's ...

Uscire da un "if" durante un ciclo

ragazzi buonasera... sto realizzando un piccolo progettino per hobby su dei led rgb. in pratica per iniziare sto facendo in modo tale che mettendo un interruttore, se lo chiudo, allora parte un gioco automatico con led....mentre se lo apro, posso regolare led rgb da solo con potenziometri che ho messo....bè diciamo che tutto funziona, solo che ho un problema: per quanto riguarda il gioco automatico, sto lavorando con delay...e quindi se io faccio partire il lampeggio vario (gioco) e durante il ciclo di lampeggi io apro l'interruttore, prima che passi alla modalità regolazione con potenziometri devo aspettare che tutto il ciclo di lampeggi con merdosi delay sia finito. potete darmi una mano? faccio un piccolo esempio...senza che mi metto postare l'intero codice: code: [select] #define ledpin 5 #define interruttore 2 int statoint = 0; void setup () {  pinmode(ledpin,output);  pinmode(interruttore,input); } void loop() {  statoint = digitalread(interru...

Thread: Spore in Cedega: I can has patches?

Image
does know if there's way patch spore when running in cedega? i've ever played spore on windows machine. posted coolen does know if there's way patch spore when running in cedega? i've ever played spore on windows machine. if patch executable file, run cedega. Forum The Ubuntu Forum Community Ubuntu Specialised Support Wine Spore in Cedega: I can has patches? Ubuntu

Help...!!!Push button not working on delay larger than 200 millsec!!!

hello new form. trying different led patterns when push button pressed.the below sketch used switch case. when button pressed change between different led patterns switch cases. works delay time lower 200 mill sec.if delay time more 200millsec ,push button  relay hit or miss because going in delay state.that means sketch not responsive thought. this trying accomplish ,as press button should change next switch case irrespective of delay time...can 1 me please.. totally appreciated.thanks code: [select] int led1 = 9; int led2 = 8; int buttonpin = 11; int val = 0; int sequence = 1; void setup() {                  pinmode(led1, output);  pinmode(led2, output);  pinmode(buttonpin, input);     } void loop()                     {        val = digitalread(buttonpin);        if(val == low)        { ...

Due Audio Line Level Interface Circuit

hi - tested line level interface due external amp. most of find search used op amp drive speaker directly whereas want use larger external amplifier. here's circuit in case useful others. i decided on 1k1 limiting resistor on safe side after reading stories fragility of dac0. figured lower volume easier compensate letting magic smoke out! i've attached image of circuit chris the caps need 1uf (plastic film or electrolytic). 0.1uf attenuate bottom 3 octaves. ceramic bad idea audio (microphonic, non-linear), 0.1uf invites use of random decoupling cap that's lying about! Arduino Forum > Products > Arduino Due (Moderator: fabioc84) > Due Audio Line Level Interface Circuit arduino

Multiple Buttons on seperate digital inputs

i cannot figure out i've gone wrong. trying hook multiple buttons (each on own pin) , read results. first 2 work fine (pins 2, , 3) pin 4 doesn't seems response. so, stripped down code (see below) , set read 1 button. works other buttons, not last one. code: [select] const int pinbtn[] = {2,3,4}; const int pinled = 11; int pinstate = 0; void setup(){   pinmode(pinled, output);   for(int = 0; i<3; i++){     pinmode(pinbtn[i], input);   } } void loop(){   pinstate = digitalread(pinbtn[2]);   if(pinstate == high){     digitalwrite(pinled, high);   }else{     digitalwrite(pinled, low);   } } if change pinbtn[2] index in line: code: [select]   pinstate = digitalread(pinbtn[2]); 0 or 1 corresponding button work. have changed last pin (pin 4) multiple other pins (in case 1 fried, same result). breadboard view: https://docs.google.com/document/d/15t35rbkxem9c0rv81egeixqghhtkzm5hxxorcbuejly/edit?usp...

Fail2ban - IP blacklist - Raspberry Pi Forums

hello, i'm trying create blacklist persistent attackers using fail2ban. i've been searching web , found couple variations of i'm trying accomplish i'm confused variation better. first step straight forward: create blacklist file code: select all sudo touch /etc/fail2ban/ip.blacklist second step start little confused because on 1 site said configure iptables-allports.conf while on site said configure iptables-multiport.conf . difference? 1 should configured? blacklist ip address following line should added under actionstart : code: select all cat /etc/fail2ban/ip.blacklist-<name> | while read ip; iptables -i fail2ban-<name> 1 -s $ip -j drop; done and following line under actionban : code: select all echo '<ip>/24' >> /etc/fail2ban/ip.blacklist-<name> on site said following: code: select all actionstart cat /etc/fail2ban/ip.blacklist | while read ip; iptables -i fail2ban-<name> 1 -s $ip -j drop; done actionban echo ...

Raspberry pi Libre Impress autostart to usb odp file. - Raspberry Pi Forums

i have set raspberry pi run impress on log on runt file desktop. if set location usb drive update it. comes access denied. have written script copy file desktop , run presentation won't overwrite original. appreciated. spent bit more time on today. have got around above. run libre office impress , closes after couple of hours of looping.i checked , process gets killed. have increased swap file , doesn't seem make of difference. other suggestions appreciated. thanks. raspberrypi

Thread: Big problems getting logged in

i not understand this, last 3 times start ubuntu, , gets log in, letters type not letters can read. magnified letters of kind. must not have set correct, cannot logged in. keep getting incorrect user name , password, must typed in correct case. have reinstalled ubuntu 3 times in order back, when back, don't know or change. hope program lets me again, in ubuntu discussion windows system. appreciate help. try selecting different keyboard when install. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Big problems getting logged in Ubuntu

Netcat not working? - Raspberry Pi Forums

hi guys, check udp server (192.168.10.3:5330) using netcat on pi (192.168.1.2). run http server on port 80 test: code: select all nc -zv -w5 192.168.10.3 80 &> /dev/null && echo "online" || echo "offline" correctly "online" output. simulate server offline block tcp traffic 192.168.10.3 on port 80 (my http web interface). correctly "offline" output. let's try on udp server: nc -zvo -w5 192.168.10.3 5330 &> /dev/null && echo "online" || echo "offline"[/code] "online" message. change firewall rule block udp traffic on port 5330 192.168.10.3; still "online" output after timeout. on router can see traffic counter increasing firewall rule; @ same time wireshark shows no traffic incoming on server. isnt'it strange?? what's wrong? thanks. raspberrypi

6" 2K Display fit to PI by MIPI-DSI 2ch(4lanes) - Raspberry Pi Forums

hello cracks, possible connect display dsi / mipi 2ch (4lanes) pi? in special search display 2k (2560x1440) , not use hmdi. it´s project goggle, means head-display flightmodels. told me it´s complicate. need program special driver display. l-g display 6.0" lcd panel lh600qh1-sd01 panel size : 6.0 inch panel type : ltps tft-lcd resolution : 1440×2560 mode : ips, black, transmissive brightness : 450 cd/m2 (typ.) contrast ratio : 1100:1 (typ.) display color : 16.7m viewing angle : 85/85/85/85 (typ.)(cr>10) lamp type : 8s2p wled signal type : mipi (2 ch, 4 data lanes) hints or exists ready driver? "someone told me it´s complicated. need program special driver display." believe correct. rpi dsi hardware driver in gpu, proprietary , not exposed , in fact, i'm not sure possible in theory, because rpi has 2 dsi data lanes, not 4. "the raspberry pi provides 1 clock lane , 2 data lanes o...

RR3 RF receiver

Image
hi everybody! i'm new arduino, although i'm getting along great because have background in programming. anyway, found rf receiver , car remote. the receiver rr3-433, hooked so(the right square arduino): and remote works on different frequency, 443.92, looks one: so other day hooked receiver arduino , tried detect remote code can run them arduino. i tried use digitalread in each iteration , serial read it worked fine(with lot of noise , false '1's) , had go. today hooked again , showed constant '1'. thought burnt receiver. but when disconnected arduino(uno compatible board), showed pulse of 111110000011111000001111100000... couple of seconds , went constant '0' noises. what did do? did destroy board? can fix it? thank in advanced=] those 433 ask radios generate lot of noise , seeing. to determine keyfob sending, easier pull keyfob apart and connect arduino data pin of transmitter in keyfob. that way, noise removed, , ...

touch screen - Raspberry Pi Forums

Image
if i'm using openvg , c how can pick / handle touch screen events ? if can wait day or 2 i'm preparing demo of how patience ! in mean time "pre touch screen/multi-touch" version here -> http://www.peteronion.org.uk/piprogs/input.c petero raspberrypi

Multiple Analog sensors with pulse sensor sync problem, PLEASE HELP!!!

i doing school project using arduino uno , sensors mq2,mq7,temperature and im using pulse sensor taken pulsesensor.com , having intrrupts, how can inegrate sensors , pass value serial without blocking? please me!!! first need check datasheet each sensor using. check input level of sensor & output type. then create block diagram interfacing. Arduino Forum > Using Arduino > Sensors > Multiple Analog sensors with pulse sensor sync problem, PLEASE HELP!!! arduino

need help streaming data with UNO and SEEED GSM/GPRS V2.0

configuration: -ios mavericks -arduino uno -seeed gsm/gprs v2.0 -unlocked , verified at&t sim card data (no sms or voice calls) how stream voltage readings analog sensor onto web? i'm using m2x.att.com api, i'm open , interested in other options--perhaps better support community. this code i'm using: code: [select] #include "serialmodem.h" #include "jsonlite.h" #include "m2xstreamclient.h" serialmodemclient client; char m2xfeedid[] = "df60542f9f2ee9c1fed588320363b823";    // feed want post to char m2xkey[] = "30700b29c45af8922ec95e659e5da7a0";    // m2x access key m2xstreamclient m2xclient(&client, m2xkey); const int sensor = 0; // selects input pin thermistor int val = 0; //variable used store value coming sensor void setup() {   // note: analogue pins ,   // automatically set inputs   serial.begin(115200); // in tutorial 9600   while (!serial);   seri...

Rpm sensor

hi looking see if possible find way use , rpm sensor small , portable output dc voltage or current directly proportional actual rpm measures dont need tacho measurement device thin king of using hall sensor dont know if there products suit? or advice etc appreciated for hall sensor work magnet need attached spinning device. if want that'll make analog voltage measure, car tachometer taken apart might work when add voltage divider if needed. sensor phototransistor , laser pointer aimed @ spot on shaft shiny , dark sections. @ shiny spot, laser beam hits shiny shaft , reflected light turns on phototransistor. shaft encoder works same way led instead of laser. Arduino Forum > Topics > Science and Measurement > Rpm sensor arduino

Sound Advice?-SOLVED - Raspberry Pi Forums

Image
i've decided add speakers portable pi project i'm building, picked pair of speakers magnet 30mm 2800hz 8ohm 1w small enough fit in enclosure, , know need amp drive them picked pam8403 5v mini digital power amplifier. since project using composite video grabbed trrs 4 pole jack. figure should easy enough grab l & r channel jack , use input amp, since requires 5v power plan grab pin 2 or 4 off pi's gpio , use either 6 or 9 ground. ok, of easy enough here questions; a) if add pot between power source , amp act volume control? b) or amp fail operate @ reduced voltage? second, since i'm bumping space constraints adding pot volume control might moot point anyway, know there volume control in in gui when run startx, since i'll using custom gui can point me commands/subroutine i'd run under cli change volume ? help, jeff changing supply voltage extremely unusual way of controlling volume , won't work amp blocks, including pam8403. need control l...

How can do something like this: IF HIGH && > 3000ms

i need some delay or timing code on receiver. i need wait 3 second pulse or greater xbee 20, if not don't turn on led. const int xbeepin20 = 7;       // pin 7 int led = 12; int value20;          void setup() {   serial.begin(9600);                // testing    pinmode(xbeepin20, input);          } void loop() {      // read xbeepin20 value on arduino      value20 = digitalread(xbeepin20); // pin 7      serial.println(value20);  // testing only       if (value20 == high)          // this:  if high && > 3000ms     {        digitalwrite(led, high); // led 12     }   } 3000ms since when? form start of pulse? Arduino Forum > Usi...

Connect to nacked RockBlock

hi, i using rockblock 1 of projects. https://www.rock7mobile.com/products-rockblock.php they offer breakout cable connect it: https://www.rock7mobile.com/shop-product-detail.php?productid=5 but don't want spend 22 pounds , more on this, not living in uk. does has experience or know how connect it, pins quite close each other. store @ city not offer small plugs. it has ten pins on length of 1.3mm , there 1mm space between pins. https://www.rock7mobile.com/downloads/rockblock-developer-guide.pdf i looking forward hear you. king regards, greenality hi, interesting device -> bookmarked quote also not living in uk. telling where  live might more help  ... Arduino Forum > Topics > Home Automation and Networked Objects > Connect to nacked RockBlock arduino

Total backup? - Joomla! Forum - community, help and support

hi, i'm looking around @ backup components that's around. 1 i've tried, seams backup database tabels. is there 1 backs whole site 1 zip, if site gets errored, can install fresh joomla , reload backup .zip file , site restored latest backup point? i need backup of everything. template, modules, componenets, database tabesl etc etc.. i'm hoping can me out picking right one, before try them , end screwing site before i've got backup. the best bet kind of backup use backup functionality included hosting plan if have one.  webhosting control panels offer 1 click solution backing up. Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

[SOLVED] arm-none-eabi-g++ global object declaration inheritance problems

hi, background working on arduino core (approximately) stm32f373 using, arm-none-eabi-g++ https://launchpad.net/gcc-arm-embedded/+download. here simple c++ source file: code: [select] class base { public:  virtual int purevirt() = 0;  int othermethod() { return purevirt() + 1; } }; class derived: public base { public:  int purevirt() { return 2; } }; // global declaration derived derived; void setup() {  serial1.begin(115200); } void loop() {  // or, local declaration  // derived derived;  serial1.print(derived.othermethod());  delay(100); } i having strange problem globally declared objects: above code hangs , doesn't print if "derived" declared globally, works fine if declared inside loop() (and prints "3"). using following cflags , ldflags code: [select] cflags  = -o2 -os -wall -werror-implicit-function-declaration -wno-sign-compare -wno-strict-aliasing -wdouble-promotion -fno-rtti cflags += -mlit...

Gps coord to gsm sms

Image
i trying send lat , lng gps , mobile phone connected arduino mega 2560. in simple terms i'm trying this: code: [select] #include <softwareserial.h> softwareserial myserial(10, 4); // rx, tx pins void setup() {   serial.begin(9600);   myserial.begin(9600);   delay(1000);   char mychar = 'a';   myserial.println("at*eapp=0,0,\"mychar\""); } void loop(){ } the eapp @ command  simple. "0,0" putting phone in sms mode, , after that  , between quotation marks sms text. , if i'l run it, there ready sms text "mychar" text. is there way send phone value of  mychar;  "a" in case? or there other commands can send value of char or string in sms? my phone not suport simple text mode , and  don't want use pdu format. thanks! hello, try this: code: [select] myserial.print( "at*eapp=0,0,\"" ); myserial.print( mychar ); myserial.pr...

bad ajax - Joomla! Forum - community, help and support

hi,i got error when install joomla 1.5 at localhost , ok. but on server,it show message box "error: xml response returned server cannot processed." i set xajaxdebug=true; the responsetext right,but responsexml null. anybody know ? server url: http://wupei.s250.xrea.com/joomla/index.php mysql settings : localhost username: wupei password :yb2dyixyd74j it might not idea put username , password here. what version of joomla 1.5. using exactly? beta or nightly builds? please try latest nightly build ( http://dev.joomla.org/content/view/17/60/#nightly ) see if still having issue version Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information Archived Boards - All boards closed Joomla! 1.5 BETA

LED Driver PWM control

hi, i looking @ led driver http://media.digikey.com/pdf/data%20sheets/on%20semiconductor%20pdfs/cat3604.pdf if want use pwm control brightness of leds, need use analogwrite achieve this? thanks yes, control inputs.  note there isn't direct mapping 1 control input 1 led - there 3 control inputs selecting 8 possible patterns (table 6). Arduino Forum > Using Arduino > General Electronics > LED Driver PWM control arduino

Single, double, triple press button to control LED - control problem

hi all, i need 1 me solve problem since i'm stuck while. i'm writing program control 3 leds single press button. by pressing once --> green led on by pressing twice ---> red led on by pressing thrice ---> blue led on ect. i found tutorial. however, didn't work me when putting 2 parts together. i'm new bee. can 1 please have quick see whether  they @ appropriate position. program complied however, there no response on neither leds or press button when running program. thanks http://jmsarduino.blogspot.ca/2009/10/4-way-button-click-double-click-hold.html code: [select] #define buttonpin 28 // analog input pin use digital input on arduino uno board a5 pin #define ledpin1 12 // digital output pin led 1 #define ledpin2 13 // digital output pin led 2 #define ledpin3 15 // digital output pin led 3 #define ledpin4 14 // digital output pin led 4 // led variables boolean ledval1 = false; // state of led 1 boolean ledval2 = false; // state of led 2 boole...

client.connect

Image
hello i have code exemple #include <ethernet.h> #include <spi.h> byte mac[] = { 0x90, 0xa2, 0xda, 0x0f, 0x45, 0x1a }; byte ip[] = { 172, 20, 30, 50 }; byte server[] = { 64, 233, 187, 99 }; // google ethernetclient client; void setup() {   ethernet.begin(mac, ip);   serial.begin(9600);   delay(1000);   serial.println("connecting...");   if (client.connect(server, 80)) {     serial.println("connected");     client.println("get /search?q=arduino http/1.0");     client.println();   } else {     serial.println("connection failed");   } } void loop() {   if (client.available()) {     char c = client.read();     serial.print(c);   }   if (!client.connected()) {     serial.println();     serial.println("disconnecting.");     client.stop();     for(;     ...

Change URL - Joomla! Forum - community, help and support

right now, our url site (which internal site only) http://beinet/joomla.&nbsp; how change http://beinet? ? thanks! evan that internal domain name (beinet) recognised local network.  need full domain name recognised internet servers. so: 1. register domain 2. point internet accessible server or use dyndns.org create reference domain points local server of two, recommend hosting site on managed server offered hosting company ensure accessibly, strong server security etc. regards brendon Board index Joomla! Older Version Support Joomla! 1.0 Administration - 1.0.x

pigpio wave changes - Raspberry Pi Forums

the following wave functions have been changed. the following long deprecated functions have been removed. c: gpiowavetxstart (use gpiowavecreate , gpiowavetxsend instead). c daemon i/f: wave_tx_start , wave_tx_repeat (use wave_create and wave_send_once or wave_send_repeat instead). python: wave_tx_start , wave_tx_repeat (use wave_create and wave_send_once or wave_send_repeat instead). pigs/pipe i/f: wvgo , wvgor (use wvcre , wvtx or wvtxr instead). wave delete function deletes single wave identified its parameter, not waves ids greater or equal parameter. c: gpiowavedelete c daemon i/f: wave_delete python: wave_delete pigs/pipe i/f: wvdel wave chain function method defining chain has changed. waves may reused, loops may nested, , delays may added during execution of chain. c: gpiowavechain c daemon i/f: wave_chain python: wave_chain ...

Problems with published site

hello i attempting put site online, , although site there seem many problems, different ones depending on browser view in. in firefox above logo, below nav bar , below main text should double green bar can seen @ bottom of page. used template site , used cell background property effect. green bars show fine when view site locally not when online. in internet explorer the homepage perfect in ie on every single other page background image of stripes missing. if view here can see how green bars supposed work fine here. many matt sorry posting 3 times... network troubles wireless router keeps turning off thought hadn't posted when in fact had. i thought site address www.sgbuilders.co.uk More discussions in Dreamweaver support forum adobe

usb ports - Raspberry Pi Forums

Image
my pi came multi-usb adapter , keen use it, can have keyboard, mouse , wifi dongle attached. nothing works through it. i've tried through laptop , works fine, know it's not adapter. need install anything? press anything? rhjones19 wrote: my pi came multi-usb adapter , keen use it, can have keyboard, mouse , wifi dongle attached. nothing works through it. i've tried through laptop , works fine, know it's not adapter. need install anything? press anything? "multi-usb adaptor" mains powered raspberrypi

Thread: Lcd Brightness at login screen

Image
i have ubuntu 8.10 frugal install in fat32 hdd laptop acer aspire 4720z have created new user(say user1) in , brightness set minimum when ever boot or logoff lcd brightness becomes maximum returns minimum when login account(user1) how can reduce brightness @ login screen ? this problem solved in karmic. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Lcd Brightness at login screen Ubuntu

TCP/IP Sniffer using Upstart / Python / nodeJS Integration? - Raspberry Pi Forums

Image
i'm doing project a ethernet tcp/ip sniffer details: raspbian on raspberry pi v1 model b. similar pitap (automatic bridge creation , packet capture multiple network interfaces), using upstart , bridge-utils , tcpdump (libcap) capturing traffic on ethernet. sms handler written in python using pyserial (uart) communication (send/receive data/instructions) through gsm/gprs module. lcd 16x2 display (hd44780) connected through spi [py-spidev (python)]. i'm using fpga de0-nano spi-slave , lcd controller/driver (it's requirement). network statistics displayed & controlled node.js http web server application. use sort of parser dissection , statistics. wireshark doesn't fit me want implement own small scale filtering / basic small network statistics application. ------------------------------------------------------------------------ how can integrate of above run together? - should use separate upstart daemons / services each? not sure how of w...

Random round?

Image
hey all, first off, kglad sweet sound stuff last time. dude, owe ya one. anyway, have question. i'm trying set variable (let's call 'numberizer') random number, i'm trying set somewhere between 1 , 10. there limiter math.random(); function? i'm unfamiliar math.round(x); function, here have tried far: var numberizer:number = math.random(); var numberizer:number = math.round(10); now, i'm assuming i'm wrong on this. if can me out, amazing. doesn't require amazing effort this. thanks in advance, friends :) - tk if want generate random integer between 1 , 10 can use: More discussions in ActionScript 1 and 2 adobe

how to stop spam on contact form - Joomla! Forum - community, help and support

Image
is there type of verify joomla contact form joombooks has poster has enter picture code send mail? ive looked in extensions , havent seen contact form protection. heads in right direction. using joomla 1.0.11 hi, you can check out http://www.waltercedric.com/content/view/1052/247/ security image component. it requires joomla patch work. available on site. it can used secure input forms in joomla site , i.e. log-in form, lost password, register, contact us. hope helps. i'm still trying out.  amg99 Board index Joomla! Older Version Support Joomla! 1.0 Security - 1.0.x

Android device controlling Arduino via Wi-Fi

hello everyone! ok, have more of hw question. wondering possible control arduino project via wi-fi android device without connecting both devices local network? i searching around arduino forum , global web, found projects included: arduino -> bluetooth module -> , direct connection android device via bluetooth arduino -> wifi/ethernet shield -> connected local network -> communicating android device, connected same local network, via wi-fi so there wi-fi module can communicate android device without connecting network? or still unexplored ground? ok maybe i'm naïve thinking replace rc receiver arduino , rc transmitter android device. amazing see response of people example @ rc boat competition competitors around have sorts of expensive rc transmitters while use smart phone.  now turn write opinion or thought this, because want know if i'm 1 dumb replace powerful rc transmitters.  quote from: xdinozzox on aug 31, 2014, 10:30 am so ...

Arduino how to burn bootloader into other chips

Image
we may encounter such situation bootloader falls off when using arduino, thing can freak out when got no bootloader tools on hand. shall do? here we'll introduce way on how burn bootloader via arduino, rather practical in cases when without bootloader burning tools , no arduinos. 1. burning preparation * arduino duemilanove * dupont line * in-line resistance 2. burning process (1) burn arduino isp arduino duemilanove. * open arduino ide 1.0.5, select arduinoisp under secondary menu "examples" of file. * compile arduinoisp code , download arduino duemilanove. note must refer picture below select board. note: must follow picture select board; serial port number, select according actual port number of ide. (2) burn bootloader uno's atmega328p via arduino duemilanove. * connect isp burning port of arduino duemilanove uno's burning port via dupont line. * short 100 ohm resistor between reset pin , 5v on uno. * configure arduino ide achieve bootloader burning ...

Frame - Refresh Problem

i have cf page 2 frames in index.cfm: frameheader.cfm has horizontal list of dynamically built links & static form couple of form elements. mainmenu.cfm has list of dynamically built links. links in both frames built query in application.cfm & works. list of links built based on user profile/role upon successful login & session. clicking on link in either of frames, page loaded in mainframe & works. topframe has menu links & remain same. problem: once links loaded in both frames, if index.cfm refreshed clicking refresh button, pages looses tomframe. index.cfm doing <cfinclude of mainmenu.cfm if frames refreshed individually doing right mouse button click, each frame refreshes fine individually. thanks in advance assistance. all code (except tables - used formatting) used in shown in code attachment. More discussions in Advanced Techniques adobe

Thread: Strange problem with opening/recovering odt-file

hej there, saved odt-file , closed down openoffice before re-initiated. suddenly, when tried open odt-file, automatic recovery-procedure set in , had 2 files: 1 full access , 1 "read-only" access. however, didn't watch attentively enough , closed down read-only version wanted continue edit , write. turned out, odt-file remained version saved couple of hours ago, means gone i've written after that. have idea happened , more importantly, how can recover missing work....it's final course paper uni , quite urgent. , suggenstions appreciated! please let me know if need more information whatsoever. using ubuntu 9.04, saved document on ntfs-partition...not sure if has since i've never had problems far. thank you! there can problems saving files never seen exact root cause be. saving on ntfs file system may not help. try check backup folder in user profile ( [tutorial] ooo user profi...

A help needed! - Joomla! Forum - community, help and support

Image
hello al, please can me setting joomla script????? dont aything aout it. tried several times not succeded. here have intall it. http://j4jumpy.net/site it wil great help. if me. i need add following section in site. - home - news/updates/gossips - articles/reviews - downloads   (audio/videos) - images gallery - forums - contact us the docman component appears installed, needing setting up? Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

re-install mambots and componets? - Joomla! Forum - community, help and support

Image
i went work on site today, , of server files gone, database still there.  host admin trying find out happened files. anyway, reinstalled joomla, , connects old database.  problem have third party componets, mambots, etc. still show there, don't when select them.  need "uninstall" them , reinstall? or there better way? thanks! check teh physical files there - if not can either uninstall , reinstall or copy relevant files across server should work! Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Erle-Brain 2: an artificial brain for building robots - Raspberry Pi Forums

Image
i'm happy introduce erle-brain 2 rpi2-based artificial brain building robots , drones. brain upgrade of erle-brain includes snappy ubuntu core image, access cloud-based app store, support ros , apm (which helps building drones easily). erle-brain available 149$ , delivered christmas. more information @ http://igg.me/at/erle-spider/x/7817776 . many thanks, p.d.: there's thread @ viewtopic.php?t=120110 real pictures of erle-brain 2 have been shown. the 4 core arm7 tell on one. raspberrypi

PWM signal over long(ish) distances?

heyoo! so trying send control signal arduino pin 10 servo 30 feet away. touring band's stage design , trying make modular possible. ive made box send arduino signal , power servo (6v, via external power supply) servo via telephone jacks (rj11) & telephone wire (four conductors @ 22 gauge. i'm using 3, positive, negative, , control). take signal directly out of arduino breadboard power supply , power servo , ok. take signal , connect phone jacks, plug in 30 ft phone cord between them , jerky unprogrammed movement servo. ive checked connections , tested , convinced kind of data transmission problem, not stemming wiring or poor connections. what should do?? need amplify arduino signal somehow travel distance uncorrupted? bad idea send on telephone cable? thank muchhhhhh, totally stumped right now.. -william i've done same thing on cat3 telephone wire (solid wire) 12'. wire cat3 solid wire or flexible telephone extension cord? ...

timer slow down

hi, i have transmitter , receiver rc car , read 1 of pwm signals of receiver, if play sound readings counts lower  , irregular. can me? code attached. raoul i'm guessing tmrpcm library uses frequent timer interrupts play sounds.  of interrupts going occur during interval trying measure busy loop.  loop won't counting during time spent in interrupt routines lower answer.  need find hardware way measure pulse duration. Arduino Forum > Using Arduino > Programming Questions > timer slow down arduino

Control Remoto con libreria IRLib

hola tengo una tv tcl y quiero decodificar y encender la tv con arduino y el los sensores ir y el led infrarrojos. el problema es que cuando uso el sketch irrecord que viene en la libraría, por el monitor serial sale lo siguiente entiendo que la libraría no reconoce la marca o modelo de mi tv. lo que no se, es como usar estos datos y ubicarlos en el código. por favor si alguien sabe me diga . muchas gracias. hi have tv tcl , want decode , turn on tv arduino , ir sensors , ir leds. problem when use irrecord sketch comes in deliverance, monitor serial leaves following picture. i understand deliverance not recognize brand or model of tv. not, how use these data , place them in code. please if knows please tell me . thank much. la librería irlib tiene un modo raw o crudo, intenta crear un receptor transmisor universal. o sea, lee el codigo correspondiente una función del control remoto y se la asignas la tecla que ya sabes que cumple esa función. algo asi: vi...

Quick Jump Menu - Drop Down Menu and Popups - Joomla! Forum - community, help and support

hi, i've installed quick jump menu - drop down menu module generates following code: code: select all <form name='lnk'>   <select name='grpcomp' class='inputbox'  style='width:140px;height:18px;font-size:11px; padding-left:3px'       onchange='javascript:location.href=document.lnk.grpcomp.options[document.lnk.grpcomp.selectedindex](window.open('toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=780,height=550')).value;' >     <option>--- please select ---</option>     <option value="http://localhost/mp/index.php?option=com_content&task=view&id=148&itemid=98" >products     , services</option>     <option value="http://localhost/mp/index.php?option=com_content&task=view&id=51&itemid=97" >latest     news , events</option>     <option value="http://localhost/mp/index.php?option=com_content&task=view&id=14...