Posts

Showing posts from September, 2013

Thread: getting wireless on my desktop

Image
hello everyone! i'm new linux-user, installed yesterday. i'm having trouble figuring out how set-up wireless connection (on desktop computer). bought wireless receiver worked great when running windows, can't figure out how work on ubuntu side. it's dwa-131 wireless n nano usb adapter, if that's important have installation cd, can't figure out how install run. have access internet via wife's laptop (which how i'm typing right now), download drivers, etc. problem is, don't know i'm doing, drivers download, , how run driver on ubuntu. appreciated! i'm pretty new @ this, please try post @ basic level much! there few things can try. apparently pretty new realtek 8192su chipset, , module in kernel might work. please insert device , open terminal (applications -> accessories -> terminal) , do: code: sudo modprobe r8192s_usb iwconfig do have wireless in...

How to import passwords. - Joomla! Forum - community, help and support

Image
i have joomla 1.0.12 installation , want import users csv file. want passwords stay intact. the output file (csv) previous php-fusion installation. can export user table including passwords. now need import joomla. how can this? i understood difficult in 1.0.13 , 1.5 because of 'salted' (md5) passwords. in 1.0.12 should not problem, tool should use this? thanks in advance more information can found here: http://help.joomla.org/component/option ... temid,268/ Board index Joomla! Older Version Support Joomla! 1.0 Security - 1.0.x

Thread: Power Management/Detecting AC Power

i wondering if there has been update on power management system being able detect whether ac power being used? still using panp4n, , while battery power indicator (and power remaining) seems accurate, still doesn't detect whether ac adapter plugged in (which in case means running in powersave mode unless manually change it). know it's little more inconvenience @ point, have functionality back. thanks! jordan Forum The Ubuntu Forum Community Ubuntu Specialised Support System76 Support [all variants] Power Management/Detecting AC Power Ubuntu

Can 9DOF IMU tech ~accurately locate an athlete in an enclosed space

hi, realising return topic quite hashed out since 2011 or so, apologise in advance. however, now, 2017, after advent of ubiquitous quadcopter revolution i'm wondering if recent advances in tech have made possible track , locate moving person carring/wearing 9dof imu reasonable degree of accuracy, standing start completion of stop-start movement on period of, say, 15 minutes. the idea sensor pack given wearer prior commencement of 15min, , data collected wirelessly during his/her progress through course.  data points - spatial locations - in plane i'm looking (i.e. grid reference) whereby actions taken @ locations have direct bearing on "progress" being made athlete.   the person walking or running point point , standing - standing not immobile - when waypoint measured, triggered athlete hitting button on pack, in turn triggers action @ waypoint. athlete chooses point he/she stops @ carry out task, distance "goal" going variable need measur...

Thread: No Sound Icon

it fault without sound volume control , not show in add panel.what can here? icon have code that can use or can find file somewhere , create link? alsa mixer works ok , nothing muted , have sound play music. internet connection , power connection icons don't appear. how did volume control got lost? it's listed "volume control" in "add panel" , installed package provide applet "gnome-applets". Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Multimedia Software [ubuntu] No Sound Icon Ubuntu

Nextion LCDs on special

hey folks, im big fan of nextion displays due ease of use , integration arduino iot projects..   check out wiot device see i'm talking about..  banggood has nextion models on sale. link here i've tried many different types including ra8875's , ssd1306s etc.. , once got used nextion hmi approach, hooked.   simple commands on a  serial connection takes... Arduino Forum > Using Arduino > Displays > Nextion LCDs on special arduino

Thread: 64/32 Bit Question

hi everyone! pretty abandoned ubuntu few weeks after several weeks of not getting couple things working properly. 1 of big problems couldn't line-in audio jack working save life (despite working flawlessly in windows on same machine). have posted numerous times , had no luck despite many of people attempting assist. tonight, put live cd of linux mint in machine , noticed few of little problems have ubuntu seemed "fixed" linux mint. i'm considering switching morning. that's when hit me perhaps big difference 32 vs. 64 bit? ubuntu 64 bit linux mint tested 32. think audio problem simple getting away ubuntu 64 bit??? also, can tell me if there terminal services client available mint? i'm sure there didn't seem in default install... want sure can one. i don't know audio problem if had terminal services client in ubuntu i'm pretty sure it's available...

