Posts

Showing posts from January, 2015

Cant Upload programme into Arduino Nano

i've bought new arduino nano , tried uploading program onto it,but reason cant upload. this error msgs gave: arduino: 1.6.11 (windows 7), board: "arduino nano, atmega328" sketch uses 2,802 bytes (9%) of program storage space. maximum 30,720 bytes. global variables use 233 bytes (11%) of dynamic memory, leaving 1,815 bytes local variables. maximum 2,048 bytes. avrdude: stk500_recv(): programmer not responding avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xde avrdude: stk500_recv(): programmer not responding avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xde avrdude: stk500_recv(): programmer not responding avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xde avrdude: stk500_recv(): programmer not responding avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xde avrdude: stk500_recv(): programmer not responding avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xde avrdude: stk500_recv(): programmer

All I want is a Boolean variable

i have piece of code: code: [select] void setup() {   // initialize flag new press of button   boolean newpress = true;   // nominate port 2 sensing button state   int buttonstateport = 2;   // nominate port 13 powering led   int ledpowerport = 13; } void loop() {   // loop check button press   while (newpress == true)   {     // check state (high or low) of button port     if (digitalread(buttonstateport) == high)  // button pressed     {       // escape loop       newpress = false;     }     else     {       // wait while , check again       delay(10);     }   }   // assert: @ point button has been pressed , newpress false   // go on further processing } any attempt compile using arduino 1.6.9 greeted code: [select] latchingrelay:16: error: 'newpress' not declared in scope    while (newpress == true)           ^ latchingrelay:19: error: 'buttonstateport' not declared in scope      if (digitalread(buttonstateport) == high)  // button pressed                  

[Résolu] Petit problème de moteur pas-à-pas

Image
bonjour, voilà je fais appel à votre précieuse aide car j'ai un souci avec un bout de code qui ne veut pas fonctionner. j'essaie de faire fonctionner un moteur pas-à-pas dans un sens et dans l'autre. j'utilise un moteur 28byj-48 avec un driver uln2003apg , le tout connecté sur un arduino uno. des composants fournis dans un kit, tout ce qu'il y de plus basique je présume. j'arrive très bien à faire tourner le moteur avec la librairie "stepper". j'ai vu que pour faire tourner le moteur dans l'autre sens, il fallait indiquer le nombre de rpm en négatif (ex: -300). mais quand j'inscris un nombre négatif, le code se bloque.   j'ai exécuté la commande au ralenti pour voir un peu. voici le code : code: [select] #include <stepper.h> #define steps 64 stepper stepper(steps, 10, 11, 12, 13); void setup() {   serial.begin(9600); } void loop() {   stepper.setspeed(1);   stepper.step(10);   stepper.setspeed(-1);   stepper.step(10);

Idiotic problem: site does not work without index.php - Joomla! Forum - community, help and support

Image
hello, i have built 1 website , not work when writing address ( http://www.mysite.com/ ), shows blank page. need add index.php @ end display ( http://www.mysite.com/index.php ). as have guessed, newbie ...  i appreciate help. should change website displays when types http://www.mysite.com/ ? cheers it shouldn't that. have got (blank) index.htm(l) page there, perhaps either leftover or deafult page put host? Board index Joomla! Older Version Support Joomla! 1.0 Administration - 1.0.x

Things go back to how they were when I click "okay"

hi, have black fine line drawing, grey-scale. wish make lines bolder/darker. tried adjusting tone-curve under "image" , preview button of course selected.i adjusted line things appeared darker (as want) click "okay" go onto other things, drawing goes how before (there doesn't appear save button). can help? thanks, rachel you can apply curve @ 100% view away illusion... either image bitmap still, not grayscale, or image in grayscale mode, composed of 100% black or 100% white pixels, , in effect, still bitmap. curves won't effect these pixels. try blurring image (.2 - .5 pix) or better yet, upsample 2 times (from 300 600, or 400 800, etc) using bicubic or bicubic smoother , try curve. can downsample when you're done if you're trying keep file size down. mindful of fact may want file bitmap when you're done, optimal print quality. in case, upsample 800 - 1200 ppi @ size you'll print, apply darkening curve, , change image mode... bitmap...

No internet connection rpi 2 - Raspberry Pi Forums

hello trying rpi2 work plugged in router , thought should internet. not case. can ssh in when tried comand sudo apt-get update says it´s temporarly down. when try ping www.google.se nothings happens. can ping router connected , modem. not further should faults? day thought should trubleshoot connection , found auto day rpi2 not show in network. neither in router page or throug advanced ipscanner? have raspbian stretch new installed on rpi 2 raspberrypi

Help RFID-RC522

hi guys , i'm trying change default key rfid-522 device, entontrado within libs example (attached). with example managed change password, not understand program code, simplify program alone can change password. steps: a key 1.mostrar used. a key 2.autentificar 3.mostrar key b used. 4.autentificar key b. or if there way change default password of these cards in order provide them more security. -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Arduino Forum > Using Arduino > Project Guidance > Help RFID-RC522 arduino

[solved] Problem burning bootloader to Leonardo (TeeOnArdu)

hi everyone, i'm trying use leonardo midi device, using this: https://github.com/spark404/teeonardu/tree/arduino-1.6.7 but i'm getting error when try burn bootloader leonardo using arduino uno isp. - i've installed 1.6.7 ide - i've installed teensy ide ( https://www.pjrc.com/teensy/teensyduino.html ) - uploaded arduino isp sketch arduino uno - i've added teeonardu files hardware folder, can select teeonardo in board menu. - uploaded arduino isp sketch arduino uno but when select "burn bootloeader" this: quote arduino: 1.6.7 (windows 7), td: 1.28, board: "teeonardu, serial, english" java.lang.nullpointerexception    at cc.arduino.packages.uploaders.serialuploader.burnbootloader(serialuploader.java:314)    at processing.app.editor.lambda$handleburnbootloader$42(editor.java:2780)    at java.lang.thread.run(thread.java:745) error while burning bootloader. it's weird because time ago did no problem... any help? thank much

bizarre broblem i cant solve...

recently acquired reed switch! tried make simple relay it so wrapped reed switch 0.3mm width wire. when connect wire battery. works fine. tried 1.5 v aaa battery , small button battery. both worked however when connect reed relay made arduino doesnt work... so thought power problem. button cell provided 1.4v 45ma i guessing reed switch requires less 20ma operate arduino provides 5v 65ma. not lack of power thats causing problem. i used blink program on pin 13. when connect - , + of electomagnet wrapped around reed switch, pin 13 , gnd. led on pin 13 stops turning on. , reed switch doesnt operate. is there missing not seeing...? your gratly appreciated!! do have multimeter measure resistance of coil ? mean ohms dc current. Arduino Forum > Using Arduino > General Electronics > bizarre broblem i cant solve... arduin

Crumbuino-Mega ATmega2560 Übertragungsproblem

hallo liebes forum! ich habe mir vor kurzem einen crumbuino-mega atmega2560 bestellt. nun wollte ich diesen in betrieb nehmen, und die installationsanleitung von dieser seite sollte hiermit helfen: https://www.chip45.com/products/crumbuino-mega_arduino_kompatibel_atmega2560_modul_board_usb.php ich habe mir die datei " chip45-arduino-extension.zip" heruntergeladen und in den arduino ordner: lokaler datenträger (c:) -> programme(x86) -> arduino -> hardware -> arduino -> avr kopiert, wie man es sollte. (anmerkung: die "zip" datei ist noch für ältere versionen der arduino ide gemacht, wo der ordner "avr" noch nicht existiert hat. nach dem erfolgreichen kopieren dieser daten, kann man nun unter werkzeuge -> crumbuino-mega w/ atmega2650 auswählen, und z.b das blink-programm, ebenfalls von der seite aufspielen. doch nun kommt der fehler und die ganzen warnungen. code: [select] warning: board arduino:avr:bt328 doesn't define 'bu

Thread: Trouble modifying GRUB

i'm trying change grub in few ways. right now, i've got computer loaded windows xp, windows 7, , ubuntu. when computer boots up, opens grub, , defaults ubuntu, have option select windows 7, , after selecting windows 7 option come allows me select windows xp. (all oses installed on same hd) i'd 1) change default os 7, , 2) add windows xp grub boot menu. problem information editing grub tells me modify /boot/grub/menu.lst, but, far can see, file doesn't exist. instead, closest thing find /boot/grub/grub.cfg, file read-only. can tell me do, or file modify change grub settings? (or if there's program helps it) edit: i'm using karmic, if makes difference karmiic makes difference. ubuntu has changed grub, called grub legacy, grub2. menu.lst file doesn't exist anymore. should find instructions need here: https://help.ubuntu.com/community/grub2

Finally got USB boot working on RPi3, no thanks to Steve Jobs! - Raspberry Pi Forums

hi folks, having spent half day googling , struggling, trying raspberry pi3 boot usb media, i've managed it. since i've not found cause documented anywhere else, thought i'd mention on here. , if comes "oh yes, knows that", i'll go jump off nearest bridge! it's rpi3 , failing boot, despite otp bit being set correctly. getting black screen, i.e. hdmi wasn't being activated, screen stayed in standby , got single red led. tried booting off both wd labs 314gb usb drive , sandisk usb 2.0 16gb stick. both imaged stretch. tried imaging wheezy , had same outcome. numerous firmware updates suggested various sites, sifting through log files never knew existed sorts, no joy. answer... had apple keyboard, daisy chained mouse plugged usb port - having these connected enough stop thing booting! un-plugged , fired right up! in disbelief, plugged them in , rebooted , problem back! boot system, , plug keyboard in after i've got desktop! might have go , find

watchdog interrupt mode

ciao ragazzi, ho settato il watchdog per gestire la modalità interrupt senza che venga resettato arduino nano, ma di fatti il micro inizia blinkare un led e si impalla fino quando non lo si spegne manualmente. sapendo che nano soffrono di un problema col bootloader nella gestione del reset da watchdog e non volendolo flashare  con un altro bootloader, ho deciso di non farlo resettare quando scatta il wdt ma di gestire una azione tramite interrupt generato da wdt. ho dei dubbi sul corretto setup del wdt al fine di non fare resettare il micro ma solo chiamare interrupt. c'è qualche buon anima che mi può scrivete le due righe di codice per settare il wdt in interrupt mode only? grazie qui trovi tutto quello che ti serve sapere. Arduino Forum > International > Italiano > Software (Moderator: leo72) &g

List of template_css possible CSS with explanation - Joomla! Forum - community, help and support

Image
hello, some months ago, o found useful post, find list of possible joomla css code (which in template tutorial) short explanation of css for...but can't find know find sort of content ? glad every answer =) regards, alex i'm not sure, assume css works joomla. havent tested theory, dont quote me. have css experience or knowledge? or trying learn css , joomla @ same time? Board index Joomla! Older Version Support Joomla! 1.0 Templates & CSS - 1.0.x

Scanner problem / purchase suggestion

i've read through old threads old epson scanners not interfacing in cs3 , having problem well. but advice of using stand alone scanning , bringing files photoshop me tedious , creates unnecessary files aren't great workflow. i want able scan using photoshop > import in cs2 , other versions because easiest me, if masses here it's wrong way. if no 1 has suggested fix problem, other stand alone scanning, kind of interface need on brand new scanner work cs3? have been partial epson brand doesn't matter as work cs3. also on 10.4.11, 2x2 ghz dual-core intel xeon. "i want able scan using photoshop > import in cs2 , other versions because easiest me, if masses here it's wrong way." who's advice soliciting? that being said, used you. don't know if adobe loyalty, or bad experiences scanning utilities shipped desktop scanners in 90s, wanted twain acquire much. vuescan works great , $40. advantage of vuescan (or scanning software not plugged

Ultimate GPS Logger Shield with Garmin Sonar Readings

hello everybody, i'm having troubles "ultimate gps datalogger" adafruit. have garmin sonar connected "ultimate gps datalogger" , arduino uno. garmin sonar sends strings information depth, read strings datalogger. shield able read/write both gps position , string.   however, problem after couple of readings stops. after 10 readings, after 3 readings. during last reading, shield logs first reading sonar , stops @ moment when should read gps signal. surprises me if reset datalogger, without problem starts logging again, , stops after seemingly random number of strings. however, when try log gps signal, code, there no problem.   anyone encountered similar problem adafruit ultimate gps datalogger? can arduino uno hasn't sufficient capacity run code? in case has experience logging string coming out sonar, advice highly appreciated. thanks beforehand,   esteban caligaris, asuncion, paraguay p.d.: code i'm using: code: [select] #include <softwareser

Has anyone programmed the Zero using SWD?

development pretty finished on 0 board looking @ producing custom board. save complication , board size hope program board using swd. has used swd programming in real project? can find plenty of theoretical uses can't find has used swd programming capability, if has been done there must here has done it. the plan. transfer arduino sketch atmel studio 7 since not though arduino ide has way of emulating swd. use atmel ice. program samd21g using minimum number of pins (5?) configuration. swclk, swdio, reset, ground, 3v3 (which looks though atmel ice reference voltage only). looks though bootloader not required (sorry, pretty new microcontrollers). questions please. does plan sound ok in practice or have missed important? do need 2 0 ohm resistors in swd signal lines? i keep programming wires short possible - 8 inches ok? it nice able create little swd users guide in thread because sure not 1 plans this. thanks lot, brian it explain @ least once swd stand

Aclaración de código... controlar servo con potenciometro lineal (SOLUCIONADO)

Image
hola  a todos !!! como algunos saben ando utilizando servo para controlar el enfoque en cámaras de video etc. me encontre con esto   esta en ingles espero no sea un problema     al parecer lo que hace, es que controla el movimiento del servo con un potenciometro lineal. básicamente lo mismo que podemos hacer con  el ejemplo de servo (knob) que esta integrado en arduino mi pregunta es.... por que necesita  hacerlo tan diferente ?? el resultado es el mismo o no? de antemano gracias el resultado es mismo; de hecho. según lo que entendí del código ese, las extras que tiene son para dos cosas: botón de "modo programar": este modo es para determinar y "memorizar" el ángulo máximo de giro (la proporción con el potenciómetro se ajusta basado en el máximo). advertencia: de este modo se debe salir lo más pronto posible, porque como está el código, se escribe la eeprom cada 2 milisegundos aprox.; lo cual agotaría la vida útil de la dirección c

Caricare sketch su Arduino Mega tramite Arduino Uno

Image
ciao tutti ho un problema...il convertitore seriale usb dell'arduino mega si è fuso. si potrebbe usare arduino uno senza atmega per caricare sketch sul mega? ho provato collegarlo come se volessi caricare uno sketch su arduino pro mini quindi collegando tx rx reset 5v e gnd ai rispettivi pin. il risultato è questo errore: avrdude: stk500v2_receivemessage(): timeout avrdude: stk500v2_receivemessage(): timeout avrdude: stk500v2_receivemessage(): timeout avrdude: stk500v2_receivemessage(): timeout avrdude: stk500v2_receivemessage(): timeout avrdude: stk500v2_receivemessage(): timeout avrdude: stk500v2_getsync(): timeout communicating programmer ho letto molti post riguardo ma tutti parlano di caricare bootloader, non sketch e non su mega2560. ho sbagliato qualcosa nei collegamenti o quella di usare arduino uno solo come convertitore seriale è proprio un'operazione che non si può fare? grazie in anticipo tutti coloro che vorranno aiutarmi un aiutino p

Error - "Invalid argument supplied foreach()" - Joomla! Forum - community, help and support

i have error showing on pages. says: warning: invalid argument supplied foreach() in /home/thepfj/public_html/site/components/com_comment/joscomment/properties.php on line 160 not sure what's causing it... ideas how fix it? reference, i've got @ http://www.thepfjradio.com.au/site/ sorry, realised says "joscomment" in error's url. please delete topic, i'll post in extensions category. Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Genuino Uno and servo issue on Macbook Pro

hi everybody, i've problem genuino uno on macbook pro retina 15, i've control servo motor (savox sc-1268sg) , after have created object arduino, following code: a = arduino('/dev/tty.usbmodem1421','uno', 'libraries', 'servo') i create servo object with: s = servo(a, 'd3', 'minpulseduration', 1000*10^-6, 'maxpulseduration', 2000*10^-6) on digital pin 3 (pwm). theoretically command: writeposition(s, 1) the servo should move on maxpulseduration correspond 100° instead matlab returns message: "the host , client connection lost. make sure board plugged in , recreate arduino , related objects." conversely if move servo pitch 0.01 initial position: 0.5, 0.51, 0.52, etc. command line, servo moves; instead if use cycle: for i=0.5:0.01:1   writeposition(s, i); end matlab returns same error message above. instead if add pause(5e-5) after writeposition(s,i) seems work. i don't understand issue. anyone know why

Thread: PanP4 w/Karmic has no video output

sorry tom, bad penny has turned again! has been upgrade karmic on panp4 until tried skype evening. sound, no video. tried cheese. shows test pattern & raster. looks cheese inoperative. nvidia driver 185.18.36 system76 driver package 2.4.0 lsusb lists ali corp usb 2.0 camera. skype show usb 2.0 camera under video settings gui, test nothing. note: skype not appear in 9.10 repos. went skype site , downloaded latest 64 bit skype available, 8.10. installed, deleted , reinstalled. no luck. next???? need help. granddaughter in fort collins needs see grandmother in ky! see granddaughter fine. , once again, tom. bill julian could try ekiga softphone via live 9.10 64-bit cd? should work out of box , rule out hardware problem before start digging it. if want call me when booted live cd, i'll walk through getting ekiga working.

Monitorare in watt la corrente assorbita...ho trovato difficoltà

Image
ciao tutti, ho un grosso problema da affrontare che mi porto avanti da troppo tempo. ormai il mio sistema domotica è completato, manca solo la gestione dei consumi. ho cercato in lungo e in largo, ma non ho trovato niente che potesse aiutarmi, solo progetti che misurano l' assorbimento tramite una fotoresistenza (enerduino) e progetti che misurano con t.a solo la corrente apparente non considerando il cosfi. il mio sistema è abbastanza complicato da spiegare, mi limito solo concentrare la parte per voi importante. utilizzo arduino mega per la gestione di 96 ingressi digitali e restanti segnali analogici e invio dati tramite serial port al mio software di tutti gli stati cambiamenti avvenuti quindi, traffico seriale quasi nullo. vorrei dedicare arduino uno solo per la gestione di almeno 4 o piu t.a per il controllo o meglio, per il monitoraggio degli assorbimenti di 4 fasi differenti. vorrei sviluppare un' hardware dedicato, praticamente uno shield con 4 ingressi ed in

Raspberry PI won't come up - Raspberry Pi Forums

hey all, i'm learning raspberry. got delivered today, ouch ! won't come up. i'm using hdmi / vga adapter , downloaded latest release of noobs on micro sd , won't come up. when plug in power lead can see it's booting monitor remains in power-saving mode. can ? need modify config file ? shouldn't come on own out of box ? markuk wrote: ↑ sat aug 19, 2017 2:49 pm hey all, i'm learning raspberry. got delivered today, ouch ! won't come up. i'm using hdmi / vga adapter , downloaded latest release of noobs on micro sd , won't come up. when plug in power lead can see it's booting monitor remains in power-saving mode. can ? need modify config file ? shouldn't come on own out of box ? depends on hdmi - vga adaptor, maybe post link ? raspberrypi

Traffic light with button problem, help guys :)

if hold on pressing button traffic lights change , i wan cancel please, help? code: [select] const int greenpin = 4; // green led pin const int yellowpin = 3; const int redpin = 2; const int buttonpin = 12; int ali = 0; void setup() {   for (int = 2; <= 4; i++) { // setting outputs   pinmode(i, output); } pinmode(buttonpin, output); } void turnlightsoff() { // function   digitalwrite(redpin, low);   digitalwrite(yellowpin, low);   digitalwrite(greenpin, low); } void loop() { boolean  buttonstatus = digitalread(buttonpin);   if (buttonstatus == high) {     delay(1000);  if (buttonstatus == high) {     ali = ali + 1;     if (ali > 2) {  ali = 0; }   }  } if (ali == 0) {   digitalwrite(greenpin, low);   digitalwrite(redpin, high); delay(500);     }   else if (ali == 1) {   digitalwrite(redpin, low);   digitalwrite(yellowpin, high);delay(500);   }   else if (ali == 2) {       digitalwrite(yellowpin, low);   digitalwrite(greenpin, high);delay(500);     }     else   {     tur

($tpl); ? - Joomla! Forum - community, help and support

Image
i looked through beginners tutorial , able understand of being documented directly or implied reference, except this....($tpl); code: select all class helloviewhello extends jview {     function display($tpl = null)     { ------------------ ------------------ ------------------ ------------------         parent::display($tpl);     } } $tpl defined , used , not mentioned @ in tutorial, leaving poor newbies me in dark. question : $tpl ? used ? defined ? there global $tpl? i above example taken tutorial, $tpl  defined null , call parent jview made null. why bother defining @ ? i'm sure there reason this. if explained. thanks. p/s tutorials simple , clear. , have effect of supressing cryptic joomla classes , terminologies, perhaps speak php only. fine that's langauge j! built upon. thank tutorial. hi, jalil wrote: i'm sure there reason this. if explained. thanks. if drill down jview class wil find display() call loadtemplate($tpl) create filename template load. this filename

Have Mac version of Photoshop CS3 need Windows version

thought post here , see if had windows version of photoshop cs3 trade mac version. mine full version box , came it. installed , activated 1 time less month. i switched windows version mac version when thought going on mac full time. job requires pc need switch , adobe says 1 switch allowed :-( i'll pay shipping, i'll throw in previous router upgraded. it's d-link 624 4 port router, 802.11g. [link deleted] thanks in advance. leah, nothing personal. please aware forum not craig's list, neighborhood swap meet or other trading venue. , there software piracy take time vet offer. >it installed , activated 1 time less month. be aware if sell or trade software privately, it's not simple swap. have deactivate , uninstall software system, delete/destroy copies, , provide proper paperwork new owner, including adobe letter of transfer of license, plus original disks, etc., new owner register software in name , entitled upgrades. and aware value may issue @ point, ad

CS3 Crop Tool, this is Driving me NUTS!!

hello, wondering if can tell me stupid little thing missing crop tool. i have done before...what want have crop tool set @ fixed dimension, without resampling let's have picture set 72ppi, that's 8"x8". , want crop tool fixed @ 150px 90px, res: 72ppi. happening is, crop tool dragging entire span of picture, , resampling selection size specified in options bar above. don't want what want happen when click , drag, fixed 150x90px box appears, can't make bigger that...i have done before....but reason cannot find option turn of resampling, or matter options deleting cropped out space or hiding it. it's driving me nuts!! appreciated. thanks lot, try putting 150pxx90px in crop tool dimensions leave resolution field blank. More discussions in Photoshop Windows (read only) adobe

How do I extract a CLEAN version of this image ?

this stock photo. (www.bobtaylorproductions.com/psinfo) using photshop (and i'm nubie here) how extract clean (and mean clear edges) copy of this. i'm taking swish , trying make white background transparent, keep getting fuzzy edge artifacts around cd's . how make them sharp in photoshop first or how create nice clean transparent background edges of cd's sharp? please sensitive fact i'm learning photoshop bob, tool using make selection? smaller of 2 cds, looks need go select>modify>contract, enter in necessary number of pixels make selection smaller (to rid of white outer circle around cd). also, sure haven't specified amount of feathering selection. should keep selection edges nice , crisp. More discussions in Photoshop Windows (read only) adobe

Thread: Can't install xbox 360 controller drivers in Karmic

hi. relative linux noob. able 360 controller driver working in jaunty no problem. ever since have upgraded karmic, having trouble it. followed instructions here: https://help.ubuntu.com/community/xbox360controller , here output when try compile via "make": code: ~/xpad$ make make modules -c /usr/src/linux-headers-2.6.31-14-386 subdirs=/home/organic/xpad make[1]: entering directory `/usr/src/linux-headers-2.6.31-14-386' cc [m] /home/organic/xpad/xpad.o /home/organic/xpad/xpad.c: in function ‘xpad_wireless_connect’: /home/organic/xpad/xpad.c:291: error: implicit declaration of function ‘info’ /home/organic/xpad/xpad.c: in function ‘xpad_open’: /home/organic/xpad/xpad.c:382: error: ‘struct input_dev’ has no member named ‘private’ /home/organic/xpad/xpad.c: in function ‘xpad_close’: /home/organic/xpad/xpad.c:408: error: ‘struct input_dev’ has no member named ‘private’ /home/organic/xpad/xpad.c: in function ‘xpad_probe’: /home/organic/xpad/xp

Se cuelga mi Raspberry - Raspberry Pi Forums

hola todos me presento mi nombre es david, soy nuevo en el foro , soy de argentina , rosario, tengo una raspberry pi 3 con raspbian descargado de aqui e instalado en la sd con etcher, anteriormente tenia noobs, e instalaba raspbian desde ahi, uso raspberry con la pantalla touch de 7", y con una instalacion limpia solo instalo mono-complete , para ejecutar una app echa en c# , para controlar arduino mediante socket tcp, funciona todo bien , pero cuando me voy dormir y dejo todo funcionando , al siguiente dia me levanto y me encuentra con la raspberry tildado la imagen congelada y los 2 led de la raspberry encendidos fijos, la unica forma de volver arrancar es desenchufando y volviendo enchufar, lo alimento con una fuente de 5v 2,5a. la compre en ml , para raspberry dice en la caja de la fuente. alguien podria ayudarme? nadie sabe que puede ser? raspberrypi

Toevoegen aan de database - Joomla! Forum - community, help and support

Image
hallo allemaal, hoe kan ik zorgen dat code wordt toegevoegd aan de database met mijn eigen gemaakte component? het gaat om een selectbox en een upload veld. code voor selectbox: [php] global $database; // alias 'value' , 'text' fields , array will // in correct format. $users = array(); $users[] = moshtml::makeoption( '0', 'selecteer bedrijf' ); $database->setquery( "select id value, username text #__users" ); $users = array_merge( $users, $database->loadobjectlist() ); // selected users ficticious table. // need 'value' lookup selected options. $database->setquery( "select id value #__users_selected" ); $selected = $database->loadobjectlist(); // creates html. // note 'multiple="true"' required make html work properly. $html = moshtml::selectlist( $users, 'user_ids',       'size="1" class="inputbox"', 'value', 'text', $selected ); echo $ht

Problem with Arduino MKR1000 on my Macbook Pro

hi guys: i have problem on using arduino 1.6.10 ide arduino mkr1000. can find arduino mkr1000 on board , port. when trying upload blink example it. shows me message. /applications/arduino.app/contents/java/arduino-builder -dump-prefs -logger=machine -hardware "/applications/arduino.app/contents/java/hardware" -hardware "/users/mikelo/library/arduino15/packages" -tools "/applications/arduino.app/contents/java/tools-builder" -tools "/applications/arduino.app/contents/java/hardware/tools/avr" -tools "/users/mikelo/library/arduino15/packages" -built-in-libraries "/applications/arduino.app/contents/java/libraries" -libraries "/users/mikelo/documents/arduino/libraries" -fqbn=arduino:samd:mkr1000 -vid-pid=0x2341_0x804e -ide-version=10610 -build-path "/var/folders/_n/0t1_bg117lj9krbtsfxy010m0000gn/t/buildd5ae82e677127ac286f51de66781d807.tmp" -warnings=none -prefs=build.warn_data_percentage=75 -verbose &qu

Smudgy Mark

hi all, i trying restore image http://uk.youtube.com/watch?v=f303faxza8o as can see grey smudge mark quite large, have tried median, surface blur dust/ scratch, gausion blur etc, no avail. tried clone , patch looks worse. any ideas please, desperate fix wife. is plugins type of thing? thankyou in advance josel josel: <br /> <br />it looks should pretty easy remove healing brush. it's hard tell detail present in image video post. maybe post cropped version of photo pixentral.com , can see works best. <br /> <br />it appears i've cleaned quite nicely in below post, hard tell detail needs matched. <br /> <br /> <a href="http://www.pixentral.com/show.php?picture=19pkt7866xdsusp36icutl759b1zd1" /></a> <img alt="picture hosted pixentral" src="http://www.pixentral.com/hosted/19pkt7866xdsusp36icutl759b1zd1_thumb.jpg" border="0" /> <br /> <br />j More discussions in Photosho

How to enable chromium browser's java plugin - Raspberry Pi Forums

@all trying enable web java application on raspberry pi. openjava has been installed on it, couldn't java plugin needed binaries( libnpjp2.so , libjavaplugin_oji.so ) . know how enable java plugin chromium browser in r-pi? thanks! this article might give someplace start looking: https://www.chrisnewland.com/raspberry- ... dfloat-295 didn't think there browsers run java plugin more. i've not seen plugin pi. don't know means java web start apps either. raspberrypi

Manage Another Exisiting Mysql database with Joomla - Joomla! Forum - community, help and support

hey, i want know if possible manage existing mysql database joomla. notice joomla creates own database possible use joomla connect or use manage existing database? . jorge hi look these extensions http://extensions.joomla.org/component/ ... itemid,35/ http://extensions.joomla.org/component/ ... itemid,35/ Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information Archived Boards - All boards closed Development

'Save as' in CS3 action doesn't change to target directory

i re-built pc vista x64 , re-installed ps cs3 scratch upgrading 10.0.1 auto update. need lr2 integrate. since re-build (i on xp x64 previously) 1 of actions includes 'save as', saves image specified directory , jpg (not directory image opens from), unexpectedly displaying 'save as' dialog, waiting manual input. opens on source image directory, suggesting it's ignored suggested destination path, , suggests psd file type rather jpg suggested in action. seems looking input because thinks i'm trying overwrite original image file. anyone else seeing issues running under vista x64? thanks, paul figured out! images in 16bit , weren't converting 8 bit before save action hit, hence dialog! all working fine now. cheers, paul More discussions in Photoshop Windows (read only) adobe

Scan odd size b&w neg

using canoscan 8400 in phostoshop cs3. when try change input size, photoshop tells me can't. think old 120 film. anyway scan odd size neg? no special tray canoscan purpose. laurie, >when try change input size, photoshop tells me can't. think old 120 film. it's not photoshop, scanner software limiting can here. check limits of resolution or pixel size or file size scanner. there may limit don't come against 35mm film, larger formats. neil More discussions in Photoshop Macintosh (read only) adobe

arduino pwm dac behaving very strange

hi, i have java code sends pcm recorded sample esp8266 via wifi, in turn sends data arduino via serial plays sample using pwm dac. using timer1 fast pwm carrier frequency whereas timer2 used set sample rate. please see below code snippets. 1. arduino code code: [select] #include "arduino.h" #include <avr/interrupt.h> // use timer interrupt library void setup() {  serial.begin(400000);  //serial.begin(266666);  /****set timer1 8-bit fast pwm output ****/  pinmode(9, output); // make timer's pwm pin output  tccr1b = (1 << cs10); // set prescaler full 16mhz,  tccr1a |= (1 << com1a1); // pin low when tcnt1=ocr1a  tccr1a |= (1 << wgm10); // use 8-bit fast pwm mode, count 0-255, , duty cycle set ocr1al(ocr1a lower byte)  tccr1b |= (1 << wgm12);  //freq calculation: @ 16mhz, time taken count till 255 (1,000,000/16,000,000)*256usec=16usec  //freq 16,000,000/256=62500hz=62.5khz,  /******** set timer2 call isr ********/  tccr2a = 0; // no opt

Thread: Booting Ubuntu 9.10-Xen kernel

i have installed xen kernel ubuntu, , when try boot it, says "you must load kernel first." do? you should read on how hypervisors work. you'll need one. http://en.wikipedia.org/wiki/hypervisor Forum The Ubuntu Forum Community Ubuntu Specialised Support Virtualisation [ubuntu] Booting Ubuntu 9.10-Xen kernel Ubuntu

Trasmettitore Contatore WIFI

Image
salve tutti, dopo un bel po' di tempo mi sono rimesso spippolare con arduino... sono alle prese con un trasmettitore wi-fi ( nfr24l01+ ).. il mio progettino consiste in un trasmettitore che attiva in remoto un rele per tot volte ( contate ad ogni trasmissione ) al raggiungimento di un valore impostato in partenza il trasmettitore si blocca e il giocatore deve tornare farlo riattivare.. serve per un controllo di quante palline il giocatore usa.. troppe = rimessa di soldi per il gestore.. vado al nocciolo del problema.. ho composto il codice sbirciando vari esempi tra menù, keypad, lcd e rf24.. nel complesso funziona quasi tutto, ovvero: il menù ( menwiz ) funziona egregiamente... fra l'altro ho cercato di utilizzare la tastiera prima per impostare il valore delle palline e successivamente per il conteggio e funziona... lcd funziona... keypad funziona... contatore funziona....  il problema è che quando inserisco la riga per far trasmettere il codice alla ricevente si bl