Posts

Showing posts from January, 2014

Needs help for Interrupt

may know there limit space or time isr run? my code below: code: [select] // arduino timer ctc interrupt example // www.engblaze.com // avr-libc library includes #include <avr/io.h> #include <avr/interrupt.h> #include <wire.h> #include <virtualwire.h> #include <softi2c.h> #include <ds3232rtc.h> softi2c i2c(a4, a5); ds3232rtc rtc(i2c); #define ledpin 13   // must download , install virtualwire.h hardware/libraries folder #undef int #undef abs #undef double #undef float #undef round int seconds = 0; int j = 0; int storage [100]; int yea [100]; int mont [100]; int da [100]; int hou [100]; int minu [100]; int secon [100]  ; int tempvoltage; int tempyea; int tempmont; int tempda; int temphou; int tempminu; int tempsecon; int k = 0; char verify[2]; int precision1; int precision2; int precision3; int mult; float charf1; void setup() {          serial.begin(9600);   // debugging only     vw_set_pt...

printf() function for Arduino Due

i using arduino due ide 1.5.2 eclipse juno , arduino eclipse plugin v2. trying implement relic toolkit library on due. requires printf() support. whenever trying implement below code int serial_putchar(char c, file* f) {     if (c == '\n') serial_putchar('\r', f);     return serial.write(c) == 1? 0 : 1; } file serial_stdout; void setup(){     serial.begin(115200);     // set stdout     fdev_setup_stream(&serial_stdout, serial_putchar, null, _fdev_setup_write); [/b]     stdout = &serial_stdout;     printf("my favorite number %6d!", 12); } i error message _fdev_setup_write' not declared in scope symbol '_fdev_setup_write' not resolved. can resolve issue. your highly appreciated. do want able define different serial devices stdout?  or hard code main usb port? you define printf sending char usb - open usb @ baud rate in begin - seri...

HOW INSTALL PACKETFENCE IN RASPBIAN - Raspberry Pi Forums

hi, can tell me how install packetfence in raspbian? please me. http://sourceforge.net/p/packetfence/ma ... t-qrfxgbc2 http://www.packetfence.org/support/faqs ... ebian.html raspberrypi

Submit News - Joomla! Forum - community, help and support

Image
hej! jag är färska joomla-användare som med hjälp av en god kamrat installerat programmet på mitt webbhotell. det är rätt kul att pula med php men många frågor uppstår. vet någon t. ex. om det är en bugg som gör att formuläret för submit news hoppar snett nedåt på sidan? min kamrat har samma problem.  sedan så undrar jag varför det inte går att ladda upp bilder med media manager trots att jag har 755 ftp:n på den katalogen. jag har surftown webbhotell. tacksam för svar! niklas vilken version av joomla! har du? Board index Joomla! International Language Support International Zone Swedish Forum Äldre versioner Forum Joomla! 1.0 Användning och administration

using a modded(continuous) servo

Image
hey everyone! modded couple servos while back, , i'm trying use them in arduino. understand can't use standard servo library, instead send analog signal it(pwm). correct? anyways not working. here's schematic: and code code: [select] int servoone = 9; int servotwo = 10; void setup() { pinmode(servoone, output); pinmode(servotwo, output); } void loop() { analogwrite(servoone, 255); analogwrite(servotwo, 255); } what kind of servos?  how modded?  if regular rc servos still use servo library.  pulse width 1.5ms stop, 1.0 ms fast reverse , 2.0 ms forward fastest. Arduino Forum > Using Arduino > General Electronics > using a modded(continuous) servo arduino

Kontrolpanel ved forskellige hoteller - Joomla! Forum - community, help and support

Image
hej alle nu kommer der et generelt spørgsmål  hvordan ser kontrolpanelet ud hos: servage rochen host jeg har set flg. b-one "(har dem nu) det er ok." i123 "ikke noget @ skrive pænt om, det er meget rodet især når man ikke kan finde det man har brug for." dreamhost "det samme som hos i123" grunden til dette spørgsmål er @ det helst skal være nemt @ finde rundt i, som jeg ser det pt. er det meget svært @ finde ud af @ bruge dem der ikke er grafiske. har i det på samme måde?  servage er super let @ bruge. Board index Joomla! International Language Support International Zone Danish Forum Diverse (Off topic)

Thread: nvidia xorg woes couldn't find RGB GLX visual or fbconfig

Image
i have installed nvidia driver (185.18.36) package in laptop sony vaio vgn-z12gn (hybrid graphics) on jaunty. laptop has both intel , nvidia graphics cards follows lspci |grep vga shows: 00:02.0 vga compatible controller: intel corporation mobile 4 series chipset integrated graphics controller (rev 07) 01:00.0 vga compatible controller: nvidia corporation geforce 9300m gs (rev a1) jaunty linux kernel 2.6.28-15-generic after nvidia driver installation x works fine. "lsmod |grep nvidia" shows nvidia 9594888 2 agpgart 42696 3 intel_agp,nvidia cannot work applications in x pymol $pymol xlib: extension "glx" missing on display ":0.0". freeglut (pymol): opengl glx extension not supported display ':0.0' pymol: abrupt program termination. glxinfo says name of display: :0.0 xlib: extension "glx" missing on display ":0.0". xlib: extension "glx" m...

Reading Analogue Voltage signal using Arduino Due

Image
hey everybody, i'm using arduino due microcontroller frequency (clock rate) = 84 mhz and i'm trying read voltage signal through normal socket (power frequency) = 50 hz through step down transformer .. and need take 260 sample signals voltage sine wave .. ! so how manage frequency of microcontroller perform such task .. ! thanks lot .. you don't manage frequency of micro, manage frequency of readings.  did figure of 260 come , on period need take readings ?  give interval between readings can used in program. code: [select] set start time using millis() or micros() appropriate start of loop   if - start time >= reading interval     take reading     reset start time   end if end of loop   look @ blinkwithoutdelay example program see example of using technique. Arduino Forum > Using Arduino > Programming Q...

Thread: calling all shorewall experts I need some help configuring

the machine has 1 interface card br0 on machine openvpn, tap0 , eth0 bridged br0 when client connects via vpn to lan can ping vpn server no other machines on lan. ping returns unreachable here are files /etc/shorewall zones code: ############################################################################### #zone type options in out # options options fw firewall net ipv4 loc:net ipv4 vpn:loc ipv4 interfaces code: #zone interface broadcast options net br0 detect dhcp,tcpflags,logmartians,nosmurfs tunnels code: #type zone gateway gateway zone openvpn net 0.0.0.0/0 vpn rules code: #action source dest proto dest source original rate user/ mark # port port(s) dest limit group # reject ping "bad" net zone.. , prevent log being flooded.. ping/reject net $fw # permit icmp traffic firewall net zone accept $fw net icmp # permit cus...

JoomFish Question - Joomla! Forum - community, help and support

i have joomfish installed , have translated english content both german , french.  google has me indexed in english.  hope index me , add me google.fr , google.de language specific content. it able translate meta data , meta descriptions well.  can translate metadata , meta description stuff each of content items joomfish? thanks confusedxx wrote: i have joomfish installed , have translated english content both german , french.  google has me indexed in english.  hope index me , add me google.fr , google.de language specific content. it able translate meta data , meta descriptions well.  can translate metadata , meta description stuff each of content items joomfish? thanks i heard google indexing site default language because joomfish uses cookie view translantion. language selector uses javascript , google not understand it... if want google indexing content must have direct links different language versions somewhere. ps: tested how joomfish work opens...

Thread: Appealing my infraction

i have been given infraction postings in following thread . because in moderators words used term racism describe people use other browsers.. abundantly clear not case. find hard describe opinion should avoid products based on makes them , not technical merit encouraging discrimination.. it's not pretty word use correct 1 behavior. term racism used provide corollary type of thinking leads in other contexts. term used not describe users of other browsers claim of moderator in question. given additional infraction following defend myself against accusation of having called fellow user racist. under no circumstances did nor would, opinion held without evidence on part not mention definition of ad hominem attack. deplorable non-debating technic have spoken out against on these boards (see: exchange of opinions between myself , neighborlee in mono thread) along moderator in question accused of trolling, given history on board clear not troll. engage in techni...

How to achieve rounded corners

i've seen many different ways produce rounded borders , corners on divs that work in ie. either javascript or images. can point me to 1 work ie6 doesn't entail bunch of nested divs and several images. methods seem add code bloat for achieving simple corners. found 1 called curvy corners fails in ie6. incite appreciated -mark http://www.cssjuice.com/25-rounded-corners-techniques-with-css/ -- nancy o. alt-web design & publishing www.alt-web.com More discussions in Dreamweaver support forum adobe

Webpage Link Buttons

hi, the webpage i'm developing going use flash buttons main links. theres 5 - 6 buttons laid out horizontally across screen in header section. wondering approach better... create single flash movie buttons in it, or separate movies 1 button in each one? for ease of editing buttons, , alleviate windows ie handling of plug-in content, opt single flash movie holding of buttons... good luck, albee More discussions in Adobe Animate CC - General adobe

E Agora o que eu Faço????? - Joomla! Forum - community, help and support

Image
fui instalar o "joomla_1.0.10_estavel_br_completa", e apareceu esses erros em vermelhos. como faço para corrigí-los? por favor me ajudem!!!!  obrigado desde já. problema de chmod. se não sabe o que é isso, olhe aqui [http://pt.wikipedia.org/wiki/chmod] em outras palavras, o servidor libera algumas permissões cada arquivo. algumas permissões podem ser somente de leitura [ seu caso ] e outras, de escrita, e também de execução. no caso, você deve alterá-las usando algum programa ftp. também pode usar o gerenciador de arquivos cpanel. experimente mudar permissões para escrita se da certo. caso não dê, eu deletaria o banco de dados( ou então mandaria escrever por cima da instalação anterior )  e todos os arquivos servidor [ vc está instaladno pela primeria vez, não? ] e tentaria instalar novamente. depos de descompactar pach joomla no servidor, alteraria todos com permissão de escrita. para alterar permissões, pode usar o leechftp, ou o smartftp, que eu prefiro por poder ter mul...

USB Flash Drive has I/O issues after connecting to RPi - Raspberry Pi Forums

i have usb flash drive connected rpi running nas server. mounted drive fat32 directly rpi. after day or so, rpi wasn't able read anymore. connected pc , complained i/o issues , had format usable. time formatted same flash drive ntfs , plugged in through usb hub. again, after few days, have same error. idea why happening. error logs: code: select all jun 19 14:44:28 raspberrypi kernel: [ 6.054864] sd 0:0:0:0: [sda] no caching mode page found jun 19 14:44:28 raspberrypi kernel: [ 6.068062] sd 0:0:0:0: [sda] assuming drive cache: write through jun 19 14:44:28 raspberrypi kernel: [ 6.085814] sd 0:0:0:0: [sda] no caching mode page found jun 19 14:44:28 raspberrypi kernel: [ 6.100444] sd 0:0:0:0: [sda] assuming drive cache: write through jun 19 14:44:28 raspberrypi kernel: [ 6.194501] sd 0:0:0:0: [sda] no caching mode page found jun 19 14:44:28 raspberrypi kernel: [ 6.208054] sd 0:0:0:0: [sda] assuming drive cache: write through jun 19 14:44:28 raspberrypi kernel:...

Connecting two SPI devices - Raspberry Pi Forums

hi guys, i'm trying adafruit pitft , retropie gpio adapter work on pi. i've connected pitft directly onto pi , used second header connect retropie. both devices work fine when used separatly; however, when used together, i'm no longer getting input retropie. (except onboard button, connected different line) kinda hoping i'd plug these guys in , well. *sigh* maybe didn't cross fingers hard enough. anyways, i'm guessing problem pitft , retropie sharing pin #19 (mosi/gpio10) , pin #23 (sclk/gpio11). leaves me searching way these guys work together. alas, gpio stuff goes on head rare elegance, i'd appreciate help. have one, old man ivan you need have each device on different spi0_ce0 or spi0_ce1 (gpio8/7). these 'chip enable' or device select lines. driving software have configured address device 0 or 1.miso, misi , sclk shared. raspberrypi

Thread: Pub_key

i need know how fix this: w: gpg error: http://ppa.launchpad.net jaunty release: following signatures couldn't verified because public key not available: no_pubkey 7d2c7a23bf810cd5 w: gpg error: http://ppa.launchpad.net jaunty release: following signatures couldn't verified because public key not available: no_pubkey 3b22ab97af1cdfa9 please code: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys bf810cd5 sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys af1cdfa9 https://launchpad.net/+help/soyuz/ppa-sources-list.html Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu_studio] Pub_key Ubuntu

Thread: Help a newbee with basic instalation issues please

hi run ubuntu on computer lack basic skills install it. here difficulties encounter: downloaded cd (which won't fit on cd why call way) kit (french version) french ubuntu site. recieved 4.5g compressed file. when click on it opens ''winrar'' application. uncompressed file onto hard drive , created 9g kit (which way not fit on 1 instalation dvd). burned dvd 4.5g compressed file. dvd doesn't work boot disk cause files compressed. here questions ask: must burn 2 dvds using 9g uncompressed kit? if case, why doesn't ubuntu site tell right off bat nead 2 dvds? did wrong while downloading? , finally, why isn't there simple basic step step tutorial ordinary people. man! cant understand why ubuntu people, after creating such neat program, didn't take 1 hour write simple stupid 4 step installation guide people don't know ***** fancy computer vocabulary.... hour spent writing guide multiply 10 number of ubuntu users, , di...

Usb powered HDMI monitor - Raspberry Pi Forums

Image
usb powered hdmi monitor hello, have found monitor can used in tablet project except way expensive , overkill use: http://www.icitouchtech.com/#!product/p ... le-monitor idea because can powered of separate usb port input (some use 1 usb) , hdmi don't need code special. question can else find similar solution around 9-12" around 1280x720-720x480 resolution has hdmi input , usb power supply? appreciate it! ~thx ice_fly check out newegg doing promotional deals. gechic on-lap 2501c 15.6" hd lcd portable monitor hdmi vga built-in speakers http://www.newegg.com/product/product.a ... -_-product gechic on-lap 1302 13.3" hd lcd portable monitor vga hdmi minidisplay port http://www.newegg.com/product/product.a ... -_-product raspberrypi

electric motor actuation - Raspberry Pi Forums

hi, working on school project , need build automated bender. function select preset, motor started. inductive proximity sensor counts revolutions of output shaft , when pre set revolution count reached electric motor turned off. motor 1hp single phase driving 60:1 gearbox. possible create electronic circuit using raspberry pi system used in bender? had in mind inductive proximity sensor connected raspberry pi. raspberry pi has 240v contactor/relay output connected electric motor. when raspberry pi records target amount of revolutions, sends low voltage signal contactor/relay turns off motor. can achieved raspberry pi? it sounds achievable. pi can drive (suitable) relays via gpios , can read digital sensors. if "inductive proximity sensor" analogue you'd need use analogue digital converter signal pi. sounds bit safety related. damage done if pi fails? raspberrypi

SubSite or Child site linked to Parent site. - Joomla! Forum - community, help and support

Image
i wanted create separate , self contained sites, wanted use same user accounts of them bridge them if possible. doing because need use component integral entire site can use once 1 section. since need make new sections , use component on , over, decided make child sites , embed them main site wrapper. i familiar solutions such as: http://www.elearningforce.dk/ my question is: isn't there way make child site main joomla site? if so, correct way , establish relationship parent?right way seems little haphazard , use separate databases. Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Security Issues

Image
i published projects roboengine , make integrated system available online customers. there security issues in making these projects available via link our customer web site? i'm open suggestion , appreciate input , insight. thank you. hi luvie i hate doing this, do. however... this thread cross posted. unfortunately, think cross posting, more receive answer. sadly, reverse true. hinders process. how? well, when see cross posting such this, spring action creating links reference original question. why , why care? well, forums rich resource of information. 1 has perform search locate information. know didn't this, see folks do. let's had posted same question in every category. let's further assume 1 of these questions replied to. if had same question, find several hits. if never created cross links original question, may give before locating single nugget of information helps. repairing cross posting, hope make forums friendlier , more useful place all. click ...

Affichage Page Web

bonjour j'ai un problème j'aimerai que mon site web s'affiche correctement j'ai donc fait une boucle pour faire appel toutes les images .htm. mais le problème est que ma boucle prends en compte uniquement la page index.htm, le style.css et l'image de fond (fond.png). est ce que vous savez pourquoi mes autres images et page ne s'affiche pas merci. code: [select] #include <spi.h> #include <ethernet.h> #include <sd.h> // mac address ethernet shield sticker under board byte mac[] = { 0x90, 0xa2, 0xda, 0x0f, 0x1f, 0xed }; ipaddress ip(169, 254, 73, 50); // ip address, may need change depending on network ethernetserver server(80);  // create server @ port 80 file webfile; string http_req = "";     // stores received http request void setup() {     ethernet.begin(mac, ip);  // initialize ethernet device     server.begin();           // start listen...

Alimentar Arduino no Carro

Image
preciso de alimentar um circuito no carro que consiste num arduino, 1 lcd 16x2, uns leds e uns displays de segmentos, nada de muito mais. para não usar pilhas de 9v, queria alimentá-lo pelo isqueiro carro, li algumas coisas e é algo complicado devido à instabilidade da corrente, no entanto encontrei este esquema que alguém utiliza: penso que o diodo de zener, resistência de 100k e 47k (voltage divider) serve apenas para o arduino controlar voltagem de entrada e deverá ser opcional !? segundo percebi na explicação autor em http://arduino.bougakov.com/post/44802340184/ok-enough-with-preparations-lets-make-some-real que acham? em vez lm2940ct-5 deve ser possível colocar um lm7805 vais querer um condensador maior que esses para colocar isso no carro. essa ligação parece ser para indicar ao arduino que existe tensão nesses terminais. Arduino Forum > International > ...

connect heater ac 220v 1200W to arduino

Image
please , me want connect heater ac 220v 1200w arduino  change voltage ac change temperature of heater anyone tell me how  can it? , can use moc3021 ic it? please ,any  schematic diagram or draw shown it. do not cross post. quote from: sonnyyu on apr 07, 2013, 06:59 am let's keep kiss principle kiss acronym "keep simple, stupid" design principle noted u.s. navy in 1960 wiki all need 2 items;- digital pid temperature controller snr & alarm snr line of light industry, chemistry, machine, metallurgy, pertrification industry, or temperature control , plastic extruder heating process cost: $27.99 free shipping, love newegg. items ordered ground shipping show next morning. newegg solid state relay for  110vac   1500/110=13.64  20a/250v ssr should fine. for  220vac   1500/220=6.82    10a/380v ssr should fine. 1. ... 2. 1 key operation, auto-tuning pid/fuzzy pid control. 3. input:  rtd unive...

Velocità TinyGPS

buongiorno tutti, sto sviluppando un progetto come tesina per l'esame di maturità di quest'anno che lavora con il gps per la rilevazione di alcuni dati. il progetto è testato e funzionante tranne per quello che riguarda la velocità. questa viene rilevata dal gps (em-406a montato su shield gps sparkfun) con il quale mi interfaccio con la libreria tinygps. tutti dati che il gps mi ritorna vanno bene parte la velocità che rimane fissa -1.00 km/h. qualcuno sa quale può essere il motivo? il codice per la rilevazione dei dati è il seguente: code: [select] void getgps(tinygps &gps) {    visualizzadati();    float latitudine, longitudine;                    float velocita, altitudine;                      gps.f_get_position(&latitudine,&longitudine);    lcd.print("coord: ");            ...

how to play mp3 file while downloading it - Raspberry Pi Forums

hi, did rtsp + rtp streaming project using raspberry pi. below text structure. [client : raspberry pi ] ----(lan)----[server : windows pc] so, sent mp3 frame data via udp @ server side. , received on client. want play mp3 file while downloading it... t_t when use omxplayer, didn't play frame. → wait downloading [oooooooooxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] -- frame state.. o completed download, x not. ↑ 1. did execute omxplayer. omxplayer play 'ooooo' frame area. want play xxx area after played 'oooo' area. if understand , raise of solution, please leave answer. me! t_tt_t_t_t....... email : seung51hoon@gmail.com nation : korea omxplayer checks file size before starts , not check during or after playback has completed. solution problem use mp3 player has better support playing while downloading or code 1 yourself. richard s. raspberrypi

Thread: change permissions on file owned by root

after latest recommended update cannot connect anymore several shares on linux machine other machines being part of home network. reason drives no longer shared. if want share them again message permissions can't changed since owned root. how can logon root , change permissions? know su command don't know terminal command change permissions. it's sad these things happen updating. makes hesitate update system. http://catcode.com/teachmod/ Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] change permissions on file owned by root Ubuntu

[FLA] Alguien lo sabe?

hola visto que hay p�ginas que utilizan lo siguiente : ../imagenes/menu.swf?seccion=fiestas por ejemplo, o secci�n : ../imagenes/menu.swf?seccion=contacto de que forma puedo utilizar esto en mis men�es de swf?? tengo que hacer alguna programaci�n en el flash ?? alguien sabe como utilizarlo y para que sirve exactamente? gracias todos lui7 para pasar al flash una variable con un valor determinado, en cuanto usos... la imaginacion es el limite supongo "luisete" <lolo@lalala.com> escribi� en el mensaje news:e4k8i1$llo$1@forums.macromedia.com... > hola visto que hay p�ginas que utilizan lo siguiente : > > ../imagenes/menu.swf?seccion=fiestas > > por ejemplo, o secci�n : > > ../imagenes/menu.swf?seccion=contacto > > de que forma puedo utilizar esto en mis men�es de swf?? tengo que hacer > alguna programaci�n en el flash ?? alguien sabe como utilizarlo y para que > sirve exactamente? > > gracias todos > > lui7 >...

The ARM chip is very hot

hello. i'm not english. i connect usb or external power (12v) , without programming arduino due arm chip (the chip, not regulator) heats lot. i put radiator, it's very hot (50ºc~). i can program , works ok, it's little strange. arduino due has same problem? thank you. there wrong, arm chip shouldn't hot. Arduino Forum > Products > Arduino Due (Moderator: fabioc84) > The ARM chip is very hot arduino

Extension Translation, how is it done - Joomla! Forum - community, help and support

Image
hi, what steps have take translate extension, in case component 1.5? i've got view 'about' page , when use jtext text disappears @ all. where place custom language file , how set up. ok, did it  :). -> language file has inside language folder of joomla!       backend translation under administrator/language/...       frontend translation under language/... -> language file has named extension (upper- , lower- case) thanks , regards antonio cambule we love kind of posts, antonio, questions , answers nicely fit together.  Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information Archived Boards - All boards closed Joomla! 1.5 Coding

Daisy Chained Movie structure

Image
i looked through previous posts on daisy chaining movies around file size issues, , concept makes sense me. have project 100+ slides works okay now, need add content it. i'm afraid won't behave add 20 slides. the daisy chain concept works if movie linear--when user gets end of first "section", movie seamlessly starts next section in chain. problem project includes "navigation pane" on left side allows user jump around in movie. so, slide 25, user might want jump slide 50 or 75, might in different sections of chain. is possible chain of movies? i'm using click boxes jumps, , don't think can specify movie target. thanks, bob hi bob yes, may specify different captivate movie target of click. need ensure click results in opening movie , not trying open perhaps movie b @ slide 10 isn't possible do. cheers... rick More discussions in Adobe Captivate adobe

black dots or spots on left of main menu default in flat list - Joomla! Forum - community, help and support

how can i  rid of,  or preferably replace circular dots or spots on main menu. default images or icons assume, life of me cant find image files anywhere. have checked default images module img , temp-late images. appear on standard main menu flat list , latest news item/ if dont know hell im talking noticed main menu of joomla.org has same black icons in menu. ok might silly question withan elementary anwser has me fooled. kind regards coey flat style menu made using standard html list, default shown dots list items you can style lists e.g. code: select all li {   list-style: none; } which gets rid of dot but affect lists you need target specific lists in site you should in template css references li especially in combimation reference menu e.g. code: select all ul#mainlevel-topnav li { } there quite lot of options styling lists - pointer if had link site can more help Board index Joomla! Older Version Support Joomla! 1.0...

How to pass information into a custom data type

first off, apologize if i'm not using right c / c++ nomenclature. it's able stick me. i'm trying use newly redesigned icmpping.h ping address put in keypad. information available string ("192.168.1.100") or byte array ([192],[168],[1],[100]). in example given, there line: code: [select] ipaddress pingaddr(192,168,1,100); i tried reading through header file , think it's little-endian uint32_t data type. i've tried number of items, seem have promise this: code: [select] ipaddress pingaddr(newip[0], newip[1], newip[2], newip[3]); however, error: code: [select] error: expected unqualified-id before numeric constant how can pass manual data header? second post in section... read before posting programming question quote 6. getting on forum post complete sketch (program code)! if don't waste time while people ask that. if sketch large, attach reply (under additional options).  otherwise, please use [code] ...

Wireless VIdeo Transmission - Raspberry Pi Forums

ok new world or open source hardware, not electrical , robotic engineering, props , sfx makeup along minor animatronics , lighting. not complete novice these things. although hitting open source learning hard arduino, sparkfun, adafruit, , of course pi. crux of mater. have had in mind build sense child, own type of wearable tech, ie video/computing/ar/nightvision goggles or hud of kind. adafruit's hacked glass , discovery of existence of raspberry pi made me realize these no longer flights of fancy. wondering possible wireless transmission of video data. know there bunch of radio , bluetooth open source devices , know data data, pi have computing power seamlessly process incoming , out going video data? give couple of examples how apply data designing 2 things. 1 pair of ecto goggles (ghostbuster goggles), these built inside case of old israeli nightvision goggles, 3 selection switch between 3 camera inputs of different types pipe out twin hud display's kind available adafruit....

Thread: partial upgrade made sound&video and graphic become one category named media

is normal? prefer them different ones have make them different myself or can fixed way? edit : preferences , administration became 1 named settings edit if want. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] partial upgrade made sound&video and graphic become one category named media Ubuntu

&quot;Press SPACEBAR or ENTER to activate and use this control&quot;

hello, when try view flash internet explorer following message on flash "press spacebar or enter activate , use control" how can fix/get rid of that? thanks. you can't .. not permanently. can temporary patch ms will disable new behaviour month or , revert the new behaviour again good. it web site authors need 'fix' html web pages that swf (and other activex controls) activated javascript , instead of user having click. if viewing else's site, there nothing can (other contact sites web master , ask them fix it). also: please try reading hundreds (if not thousands) of posts on topics on last couple of months in forum alone, let along thousands of ewb pages on topics (try google). -- jeckyl More discussions in Using Flash Player adobe

"Grad"-Zeichen darstellen

hi! ich habe dieses display: http://web4robot.com/files/glcd-flexel.pdf und möchte darauf das grad-zeichen " ° " darstellen, welches ja leider nicht zur standard ascii-tabelle gehört, sondern zu der erweiterten. gibts ne möglichkeit, dass zeichen trotzdem darzustellen? und wenn ja, wie!? danke euch! gruß morris wenn ein zeichen nicht existiert mußt du es selbst definieren. ein glcd wird nur mit pixel angesteuert. der zeichensatz ist diesem fall im kontroller gespeichert, der die i2c schnittstelle bereitstellt. du kannst aber einzelne pixel setzen. setze einfach die pixel die zusammen ein ° ergeben. grüße uwe Arduino Forum > International > Deutsch (Moderator: uwefed) > "Grad"-Zeichen darstellen arduino

1 Wire DS18B20 Minimal Coding

i'm working on paring sketch space i'm placing on attiny45, , i've been deleting code left , right, replacing function calls hard coded data. also... data byte array in example says needs 9 bytes, utilizes 2? chopped down 2 byte array , worked, don't know if i'm somehow wrong doing that. one more thing... when first plug in sensor (doesn't happen when it's reset) junk reading of 185.0f first reading. not big problem, annoying. i've come point i'm not sure can more. me chop! here gettemp function: code: [select] float gettemp(){   resetds();   writebyte(0x44); // start conversion, without parasite power on @ end     resetds();   writebyte(0xbe); // read scratchpad     return (readbyte()|(readbyte() << 8))*0.1125+32;//convert deg f } void resetds() {   pinmode(ds18s20_pin, output);   digitalwrite(ds18s20_pin, low);   delaymicroseconds(255);//480u reqd   pinmode(ds18s20_pin, ...

accelerometri e sensori di posizione

salve tutti sono nuovo e spero di aver postato nel posto giusto. vorrei realizzare un progetto in cui mi servirebbe calcolare la posizione di un oggetto in movimento da un punto 0 ad un punto x (simil cinematica) quindi dovrei interfacciare l' arduino con dei sensori di posizione che mi diano la posizione in coordinate (xyz) ( ancora piu figo se mi da anche il "roll" e il "pitch") sono indeciso tra un accelerometro o un nunchuck (ma questo ha un suo peso ed è abbastanza ingrombante). vi domando basta usare un accelerometro? quale mi consigliereste? esiste un progetto simile con l'arduino? spero che queste poche informazioni vi bastino per aiutarmi nell'impresa. per qualunque domanda sono disponibilissimo... spero di sviluppare una interessante discussione e colgo l'occasione per ringraziare tutti presenti. p.s. volevo postare un sito in cui ho trovato diversi accelerometri ma x sicurezza ( non volevo sembrare ot) ho evitato :-) ...

404 en OpenSEF - Joomla! Forum - community, help and support

Image
op m'n eigen site ben ik nu een paar dagen aan het testen met opensef. dat werkt aardig moet ik zeggen; zolang je maar niet te veel .html files in je root en submappen hebt staan. wat ik me nu afvraag, waar worden de 404 pagina's gegenereerd. 404sef haalt ze uit de static content en gebruikt dar standaard het iten '404'. in de .htaccess heb ik nog harde verwijzigen staan naar een andere pagina. gebruiken doet joomla geen van allen, dus ga ik er vanuit dat ze ergens in opensef tot stand komen. maar waar? het gaat me om de getoonde melding; die niet mooi en staat al helemaal niet in de mainbody. er verschijnt een blanco pagina met linksboven een klein beetjeje tekst: de pagina die u wenst te bereiken bestaat niet. selecteer een pagina uit het hoofdmenu. het menu verschijnt helaas niet. bedankt alvast voor de hints. groet, wago ik heb het als volgt opgelost: - menu item aangemaakt met de 404 static content - geklikt vanaf frontpage - menu item verwijderd - in de config v...