[Solved] How to process multi-frame HTTP requests? (W5100 + 2560 + Ethernet lib)

hi! i writing http server , webpage , 1 of it's features receive put or post request , write body of request file. problem: writes first ethernet frame's content file, ethernetclient library says there no more data (client.available() false). the server can send multi-frame responses without problems. i tried pre-written http server library (webduino), works same. so questions are: causes problem? (my code?/the ethernet library?/the ethernet shield?/something entirely else?) what can make work? have make workaround? (i avoid that) hardware: arduino mega 2560 + ethernet shield (with w5100) libraries: ethernet, sdfat code of server: code: [select] #include <ethernet.h> #include <sdfat.h> const byte macaddress[] = { 0x02, 0x52, 0x3b, 0xe1, 0xca, 0x19 }; const ipaddress ipaddressofserver(192, 168, 1, 5); const ipaddress networkmask(255, 255, 255, 255); const ipaddress defaultgateway(192, 168, 1, 1); const ipaddress dnsserver(8, 8, 8, 8); ethernetserver serv...

Datagrid to CFC

i've been waisting alot of time on this.   i'm trying pass , arraycollection , pass cfc. arraycollection taken datagrid.   flex function   private function publishtoproduction(appid:number):void{     var devq:arraycollection = dghelpls.dataprovider arraycollection;     rotklib.pushtoproduction.send(devq); }     cfc function <cffunction name="pushtoproduction">         <cfargument name="devq" type="any" required="yes" />         <cfsavecontent variable="content.x">             <cfdump var="#arguments.devq#">         </cfsavecontent>         <cffile action="write" output="#content.x#" file="#expandpath('query.html')#"> </function>   my problem when arraycollection passed cfc, 1 it's not recognised...

Thread: Permission denied (publickey).

Image
today updated 4 hardy servers pretty same in setup. 3 of them went without problem, 1 displaying error when trying connect through ssh: code: permission denied (publickey). however have never setup publickey access specific server (always password based). way (for me) access remotely, there way can fix problem? thank in advance. i able connect through 1 of "twin" servers remember set public key between them (long time ago). able fix it... post here went wrong during update reference. update: strange reason following line uncommented during update (in /etc/ssh/sshd_config): code: passwordauthentication no how can possible? specific server since beginning slow connect through ssh. normal (fast). may related? knows. cheers Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju S...

sim808 with arduino uno and http request error

hi, i trying send gps data web @ commands. successful serial monitor terminal. when try send same command arduino ide( not serial monitor terminal) program, shows error "at+httpaction=0"(actually not executing) , executing previous commands(looping) should not done because primary @ commands not in loop. can tell me why commands looping? , why last @ command not executing, executed in serial monitor terminal? Arduino Forum > Using Arduino > Programming Questions > sim808 with arduino uno and http request error arduino

Arduino irrigation system

hi, create irrigated irrigation system remote arduino. what material need? need solenoid valves? if so, find them ?? quote from: carmel99 on jul 11, 2017, 10:34 am hi, create irrigated irrigation system remote arduino. what material need? start arduino, housing, hoses, wires. quote do need solenoid valves? if so, find them ?? they come in handy, if want able switch on , off water supplies. try favourite e-commerce web site. Arduino Forum > Using Arduino > Project Guidance > Arduino irrigation system arduino

Capacitive Touch Encoder

hey, i looking add capacitive touch capability rotary encoder.  thinking of using adafruit mpr121 touch sensing.  using metal knob , rotary encoder metal shaft, there concern interfering function of encoder? the change in capacitance of led's pn juntion when turned on , off can enough set off capacitance sensor if proper precautions not taken. believe actuation of encoder's switches problematic. Arduino Forum > Using Arduino > Project Guidance > Capacitive Touch Encoder arduino

find a component with his id ? (ex find a Label in a Panel with the Label's id)

Image
hello, need find children component id (so without getchildat ou byname methods)   ex : <mx:panel id="panel1" x="10" y="10" title="panel 1" width="400" height="300">      <mx:label id="label1" x="15" y="15" text="label 1 dans panel 1" /> <mx:panel id="panel2" x="70" y="50" title="panel 2 ds panel 1" width="100" height="50"> <mx:label id="label2" x="25" y="25" text="label 2 dans panel 2" />                     </mx:panel>                     </mx:panel>   with id=label2 or id=panel2 i have the label or panel , without having in children of children because there 1 single id in application think it's possible, don't find how   think's in advance ideas !   dave in application tag, add listener creation co...

creating my own library

hey, have created own library lm35 temperature sensor. i have included following files in folder = lm35.h, lm35.cpp, keywords.txt , basic ino file. i encounter fatal error when try importing file lm35.h. it says: "no such file or directory - lm35" can me out.? thank you quote can me out.? without seeing code , exact error message? no. Arduino Forum > Using Arduino > Project Guidance > creating my own library arduino

Board choice for off-grid project

  hi ! i'm willing build solar powered weather station transmitting data wirelessly other device @ home. therefore need outdoor installation draw few current possible, wanna using sleepmode, if possible reducing hardware consumption. i saw arduino pro mini suitable board that, but, want keep things easy (the goal make reproductible neebies) i'd use sparkfun weathershield , seeedstudio solar charger shield solar charger shield . i discovered arduino pro exist, , same sized uno... unfortunately seems board not available (and guess it's not popular 1 since can't see on retailer website).. do of know replacement option ? thanks solar powered arduino Arduino Forum > Using Arduino > Project Guidance > Board choice for off-grid project arduino

Thread: Gparted problems

hey can't seem format external harddrive 1tb fat32 using gparted using msdos partition table, fat32 filesystem, primary partition round cylinders checked. has had experience ? in advance have unmounted hard drive? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Gparted problems Ubuntu

www.miosito.it/administrator = pagina bianca - Joomla! Forum - community, help and support

Image
da qualche giorno andando appunto alla pagina di login di amministrazione ottengo una pagina bianca. l'home page del sito è funzionante, come pure le notizie che si aprono correttamente. anche il componente rsgallery2 sembra essere ko, infatti se clicco sull'immagine casuale che ho in home page si apre pagina bianca. problema di db? problema di permessi? non ne ho idea personalmente, qualcuno può darmi una mano? grazie roberto ciao! prova caricare la cartella administrator vergine di joomla e sovrascrivere tutti files via ftp. in alternativa verifica file log di sistema Board index Joomla! International Language Support International Zone Italian Forum

Motor paso a paso por DMX - mejorar precisión [SOLUCIONADO]

hola estoy controlando un motor paso paso por dmx, hasta aquí no tenido problema. el problema viene cuando intento asignarle 2 canales de 8bits para que los pasos sean más cortos y tener más presición. no se como implementarlo. un saludo code: [select] void loop() {   // read new position   int movimiento;   movimiento = map(arduinodmx0.rxbuffer[0], 0, 255, 0, 4000);   stepper.moveto(movimiento);   int velocidad;   velocidad = map(arduinodmx0.rxbuffer[1], 0, 255, 0, 900);   stepper.setspeed(velocidad);   stepper.runspeedtoposition(); } en realidad, para tener mas o menos presicion depende del harware. no se que driver tenes, pero el pololus a4988, tene para selecionar la presicion o cantidad depasos por vuelta. 1)  400 pasos por vuelta- 2)  800 pasos por vuelta- algo asi: Arduino Forum > International ...

dhtml droptext, RoboHelp8, access violation error

we display individual html topics (from within chm file) in our program dialog boxes - "instructions" frame speak. done using activex in our delphi-based program.  works - hyperlinks intact, etc.  implemented dhtml droptext/popup items, work great.  however, if user activates effect in topic , closes dialog box, access violation error occurs.  error not occur if droptext effect not activated, nor occur in topics without dhtml code.   if has suggestions of release (?) on window close prevent access violation error, i'd eternally grateful.  (i'm using trial version of rh8 project written in rhx5.)   thanks! More discussions in HTML Help (CHMs) adobe

Thread: files missing on usb harddisk but still take up space

Image
ok bin ruing ubuntu 3 years , gust got first crash. have 200 gb usb hard disk , has partition 1 etx4 50 gb , other fat32 150 gb , files missing in fat32 partition still take space tried sudo /sbin/fsck.vfat -a /dev/sdb1 hags @ fats differ appear intact. using first fat , blue led lite on drive stops flashing inactivating there no disk use. tried gprated but gets stuck @ lodging drive partition. have way important data lose on drive if knows how data i'd know how i'm running 9.10 attached images screenshot.png (265.8 kb, 2 views) Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] files missing on usb harddisk but still take up space Ubuntu

Projet Arduino + 4 Servo pour appuyer sur des télécommandes de volets

bonjour, je n'ai aucune formation électronique, mais suis passionné de bidouilles. depuis quelques mois j'ai domotisé ma maison, avec la solution jeedom qui me donne pleine satisfaction. je souhaite pouvoir domotiser mes volets roulants déjà motorisés à télécommande qui ont la particularité d'être sur un protocole fermé/verrouillé et pour lesquels les télécommandes ne se fabriquent plus. il existe bien une solution pour souder un composant électronique sur chacune des télécommandes mais avec le risque de les griller sans solution de remplacement. mon projet : fabriquer une structure en bois pour caler 4 télécommandes ainsi que 4 (ou 8 ) modules qui appuieraient sur le bouton haut et bas de chacune d'elles, les ordres étant donné via jeedom. après de nombreuses heures à chercher des solutions, celle qui semble être la plus intéressante en fiabilité/prix est de passer par un arduino + 4 servo. mes questions : - comment les ordres pourraient ils passer de jeedom ...

Quel comportement pour ce programme

bonjour, j'ai une petite question de théorie. si j'ai un algo comme ça : code: [select] const int cas1 = 1; const int cas2 = 2; static int state = cas1; int flag; int x; //supposons qu'il prenne la valeur d'un caractère sur le bus série qui peut être soit 0 soit 1. void getdata(){   if (x ==0){     flag = 0;     return;   }else{     flag = 1;     return;   } } void setup(){ } void loop(){   switch(state) {     case cas1 :     while(1){       getdata(x);       if (flag ==0){         serial.println('0');         state = cas2;         break;       }else{         serial.println('1');         state = cas2;         break;       }     }     case cas2 :     //autre éta...

Recruitment/Job Component - Joomla! Forum - community, help and support

Image
hi all, i looking include recruitment component in new website and, having had through extensions on here, hoping recommendations , advice possibly use. clients need able publish job positions, should available candidates apply , upload cv. candidates should receive confirmation email thanking them applying position. candidates should able upload cv, independent of advertised position. any is, always, appreciated.  matt atherton purpleplanet - software solutions i've been looking similar component while too. Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x

Problem with Illustrator toolbars

i bought cs4 design premium student version school. when opened illustrator, says this:   "the document 'print.ai' contains elements managed plug-ins not available. can delete or expand these elements cannot maipulate them in other ways. missing plug-ins listed below. adobe calligraphic brush plugin (calligbrushtool.aip) offset path (adobe illustrator.app) calligraphic brush (calligbrushtool.aip) "   it when open , when try open new file.   there no start menu, , while creates new files, won't let me see/use of tool toolbars. looked on google solution couldn't find anything. know causing this? or how fix it? none of other programs seem have issue, though haven't checked smaller ones.   thanks!   edit: forgot add using vista 32-bit. ^^ garfmaj,   you may try move folder instructed here: http://www.bugge.com/family-and-friends/illy/illy.html More discussions in Illustrator adobe

Thread: 8.10, new TV, messed up resolution :(

for 6 months have used computer mediacenter/seedbox on decent tv. crapped out , got new one. hooked up, had super messed resolution. ran command (really don't remember) ran through setup configuration asking keyboard layout etc. didn't work. deleted xorg.cong, didn't work. blank xorg.conf, didn't work. happens shows ubuntu name , loading bar, loads, @ 100% shows 2 of them in purple around screen. x isn't loading correctly. 01:00.0 vga compatible controller: ati technologies inc r430 [radeon x800 xl]cie) /var/log/xorg.0.log http://pastebin.com/m8200fa bump. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] 8.10, new TV, messed up resolution :( Ubuntu

Diferenciar en librería entre Uno y Due

buenas todos, resulta que el proyecto que estoy realizando necesito de usar 2 puertos serial "a la vez" y estoy empleando la librería softwareserial para ello. el problema es que en el arduno uno no puedes usar dos puertos serial creado de esta manera la vez. la cuestión es que una parte del proyecto no tiene esa necesidad y una de las librerías puede dejarse tal y como esta. para las otras tengo que adaptarlas el código pasando de un arduino uno un arduino due para poder usar sus puertos serial la vez. la cosa esta en que me gustaría poder saber cuando cargo la librería si es para el uno o el due, y de esta forma cargar un código u otro. creo que esto se puede hacer, pero no visto en internet ni en las librerías que tengo descargadas ningún ejemplo, y no se me ocurre que mas poner en google para buscarlo. si me pudierais decir alguna librería de ejemplo o algún enlace de ejemplo os estaría muy agradecido debes usar sentencias pragma las que ves...

Water Flow Sensor Problem

hi everyone, i have problem read 3 different water flow sensors. did wrong in program don´t know mistake. may can me volatile int flow_frequency1; volatile int flow_frequency2; volatile int flow_frequency3; unsigned int l_min1; unsigned int l_min2; unsigned int l_min3; unsigned char flowmeter1 = 2; unsigned char flowmeter2 = 3; unsigned char flowmeter3 = 4; unsigned long currenttime; unsigned long clooptime; #include <wire.h> #include <liquidcrystal_i2c.h> liquidcrystal_i2c lcd(0x27,20,4); void flow  () {   flow_frequency1++;   flow_frequency2++;   flow_frequency3++;   }     void setup() {   pinmode (flowmeter1, input);   pinmode (flowmeter2, input);   pinmode (flowmeter3, input);   serial.begin (9600);   attachinterrupt (0, flow, rising);     sei();   currenttime = millis();   clooptime = currenttime;   lcd.init();   lcd.backlight(); } void loop() {   currenttime = milli...

Thread: CAPT 64bit?

i've got canon i-sensys lbp3010, , i'm running karmic 64bit. used install 32bit drivers on old x86 system, need drivers 64bit system. please me i've searched lot, , find nothing? is there hope it'll work? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [ubuntu] CAPT 64bit? Ubuntu

Logo de Arduino, la historia detrás de él.

hola todos el día de hoy me encontraba redactando una pequeña plática que daré en un par de semanas acerca de arduino y pues bueno ya que hay demasiada tela de donde cortar, decidí preparar la ponencia con anticipación. mientras me encontraba escribiendo surgió la duda que originó este post... el logo. estuve buscando un poco en internet acerca del logo de arduino, o sea, que significa? por que escogieron ese logo, bueno la historia que hay detrás del mismo. aunque para mi mala suerte no encontré nada, inclusive en el foro encontré uno que otro post acerca de esto, pero final de cuentas eran meras especulaciones y nadie daba una definición aceptable. así pues vengo aquí preguntar si alguien de ustedes conoce la historia del logo de arduino y lo que realmente significa. sin más, saludos y gracias por tomarse la molestia de leerme. Arduino Forum > International > Español ...

__construct in php 4.x? - Joomla! Forum - community, help and support

hi y'all, i've taken few years off php activities , need jump start in evaluating joomla former client.  first impression excellent new framework i'm sure have many new converts.  couple of quick questions: i see classes use "__construct" constructors believe first appeared in php 5.0 yet system (according install manual) runs ok under php 4.3.  these constructors not executed if running under 4.3? also,  helpful if had nice framework diagram (class hierarchy, etc.) in form of wall chart (or three) or @ least sort of equivalent document can better assess capabilities extension.  happy compensate them if didn't have myself. thanks in advance, craig this not right place discuss such things. go developer forum , ask questions there. it true php 4 doesn't support __construct. joomla uses hack support __construct() on php 4. take jobject class. can find api reference on http://dev.joomla.org/component/option,com_jd-wiki/itemid,31/id,references:joomla.framewor...

Fallo en el programa en los resultados

Image
hola, realizado un programa que obtiene de un numero binario al azar en un array su número equivalente en decimal. el problema,  no sé porque falla en el resultado en una unidad. es decir si el número binario es 1000 su resultado es 7 en vez de 8. paradojicamente si el binario es 0001 da bien el resultado. los cálculos del bit en cuestion salen bien, el problema no se porque es al añadirlo en la variable "numbyte" al sumar cosa que no entiendo. el programa muestra el proceso detallado ver si alguien me puede detectar el fallo.  yo no le veo. ahí va el código : javi hs: code: [select] // calculo de un numero decimal desde un numero binario byte numero[4]={0,0,0,0}; byte numbyte = 0; void setup() {  serial.begin(9600);  randomseed(millis()); } void loop() {  numbyte = random(16);  for(int i=0;i<4;i++)  {    numero[i] = bitread(numbyte,i);  }  // muestro el array binario  serial.println("---------------...

Send data outs to PC via serial com DUE.

hi, guys. want transfer data out pc via usb serial or serial com port. but have following requirements. i acquiring data adc 8 channel. , stores value in buffer. now want is, want trasnfer data buffer pc after acquisition finished. so whenever adc finished conversion , prepared data should automatically send data out on gui. this not continues acquisition, happens @ intervals. on gui based on labview. but problem need keep gui running continuously data. not want again , again. if there other option ready take suggestion. thanks Arduino Forum > Products > Arduino Due (Moderator: fabioc84) > Send data outs to PC via serial com DUE. arduino

サポートされていない圧縮形式(AVI)

デジカメで撮影したaviファイルをプレミア6.0LEで開こうとしたら、「ファイルを開けません。サポートされていない圧縮形式で圧縮されています。」とメッセージが出て開けません。このフ ァイルwindows edia playerやrealoneplayerやクイックタイム では普通に再生出来ますが、プレミアで読み込むことが出来ないのでしょうか。 dvビデオカメラで撮影したaviファイルは問題なく読めます。 quicktime playerで読めるのであれば、いったん別形式で書き出してやるのはいかがでしょうか?(要プロバージョン) ※可逆圧縮の「アニメーション・最高品質」などをおすすめします。 Premiereコミュニティフォーラム (Japan) でのその他のディスカッション adobe

キャプチャ中にドロップフレームが生じます

premiere初心者です。 premiere6.0でラトックシステムズのieee1394ボードrex-pfw2wを使ってキャプチャしているのですが、キャプチャを開始するとすぐに「キャプチャ中にドロップフレーム が生じました」というエラーがでます。osはwindows2000proを使用しています。hddはata100で転送速度7200rpmです。rex-pfw2wの添付ソフトを使うとフレ ーム落ちすることなくキャプチャできます。なぜ、premiere6.0だとドロップフレームしてしまうのでしょうか?どなか教えてください。 nattoさん はじめましてshutterchanceです。 premiere6.0でキャプチャする場合、マイクロソフトのドライバを使用してキャプチャをするようなのですが、ラトックシステムズの ieee1394のボードはohci準拠なのでしょうか?ドライバによるものかどうか分かりませんが。後は一般的なことになりますが、hddのdma転送をonにしたり、常駐アプリケーション を外したりになりますでしょうか? premiere6.0の必要システム構成は満たして おられると思いますが念のため。 http://www.adobe.co.jp/products/premiere/systemreqs.html Premiereコミュニティフォーラム (Japan) でのその他のディスカッション adobe

Moving SWF to new location - broken XML

with lot of help, able nice flash slideshow work forum.  devleoped on development server , boss notified me need moved production today.  have uploaded files production server , error when swf loads.  when loading, reads xml file contains variables pass on use.  of varialbes move over, except images.  i've double checked path in xml file make sure image files in correct location , are.  xml , swf file in same location , used tag on development server.   <link>img_8.jpg</link>   i following error message -   error #2044: unhandled ioerrorevent:. text=error #2036: load never completed.   i've been night trying work , know it's lack of sleep killing me on this.  has simple.   help me please has path embedding html file changed?  that's determines path other objects. More discussions in ActionScript 3 adobe

erreur dans librairie TFT HX8357

bonjour tous, je commence savoir comment afficher, texte, ligne, rectangle rond ect ... sur mon hx8357c donc je voudrait pressent ajouter des image stocké sur la carte sd. quand je lance l'exemple present dans la librairie <sd.h> pour connaitre les fichier présent sur la sd, ça marche, donc la carte sd est bien lu et les fichier son la. quand je lance l'exemple "draw_sdcard_bitmap" qui est avec la librairie <tft_hx8357.h>, j'ai tout de suite un message d'erreur, alors que je n'ai rien touché. voici le message : code: [select] draw_sdcard_bitmap:17: error: 'file' not declared in scope draw_sdcard_bitmap:17: error: 'f' not declared in scope draw_sdcard_bitmap:18: error: 'file' not declared in scope draw_sdcard_bitmap:18: error: 'f' not declared in scope bitmap_functions.ino: in function 'void drawbmp(char*, int, int, boolean)': bitmap_functions:97: error: 'read16' cannot used function bitm...

Web interface on server with Arduino Uno

hi all, (new here understand if hesitant haha hope around awhile) i got put in position @ company trying revamp security solutions perimeter security. i want create prototype of how want system work using arduino. have esp8266 configured alongside ifttt send sms when our system triggered. triggering mechanism open switch. when open switch closed, our controller triggers dry contact output. esp8266 recognizes switch has closed , sends text phone (ex: "the system has been compromised!!") so our controller handles , sends output esp8266. want create arduino setup can tell if switch going off (like alarm) , able monitor on local network (or access on web anywhere). ideally want sms "texting" feature left intact. not sure if can hook esp2866 wifi capabilities arduino uno solve internet problem. i know specifics aren't here, hoping in form of guidance (links of tutorials/explanations). any questions have answer further along idea great. thanks! j ...

( ISO C++ forbids comparison between pointer and integer ) problem

hello everyone! i have part of code, when verify it, gives me eeror arduino: 1.8.3 (windows 8.1), board: "arduino due (programming port)"  error: iso c++ forbids comparison between pointer , integer [-fpermissive]        if(serial.available() == "enrfun"){ //enter room                                 ^ box1:142: error: iso c++ forbids comparison between pointer , integer [-fpermissive]        else if(serial.available() == "guestfun"){ //enter room                                      ^ exit status 1 iso c++ forbids comparison between pointer , integer [-fpermissive] and there part of code: code: [select] if(serial.available()){       if(serial.available() == "enrfun"){ //enter room       ...

Thread: system becomes unresponsive

for reason, after while of browsing internet, system slow crawl , become unresponsive. if manage close firefox, smallest application use significant amount of processor. looking @ system monitor right now, i'm barely registering activity @ 2 browser windows open , system idling otherwise. here's output of top @ startup top - 13:46:47 2 min, 2 users, load average: 1.22, 0.63, 0.24 tasks: 123 total, 2 running, 121 sleeping, 0 stopped, 0 zombie cpu(s): 2.6%us, 0.8%sy, 0.0%ni, 96.6%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st mem: 969268k total, 462712k used, 506556k free, 13208k buffers swap: 1253028k total, 0k used, 1253028k free, 237360k cached pid user pr ni virt res shr s %cpu %mem time+ command 5690 root 20 0 66096 30m 7772 s 2 3.2 0:02.76 xorg 6121 jacob 20 0 58156 29m 9228 r 1 3.2 0:02.80 compiz.real 6033 jacob 20 0 28484 5752 3304 ...

upgrade from studio 8 advice please

hi   i need take plunge , upgrade. have been happy studio 8 user 2 years. use dw 8, fl8, fw8 , flashpaper.   if upgrade cs4 web standard can see how dw, fl , fw upgrade.   but what's upgrade creating pdfs out of docs - have found useful.   is there sometihng in web standard that? don't want pay lots of £ adobe acrobat 9   so guess asking upgrade flashpaper? (or carry on working anyway...)   thanks in advance   edward More discussions in Creative Suites Windows adobe

Simulate Virtual Keyboard

hi, could offer inputs on simulating virtual keyboard similar windows on screen keyboard in flex/air? instance trapping key board , mouse events both flex / air application on browser (example, webkit browser) being launched flex / air application? in advance. if flex/air application has focus can listen key events.   here's code.   <?xml version="1.0" encoding="utf-8"?> <mx:windowedapplication xmlns:mx=" http://www.adobe.com/2006/mxml " layout=" absolute " applicationcomplete="init()" > <mx:script> <![cdata[ private function init(): void { stage.addeventlistener(keyboardevent.key_down, onkeydown); }   private function onkeydown(event:keyboardevent): void { trace (event.charcode); } ]]> </mx:script> </mx:windowedapplication> More discussions in Flex (Read Only) adobe

need flight plan / airport mileage extension - Joomla! Forum - community, help and support

im looking extension or way allow visitors site enter departure , arrival zip code areas , and have mileage or time calculated distance. need have airports large , small within region of united states. believe similar pilots flight plan, gives visitor ability choose departing , wanting arrive @ , gives them distance in mileage , calculates mileage dollars. there remotely out there? help. mod. note ot2sen: moving thread extensions directory forum --> 1.0/extensions/components forum Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x Components

Hyperlinking Authors? - Joomla! Forum - community, help and support

hello folks, i have question, see if there extension available or way this. each article shows author is, right, have author's name either hyperlinked contact form, or email take such "mailto:person@here.com the hyperlink form best of course reduce spam. can me out on this? thanks. i don't know of automatic @ moment.  may need modify content component provide email link or link particular contact form.  naturally, link contact form have little more work involved. Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x Components

Thread: RAID 0 With Different Drives

hello all, have 2 drive on ubuntu server. have 40gb ide 5400rpm , 80gb sata 7200rpm. @ possible raid 0 2 of these drive? know it's pretty unorthodox, it's i've got without having buy anything. if so, limits, cons, and/or potential pros of doing raid of these two? thank you! set in raid bios , try, if error. never tried array different models , capacity. Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [ubuntu] RAID 0 With Different Drives Ubuntu

Button or Switch Control

how control button and/or switch using arduino? ideally still have manual toggle, but  1 not required. input, riley what mean "control button or switch"?   do mean want read button arduino?  simple digitalread statement. or mean want arduino push button?  buttons connect ground many times needed drive 1 of pins on button ground.  or use transistor or relay make contact between 2 pins on button.  Arduino Forum > Using Arduino > Project Guidance > Button or Switch Control arduino

Thread: MP3 pioneers launch 'deluxe' file format

http://news.bbc.co.uk/2/hi/entertainment/8478310.stm a new music file format has been unveiled of key figures behind development of mp3. new file, musicdna, can include things lyrics, videos, artwork , blog posts, continually updated, music. has been created norwegian developer dagfinn bach, worked on first mp3 player in 1993. will drm-laden technology...woohoo! so when log in, music files automatically updated ads? , thing?(tm me) Forum The Ubuntu Forum Community Ubuntu Community Discussions The Cafe MP3 pioneers launch 'deluxe' file format Ubuntu

Validating Pages that use InContext Editing tags

when possibile validate pages incontext editing tags, when running through w3c validator? hello sallivan v2, this known issue w3c validation. take @ following tech note , related tutorial on extracting incontext editing mark-up in order pass validation: page containing incontext editing editable regions not pass w3c validation   applying unobtrusive incontext editing code best regards, corey More discussions in Web Developer Discussion adobe

Thread: uʍop ǝpısdn sı ǝdʎʇ ı buıɥʇʎɹǝʌǝ

d1ǝɥ pǝǝu ı 'ʎɐʍ ɹǝɥʇıǝ ¿uʍop ǝpısdn ı ɯɐ ɹo...uʍop ǝpısdn sı ǝdʎʇ ı buıɥʇʎɹǝʌǝ clearly, do. Forum The Ubuntu Forum Community Ubuntu Community Discussions The Cafe Cafe Games uʍop ǝpısdn sı ǝdʎʇ ı buıɥʇʎɹǝʌǝ Ubuntu