Posts

Showing posts from August, 2014

Saving images on Flash Memory of Arduino UNO

hello, i working on project need store bitmaps on arduino's flash memory. have been looking progmem libraries finding ways save strings , primitive data types. have been thinking of using byte arrays display image need images display in full colour on tft display. is possible save images on flash memory? thanks i'm pretty sure impossible nature of atmega. sd card shield or module. besides, code take decent portion of 32k or memory, leaving little image assuming it's possible. Arduino Forum > Using Arduino > Storage > Saving images on Flash Memory of Arduino UNO arduino

Jumpstart Jetson TX2 Dev Kit w/ Pi 3 - Raspberry Pi Forums

hi there, i'm building system used remotely , 1 of requirements our pi 3 able turn on our nvidia jetson tx2 dev kit in event shuts down. we're shorting power pins on jetson , works fine on jetson's end, having hard time getting of pins on our rpi 3 switch transistor ( http://pdf1.alldatasheet.com/datasheet- ... 123ap.html ) we're using off, can short power pins on jetson needed gpio on pi when doesn't receive ping jetson. suggestions or roadmap appreciated. thanks i don't understand. when " shorting power pins" mean connecting positive supply directly ground? sounds bad idea. datasheet linked not transistor. it's integrated circuit "charge control, monitoring 2, 3, 4 or 5 series supercapacitors" suspect simplest solution might relay module. http://www.instructables.com/id/control ... pi-and-a-/ raspberrypi

Thread: installation of RT8169 LAN card using driver cd

Image
installed ubuntu on windows. lan card (rt 8169) working fine xp pro. ubuntu not recognising hw in mac addr field showing 0's. have driver cd card having linux folder. pl suggest how install it. please urgent. rgds skumar i don't believe need drivers cd driver included in ubuntu install. please open terminal , do: code: sudo modprobe r8169 ifconfig do see ethernet interface, eth0 , perhaps? can click on network manager icon , connect? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] installation of RT8169 LAN card using driver cd Ubuntu

Faire un montage solide

bonjour, jusqu'ici, j'ai effectué tous mes montages sur plaque d'essai, mais je souhaites maintenant les faire de façon plus solide. exemple: je veux mettre un montage dans une boite, cette boite va bouger, tomber, voler .. etc. les connectiques vont très facilement se débrancher sur une plaque d'essais, comment y remédier ? avec ce type de câble , on ne peut pas résoudre le problème ? cordialement quote avec ce type de câble on ne peut pas résoudre le problème ? sûrement pas. mon point de vue : pas de carte uno mais une nano (c'est la même que la uno en format plus petit et à connectique à souder) une carte pastillée un fer à souder aucun câble enfiché, acceptable bornier à vis. Arduino Forum > International > Français (Moderators: jfs, Snootlab) > Faire un montage solide arduino

Command line not importing Python libraries - Raspberry Pi Forums

i using autostart run python 3 script on boot command line won't import python libraries needed in script. ideas? myles9 wrote: ↑ sun oct 01, 2017 11:43 pm ideas? provide more information. - version of python ? - libraries ? - how libraries installed ? - maybe post exact error messages get. raspberrypi

nRF24L01 receive from 2 transmitters?

i have few arduino boards nrf24l01 transceivers on them. have 2 boards sending sensor values , 1 receive them , putting in plx-daq spreadasheet. able either 1 work @ time, have not been able both send data , other 1 pick them both @ same time. this have 1 of sending (i used library tmrh20) code: [select] #include <spi.h>  #include "rf24.h" rf24 myradio (7, 8); byte addresses[][6] = {"0"}; struct package {   int id=1;   float moisture; }; typedef struct package package; package data; void setup() {   serial.begin(9600);   delay(1000);   myradio.begin();    myradio.setchannel(115);   myradio.setpalevel(rf24_pa_max);   myradio.setdatarate( rf24_250kbps ) ;   myradio.openwritingpipe( addresses[0]);   delay(1000); } void loop() {   myradio.write(&data, sizeof(data));   serial.println(analogread(a0));   data.moisture = analogread(a0);   delay(1000); } and respective receive: code: [select] #include <spi.h>  #include "rf24.h" rf24 myradi

Thread: The folder contents could not be displayed (Invalid argument)

Image
ubuntu 9.10 (karmic) nautilus - folder contents not displayed (invalid argument) nautilus reports following error when attempt view contents of folder: folder contents not be displayed (invalid argument). in case, unable view or access contents of folder. problem *seems* localized folders contain larger number of files. specifically, accessing freenas share multiple subfolders (at various levels) each containing .jpg (photo) files. can access of sub-folders , files fine. error when try accessing 2 folders contain larger number of files. these folders contain 1889 files (179 mb) , 9765 files (9.08 gb) respectively. of folders on share placed on freenas server @ same time via xp machine. remain able access these folders via xp without issue, not via ubuntu. other folders appearing @ same level in hierarchy accessible via ubuntu , have same permissions. navigating these folders using nautilus (i.e., gnome menu <places><network><

Can't get Nano board to show up in Device Manager

brand new @ , can't past step 0.  frustrating!  got nano boards (and other stuff, not important now).  know boards have ch340 chip, installed drivers those.  when plug board in, nothing happens in device driver @ all.  tools > port menu in arduino ide grayed out.  port see in device manager > ports (com & lpt) usb preloader (android) assume android device hooked kids not long ago (assigned com3).  absolutely nothing happens when plug in of 5 boards got.  seems windows issue, i'm @ loss.  tried unplugging usb didn't have have, disabled running in background (that blocking access serial ports firewall), etc.  , yes, rebooted.  not sure go here. the boards have 1 solid red led on , blinks every 2 seconds or when plug them in, if helps @ all...  (can't read led markings, magnifier on order!)  i'm running windows 10.  appreciated. don't use charge-only usb cable, perhaps....  :-) Arduino Forum

RAMPS 1.4 servo code trouble

i purchased mega 2560 ramps 1.4 tinker with.  perplexed trying program servo run on board.  trying run sweep example code.  there 4 servo ports on board associated pins 11,6,5, , 4 (i believe).  cannot them run servos.  can run example code on of other arduino boards.  blink code runs know board alive , well.  aware have set enable pin low play stepper drivers on board.  there enable servos?  have tried 4 ports , pins.  have verified power , ground.  don't have scope check pulse on servo pins. update - tied led 220 ohm resistor across servo port , has shifting glow should changing pwm signal.  looks code working.  signal must low level.  + on port measures 5v.  other arduinos move servo.  think ramps more powerful rather less since designed driving 3d printers.  have powered ramps unit 12v external power supply make sure wasn't lack of power usb connection.  here have experience ramps 1.4 shields? Arduino Forum

Thread: can vlc or other override my power managenet settings??

i have power management settings set screen go blank after 5 minutes. gets annoying when i'm trying watch video, , screen shuts off every 5 mins. need leave power management settings that. there way automatically disable power management settings when have media player playing?? help dave http://www.recipester.org/recipe:gri...layer_33163801 has option of disabling screen saver, set screensaver black screen? dont know if screen off enough way Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] can vlc or other override my power managenet settings?? Ubuntu

Wiring & DHT22 sensor

hi guys! i need solution long cable use of dht11 or dht22. it's possible use 2 wires (ex. 1 twisted pair) 1 sensor connection? want use appx. 300-500m of cable. me working idea/solution? in advance!!! solved - found link: https://www.facebook.com/spectrasrl/photos/a.482821358509202.1073741840.325515370906469/545481098909894/?type=3&theater Arduino Forum > Using Arduino > Sensors > Wiring & DHT22 sensor arduino

Prob with Article Thumbnails 2.07 and horizontal module styling - Joomla! Forum - community, help and support

hi all! here's prob unable find answer in forum. i'm developing geology-related website called http://www.geologia.fi uses @ on frontpage show a) latest additions, b) read articles, c) few random articles , d) news. in order achieve configuration copied module , placed in different module positions. in addition, defined own suffixes (main table class etc.) latest additions module since it's placed horizontally , has styling differs other modules. everything works fine except latest additions module (which lined horizontally). far i've been absolutely unable style module using table.at_element_table1 , table.at_element_table2 classes. no matter do, edits in css file not showing up. doing wrong? here's piece at.css file (with part i'm trying style horizontal module has suffix _uusimmat): code: select all table.at_element_table1_uusimmat {      border-width      : 0px;      border-spacing      : 0px;    border-style        : none;      border-color      : black;  

Printing problem in CS3

this 1 has me stumped. i'm printing using print w/preview epson 3800pro printer, no problem. on last few months on , off, after hit print button window in ps says "could not print xxx(doc.).psd because disk not available." it's random, i've tried rebooting, repairing permissions, printing hard disk, (internal , external). nothing works. on occasion, i've kept working on retouching , not trying print. after several hours i'll try print , prints no problem , continue ok days. several days later, same problem, , may stay "that way" several days. had problem last week, installed latest updates , fine until today. same problem. i don't know why window saying "could not print xxx(doc.).psd because disk not available." or means. can open document in ps or hard disk. won't print open document i'm working on, or other image document open. anyone idea go this? thanks jeff n >"could not print xxx(doc.).psd because disk not a

Making Joystick/Potentiometer Work Like a Counting Button

newbie here playing around, learning through experimentation, etc. i've connected 6 leds pwm digital pins (uno) , ps2 style single joystick. comments @ beginning of code describes setup. questions follow. code: [select] /*    joystick experimenting    ps2 joystick 2 potentiometers , button (press down on joystick)    6 leds in column connected w/ current-limiting resistors 6 pwm capable 'digital' pins    y-axis input changes led lit    x-axis input changes brightness of led lit    button press toggles leds on or off */ int ledarray[] = {3, 5, 6, 9, 10, 11}; //the 6 pins used leds boolean running = false; //button press starting value write 0 void setup() {   for (int index = 0; index < 6; index++) //could replace 6 pincount auto sizeof array   {     pinmode(ledarray[index], output); //sets , pwm pins output using array index sequence //not defining pinmode inputs, pins default inputs unless made outputs     digitalwrite(a2, high); //turn on pullup resistor b bu

[Cloturé] LCD2004 qui fait n'importe quoi...

bien le bonjour à toutes et tous, commençons par le début... j'utilisais une carte uno pour commander 2 ventilateurs, des leds, des leds strips derrière la tv, affichage t° pc et alim (c'est une ancienne alim de pc reconvertie pour alimenter les hdd externes, et autres périphs. tous les ports de l'arduino étaient utilisés analogiques comme digitaux, et le lcd 1602 (à ce moment là...) était branché en 0; 1; 2; 3; 4; 5 (0 pour rs, et 1 pour e) tous les périphs sont alimentés séparément de l'arduino, mais... le 1602 claqué. là, je me dit "tiens ! puisque je commence avec la voie série pourquoi ne pas séparer sur 2 arduinos, la uno, et une nano ! et mettre un lcd2004 pour afficher plus d'infos ! et surtout ne plus utiliser les tx et rx pour le lcd !" c'est chose faite ! mais tout comme avec le lcd1602, lorsqu'un relais déclenche, l'écran commence à clignoter, ou afficher n'importe quoi... (surtout à l'utilisation du bp pour la pom

Errors related to setup function/serial

hello everybody, recently i've been experiencing issues due , deleted of code try isolate problem. ended having few lines in setup function. please see video here: https://www.youtube.com/watch?v=ih82ua6rhbq i using board @ 115200 bps (i have transfer data , 9600 bps not enough if used @ full capacity). main concern board seems send hello message twice (see second 35). anybody idea wrong? many thanks, marius post code. Arduino Forum > Products > Arduino Due (Moderator: fabioc84) > Errors related to setup function/serial arduino

keep track of time of day with GSM module

i have gsm arduino sensor hook sleeps 15 minutes before uploading data database. want turn off overnight , considering using external clock or light sensor, figured gsm module has it's own ability check time. do of have easy way keep track of time using atmega internal cycles? problem being millis doesn't work while sleeping. i'm guessing i'll have keep track of number of sleep cycles (x 8s per cycle) + millis while arduino awake , use estimate time of day. that'll close enough, maybe every few days check , reset clock. or there i'm missing? Arduino Forum > Using Arduino > Project Guidance > keep track of time of day with GSM module arduino

actionscript/batch - keeps replacing files

i setup actionscript/file-batch opens pdfs , saves them using "save web" option. nothing major. however, because of new open dialog box pdfs in cs3, file name given. problem file name used every file opened in batch, , same file gets saved on , on replacing instead of creating new files. and because it's using "save web" instead of "save jpg" command (i better compression results) , can't use of "destination" options "starting serial number", etc., in batch dialog box. i tried leaving name empty in pdf open dialog box, same thing file named "untitled". what missing here? i'm sure it's simple. thanks, dave anyone, anyone... More discussions in Photoshop Macintosh (read only) adobe

Planificación proyecto nevera [INTERRUPCIONES] [SOLUCIONADO]

hola todos.... tengo un proyecto de refrigerador ( nevera para vinos ) con celdas peltier , sin embargo me veo un poco atrancado la hora de planificarlo con arduino : por un lado tengo el obvio sensor del interior de la nevera, un dht11 para medir temperatura y humedad de la habitación en que se encuentra la nevera, y otro (dallas ds18b20) para medir la temperatura de la zona caliente de la peltier (con idea de no tener todo el rato funcionando el ventilador de enfriado). un pulsador, un display 16x2 y un par de relés (peltier y ventiladores) terminan de configurar el hardware del proyecto. toda la comunicación está probada y todo funciona ok en un arduino nano . dicho lo cual, aquí el dilema que se me presenta. por un lado me parece un desproposito tener al arduino dando vueltas en su loop() como un loco para la simple tarea de termostato y visualizador de datos por pantalla que se le pide (solucion delay(10000) por ejemplo); por otro lado, puede recibir una pulsación para c

Found a bug and why your cursor selection is off 10 pixels.

problem: have selection cursor off 10 pixels. i found out why happening , can recreate in latest installment of photoshop cs4 (i'm using extended)(mac) step 1: make new document. (any size) step 2: turn ruler on (cmd or ctrl + r) step 3: view document in full screen mode menu bar (f once fill screen) step 4: create new document view (cmd or ctrl + n) step 5: using marquee tool, drag on stage see selection off pixels. step 6: @ top of document. you'll notice white buffer size of ruler. it's because of rulers, in fullscreen, creates ghost of when creating new document. please adobe... fix this!! =) also flash cs4 bug. action panel on mac cannot re-sized top....... adobe... seriously. hire me find these bugs out. the "inaccurately drawn selection" known problem video cards not compatible cs4's opengl. your choices either buy new video card on adobe's list of compatible cards; or disable opengl. More discussions in Photoshop Macintosh (read only)

Gegevens uit gebruikers account meesturen met formulier - Joomla! Forum - community, help and support

hi, waar ik aan denk het volgend: bij een bestelformulier dat gebruikers zien als ze eenmaal ingelogd zijn wil ik van de mogelijkheid gebruikmaken dat de accountgegevens als (echte)naam en e-mail  met het formulier meegestuurd worden. zodat de ingelogde gebruiker niet steeds zijn persoonsgegevens in een formulier hoeft in te tikken. er vast wel iemand die weet met welke variabelen de login werkt en hoe dat in het formulier moet. alvast bedankt! jeroen als je facile forms gebruikt vind je hier vast genoeg info: http://www.facileforms.biz/forum/ Board index Joomla! International Language Support International Zone Dutch Forum Algemene vragen

Thread: Some questions about i686 i386 machines

hey, have few questions machine types. difference between i686 , i386? how tell type have? happen if ran i386 release of ubuntu on i686 machine, , vice versa? thank if have entertained noobish enquiries. if have intel or amd processor thats 8 years old or newer not worry. i386 , i686 should both work. don't worry downloads should marked x86-32 or x86-64 64 bit. 32 bit programs should work fine though. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Some questions about i686 i386 machines Ubuntu

load cell

hi, i want make load cell wich send signal everytime quantity less threshold quantity, want use arduino yun, load cell , hx711 amplifier , problem i'm not hardware man, , dont know how make program in c reason, want make signal send iot installed in erp generate automatically purchase order everytime quantity threshold reached.someone can me plz? it isn't clear message, want learn diy or ask here you? if it's second may want ask in section of forum i'd try use either esp8266 wifi module, linked directly hx711, or cheap 328 arduino (uno/nano/ pro mini) bluetooth dongle.  yun unnecessarly  "heavy" in price & capabilities such simple task. Arduino Forum > Using Arduino > Project Guidance > load cell arduino

Photoshop CS3 Mac-Files are rewriting themselves... Help!

hello everyone, i'm hoping shed light on issue i've been having on past few days. so i'm in photoshop doing usual adjustments, when go save file saves totally different image 1 i'm working on. thumb of file isn't actual file, it's totally different one. today working in indesign , when opened project (that preflight , packaged @ end of previous day) indesign said there missing , modified links. thought strange. when updated photoshop files in indesign document, files different ones day previous. >:s i don't know if makes sense anyone, because i'm sure confused. if out there has insight, awesome! thank taking time read forum. kind regards you need explain in exact detail doing. i suspect doing wrong. More discussions in Photoshop Macintosh (read only) adobe

JCE mambot installatie failed - Joomla! Forum - community, help and support

Image
ik probeer ,nadat ik de jce com heb geïnstalleerd, de mambot ( jce_bot_jce_1_1_6b.zip )te installeren maar dan krijg ik failed create directory . alle mambot dir's staan op writeable  media/ writeable language/ writeable mambots/ writeable mambots/content/ writeable mambots/search/ writeable mambots/system/ writeable kijk eens met ftp in de map mambots/editors of daar een map jce in staat en twee losse bestanden (jce.php en jce.xml). mocht dat zo zijn: alles weggooien en daarna nog eens proberen. het een nogal groot bestand; misschien heb je een time-out probleem. je kunt dan ook nog een handmatige installatie doen via ftp - zie daarvoor op de site van de makers (cellardoor), daar staat een instructie. Board index Joomla! International Language Support International Zone Dutch Forum Joomla! 1.0 Mambots 1.0.x

Controlling WS2812B from RPi 3b - Raspberry Pi Forums

hello, own led strip one: https://botland.com.pl/paski-led-adreso ... results=30 tested raspberry pi 3b rasbian , raspberry pi 2+ ubuntu mate, usage of library: https://github.com/jgarff/rpi_ws281x connected outside power supply. data wire connected rpi's 18 port, led ground connected rpi ground. after supply turned, there 4 leds lighting green light, after running test library nothing changes, rpi cannot control leds. don't know if topic isn't more proper troubleshooting forum, if can appreciate. your led strip appears single wire controlled led strip. github code talks controlling leds 2 line interface using sclk , mosi. there no compatibility between code , led strip. sorry. raspberrypi

Powering with 3.3v - wifi not working

hi all, i'm connecting mkr1000 device has serial port monitoring. monitoring port of device has gnd, 3.3v, x , rx. use power th mkr via vin pin. the sketch wrote communicates device on serial1 pins , communicate mkr on wifi. works quite perfectly, except arduino not respond http requests. still work when connected usb , seem work on device alone. therefore i wondering if can caused fact provide 3.3v on vin ? read should providing 5v. why did work before/sometimes? is possible lean scripts still work on lower voltage , heavier ones dont? one other thing mention can see mkr connected in router, rssi etc. wifi chip still something. if power not ok, there other way use 3.3v? (since doubt i'll able 5v device) thanks feedback! its not "script" causes issues actual power requirements vs supplied. a phone charger micro usb supply's enough juice. i powered mine @ 3.7v on 3.3 line @ first because there slight voltage drop when wifi in use caus

Fieses Knistern aus dem DFPlayer Mini

hi leute, hat jemand mal einen dfplayer mini verwendet und kann mir sagen ob mein fieses geknister normal ist? wenn es nicht normal ist, irgendwelche ideen wie man das weg bekommt? die störgeräusche treten auf sowohl bei meinem verlöteten klinkenstecker, als auch, wenn ich den ton per kabel vom breadboard abnehme - den klinkenstecker der boxen halte/festklemme. das modul wird über einen uno mit strom versorgt und ansonsten über die minimalverkabelung (wie auf dieser seite gezeigt). diesem hängt noch ein 3x4 keypad von robotdyn. danke für die hilfe! der player braucht eine eigene spannungsversorgung. der strom aus dem arduino reicht nicht aus. bei meinem player ist das signal absolut sauber ohne knistern. ich verwende für den player und arduino jeweils einen eigenen regler. edit: im übrigen steht das auch in dem beitrag den du verlinkt hast. Arduino Forum > International

Logging Averaged Sensor Data

i have noisy sensor attached a2 on pro mini, need smooth out data before log sd card(or print serial monitor now). i'd calculate single mean based on window of 10 measurements @ 1 measurement per second (aka 1 measurement every 10 seconds) i've found lots of logging running averages create constant running mean based on last 10 measurements. i'd log single (averaged) data point every 10 seconds, opposed single (averaged) data point every second. thanks! quote from: vinterwoo on jun 26, 2016, 01:32 am i have noisy sensor attached a2 on pro mini, need smooth out data before log sd card(or print serial monitor now). i'd calculate single mean based on window of 10 measurements @ 1 measurement per second (aka 1 measurement every 10 seconds) i've found lots of logging running averages create constant running mean based on last 10 measurements. i'd log single (averaged) data point every 10 seconds, opposed single (averaged) data point eve

Thread: Get server information again

when first login server (either remotely via openssh or on server itself) gives like: code: linux benjamin-server 2.6.31-16-generic-pae #53-ubuntu smp tue dec 8 05:20:21 utc 2009 i686 access official ubuntu documentation, please visit: http://help.ubuntu.com/ system information of mon dec 21 22:14:03 nzdt 2009 system load: 1.16 memory usage: 8% processes: 73 usage of /: 21.8% of 4.58gb swap usage: 0% users logged in: 0 graph data , manage system @ https://landscape.canonical.com/ last login: mon dec 21 22:11:17 2009 what's command bring (obviously updated) information again? , perhaps instead of having "usage of" showing first partition (which in case above os install partition) how can set show partition? (like data 1 - want know about) the file determines login message /etc/motd. however, link auto built version in /var/run/motd. ve

Sending by mail image files from a folder - Raspberry Pi Forums

hi, have folder ( usb stick ) containing jpg files , want, if possible folowing actions. select file folder ( oldest ) send mail , after succes eliminate it take folowing 1 amd make same procedure until there no file left... exist way inside python script? in advance allways valuable answerds step 1. sort files in directory oldest shows first code: select all import os search_dir = "put full directory path here" os.chdir(search_dir) files = filter(os.path.isfile, os.listdir(search_dir)) files = [os.path.join(search_dir, f) f in files] # add path each file files.sort(key=lambda x: os.path.getmtime(x)) f in files: print(f) step 2. in loop, send out each file attachment can find information on how here: https://stackoverflow.com/questions/336 ... ttachments step 3. remove file directory code: select all def remove(path): """ param <path> either relative or absolute. """ if os.path.isfile(path): os.remove(p

can't install languages in 1.013 - Joomla! Forum - community, help and support

hi everyone, trying install french, , korean language packs.  seam install, when try publish them, "error"  1) has else had problem , know of solution? 2) also,  have flags package joomfish? korean flag doesnt seam included joomfish 1.7 installation fire2006 wrote: hi everyone, trying install french, , korean language packs.  seam install, when try publish them, "error"  your configuration.php file has writable able publish language. concerning joomfish, please post in joomfish forum. Board index Joomla! Older Version Support Joomla! 1.0 Language - 1.0.x

Displace filter problem in cs3

i trying use displace filter, texture/displacement map made. have saved .psd file, , won't work. can use ones came program, not ones make. sent texture friend cs2 (as jpeg file), , saved .psd file me, , works. i'm wondering why can't make own, save them , have them work me? can't expect friend me out! i heard lady, in same digital scrapbooking forum in, has same problem, cs3 bug? there fix? there way can work around this, able make own, , use them? can give me appreciated!! deb not known bug - displace picky files open (as noted in it, , readme files). More discussions in Photoshop Windows (read only) adobe

getting started - compiling

i'm trying compile first time using mac... using blink sample program. i following message when push upload.    (it long , seemingly repetitive cut middle out)  anybody know what's going on? arduino: 1.6.11 (mac os x), board: "arduino/genuino uno" /users/desktop/arduino.app/contents/java/hardware/tools/avr/bin/../lib/gcc/avr/4.9.2/../../../../avr/bin/ar: dlopen(/users/desktop/arduino.app/contents/java/hardware/tools/avr/bin/../libexec/gcc/avr/4.9.2/liblto_plugin.so, 2): symbol not found: _environ   referenced from: /users/desktop/arduino.app/contents/java/hardware/tools/avr/bin/../libexec/gcc/avr/4.9.2/liblto_plugin.so   expected in: /usr/lib/libsystem.b.dylib . . . . collect2: error: ld returned 1 exit status exit status 1 error compiling board arduino/genuino uno. this report have more information with "show verbose output during compilation" option enabled in file -> preferences. i don't know how fix correctly here

building PC for CS4, where to get advice

i build high-end pc use photoshop cs4 (under vista 64 bit). i've never built 1 before; i'm doing partly learn more how they're put together, , partly want - fast possible photoshop; watercooled; , very, quiet. most high-end computers seem designed gamers, not photoshoppers, , advice aimed @ gamers. i've searched web photoshop-specific advice, it's cs3, , not speed on things i7 cpu, , graphics card/s best cs4. can recommend site or sites kind of information - or there kind soul on forum answer few questions privately? don't have many - it's things ssds vs. velociraptors swap drive (and size ssd if so); big graphics card question: one, or 2 in sli/crossfire; , whether 16 gb of ram on top or way little. sorry take bandwidth on these questions, i'm hoping can direct me right place ask them. thanks mary a computer built run games photo editing fast asus p6t motherboard intel i7 , 3 each 2gig (matched) ram 6 gig of 3 channel memory ati 4870 looking @

Controlling hardware of RPI3 with C/C++ - Raspberry Pi Forums

hello. recently, i've been getting using c , c++, , wondering if use them for, say, controlling processor speed on fly. supported? if not, there other aspects of hardware of rpi can control or configure/tinker using c/c++? raspberry pi 3 model b+ the raspberry pi computer running linux , laptop. can write complex linux programs in c++ , can run them on pi. interfacing with linux done in various ways , importantly "everything file" means can change several things writing/reading files. hint : search "cpufreq" , "sysfs". , if you're beginner urge not conflate c++ , c. lead worst of both worlds , habits come bite later. ghans raspberrypi

Ethernet Shield 2 not responding

using arduino uno r3 , ethernet shield 2 i having problem serial monitor displaying gibberish uninstalled arduino ide , redownload arduino ide 1.6.10 installed anew. i reapplied wiz_ethernet_library-master. now, web server program not responding after being uploaded arduino @ all. it before. would have ideas problem may be? make sure right ethernet library being chosen arduino ide. when have multiple libraries have same file name see "multiple libraries found for" list of libraries found , 1 used in console when compile. Arduino Forum > Using Arduino > Programming Questions > Ethernet Shield 2 not responding arduino

Max7219 iwht 8x8 matrix, how?

Image
so started project in controll 8x8 led matrix ir sensor, , after research found out led matrix should on chip connects max7219 directly transforming in (i believe) i2c device. have max7219 chip not have chip place matrix , driver. i've seen montage without max 7219 takes waaaaay many pins (12 digital pins , 4 analog) leaving me no space ir sensor. besides, matrix displays nonsense. leave below image. code: [select] #include <frequencytimer2.h> #define space { \     {0, 0, 0, 0, 0, 0, 0, 0},  \     {0, 0, 0, 0, 0, 0, 0, 0}, \     {0, 0, 0, 0, 0, 0, 0, 0}, \     {0, 0, 0, 0, 0, 0, 0, 0}, \     {0, 0, 0, 0, 0, 0, 0, 0}, \     {0, 0, 0, 0, 0, 0, 0, 0}, \     {0, 0, 0, 0, 0, 0, 0, 0}, \     {0, 0, 0, 0, 0, 0, 0, 0} \ } #define h { \     {0, 1, 0, 0, 0, 0, 1, 0}, \     {0, 1, 0, 0, 0, 0, 1, 0}, \     {0, 1, 0, 0, 0, 0, 1, 0}, \     {0, 1, 1, 1, 1, 1, 1, 0}, \     {0, 1, 0, 0, 0, 0, 1, 0}, \     {0, 1, 0, 0, 0, 0, 1, 0}, \     {0, 1, 0, 0, 0, 0, 1, 0}, \     {0, 1, 0, 0, 0

Who is online module vraag - Joomla! Forum - community, help and support

hoi, ik probeerde de code van deze module in het nederlands te zetten maar op een of andere manier kan dat niet. zodra ik het woord guests verander en gasten gat het mis. hij laat het aantal niet meer zien. code: select all       {             $output .= jtext::_('we have');             $output .= ' ';             // guest count handling             if ($guest_array == 1)             {                // 1 guest only                $output .= jtext::sprintf('guest', $guest_array);             }             else                if ($guest_array > 1)                {                   // more 1 guest                   $output .= jtext::sprintf('guests', $guest_array);                } wat kan ik daar aan doen ?? groeten.. je zit in verkeerde file , ga naar languages directory , english.php zoek : /** whos_online.php */ define('_we_have', 'we have '); define('_and', ' , '); define('_guest_count','%s guest')

Errore durante il caricamento dello sketch

salve, ho un problema nel caricare il sketch. mi dice: lo sketch usa 1.848 byte (5%) dello spazio disponibile per programmi. il massimo è 32.256 byte. le variabili globali usano 186 byte (9%) di memoria dinamica, lasciando altri 1.862 byte liberi per le variabili locali. il massimo è 2.048 byte. errore durante il caricamento dello sketch. utilizzo windows xp. quale può essere il problema? metti il verbose nelle impostazioni e dacci l'elenco completo degli errori. qualcosa riguardo ld.exe  ?  se hai installato ide 1.6.10 ultimissimo, su xp me non compila causa del ld (linker) che da errore Arduino Forum > International > Italiano > Software (Moderator: leo72) > Errore durante il caricamento dello sketch arduino

Identifying diodes?

i have solar charger (batteryminder brand) adopted use arduino project. despite claims, thing not weather resistant & board lasted short time.  well; of components lasted short time.  rust not our friend. 10 resistors & 2 diodes rusted thru @ 1 end.  resistors easy identify (except 1 2x thick rest); 2 diodes standard 14n148 type diodes (one bit bigger).  not provide me support or schematics; on own fix it. there couple other diodes on board looked healthy , similar sizes; unsoldered them test them transistor/component tester.  1 tested out  diode uf=789 , ir=4na; other tested uf=704, ir=10ua -- note able test 1st 1 repeatidly , got similar results; 2nd 1 fails diode , sub 1.5 ohm in 1 direction , .6ohm other... (so have 3 diodes need identify). is there way know / guess diode work w/o schematic? markings can't see w/o proper magnification?  iow: there way can replace these diodes ? my camera has dead batteries, i'll go buy if pictures help... thanks

CAN bus communication to and from a Pi - Raspberry Pi Forums

hello, attempting turn pi, model yet chosen, simple plc using can bus protocol. wondering if pi supports can communication? also, planing on using c++ programing language execution speed. wondering if knows of libraries interpret can? ~ben the usual way use can controller (eg. mcp2515) connected spi interface pi. example : http://www.industrialberry.com/canberrydual-v2-1/ can bus supported in linux kernel socketcan , appears network interface. https://en.wikipedia.org/wiki/socketcan https://www.kernel.org/doc/documentatio ... ng/can.txt there test / debugging programs socketcan here : https://github.com/linux-can/can-utils there usb can interfaces available when last looked more expensive , intended used windows pc's. hope helps started. darren. raspberrypi

register_globals setting is 'OFF'! - Joomla! Forum - community, help and support

Image
hi, i feel quite stupid. when log in newly installed joomla! installation on internet found following warning: following php server settings not optimal security , recommended change them: php register_globals setting `on` instead of `off` so, spring action, , @ globals.php change offending variable. find? define( 'rg_emulation', 0 ); i must severely mistaken. suggested http://help.joomla.org/component/option ... temid,268/ what doing wrong? michel these 2 different things: php register_globals and register_globals emulation it may require host shut off - may able .htaccess statements, perhaps not. Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

error installing software - Raspberry Pi Forums

Image
hi guys, im starting raspberry, installed raspbian, , tried install vlc using: code: select all sudo apt-get install vlc but, had next error: code: select all dpkg: unrecoverable fatal error, aborting: files list file package 'libxxf86dga1:armhf' missing final newline e: sub-process /usr/bin/dpkg returned error code (2) here me? thank u in advance welcome raspberry pi forums. indication microsd card containing operating system has not been written correctly. similar previous forum post reported , resolved, see here: viewtopic.php?f=66&t=190007&hilit=newline#p1194280 raspberrypi

Thread: A couple problems

Image
first, can't display settings save whenever restart computer. i'm using nvidia's x server. once got desired settings gui, did terminal save: sudo nvidia-xconfig , said did. although, when restart computer, i'm 1 monitor low resolution. missing something? i'm using 190.42 driver. flash movies stopped working in firefox. i'm running 64-bit ubuntu, , got adobe's new 64-bit flash plugin linux. , worked! randomly stopped working. did install copy libflashplayer.so firefox plugins directory. since worked awhile figured that's needed do. also, about lugins looks fine. shows flash enabled both swf , spl, , it's showing correct plugin version (10.0 r42). ideas? , appreciated! nvidia-xconfig reset xorg , nvidia-settings default. should have use when wrong. try running, code: gksu nvidia-settings and once have everythign configured, click "write configuratio

Controlling DC motor overshoot

hello everyone, i working on project need relatively accurate , consistent positioning dc motor. motor sent command of position go to, , power cut motor @ target position, motor has overshoot , goes past target. i found arduino pid library , attempted use fix overshoot, , seems helping some, i'm not sure if i'm using properly. below sample of code of how i'm using it: code: [select] void leftfifteen() {       //checks see if window way or stopped in middle   midupcheck();   targetl = 167; //this desired position   if (!stopcheck(serialdata1)) {         if(enccountl > targetl) { //if current position > target position       leftwindow.setcontrollerdirection(reverse);       leftwindow.compute();       serial.println(f("decreasing angle of left window 15"));       downleft(speedl); //tell motor move @ specifc speed , direction         while (enccountl > targetl) { //runs while motor isn't @ correct position                 //checks requested st

MKR1000, does RTCZero affect millis()?

hi, below 2 set of codes. 1 using rtczero millis() while other using millis() only. seems former exhibits strange behaviour while latter behaves expected. doing wrong, or if rtc.getepoch() being called , disrupt millis() well? thanks. 1. rtczero , millis() #include <rtczero.h> #include <scheduler.h> rtczero rtc; unsigned long t0, t1;   void setup() {   serial.begin(115200);   while (!serial);     rtc.begin();   rtc.setepoch(1468456152); //some random epoch time   t0 = rtc.getepoch();   t1 = millis();   scheduler.startloop(loop2); } void loop() {    if ((millis() - t1) >= 500) {     serial.print(t0);     serial.print(f("."));     serial.println(t1);     t1 = millis();   }   yield();  } void loop2() {    if (rtc.getepoch() > t0) {     t0 = rtc.getepoch();   }   yield(); } result: 1468456155.1434 1468456157.1944 1468456160.2449 1468456163.2951 1468456166.3456 1468456169.3960 1468456172.4462 1468456175.4967 1468456178.5469 1468456181.5974 1468456184.64

Midi senden und empfangen in Ableton

hallo, ich bin neu in der arduino welt und kenne mich nur semipro mit der technik aus. mein vorhaben ist es ein drumset bestehend aus 5 piezo´s zu bauen. diese sollen via usb ein macbook geschlossen werden. die 5  piezos möchte ich in ableton frei belegen können um damit beispielsweise drums spielen zu können. nun ist die frage ob ein arduino uno alleine ausreicht? ich habe gelsesen das es shields gibt die irgendwie usb zu midi konvertieren? wie gesagt ich bin noch neu in dieser welt und habe weder von der programierung noch dem aufbau recht einen plan. ich habe bereits viel im internet geschaut und alles ich finde weißt immer darauf hin das ich ausser dem arduino uno noch weitere sachen brauche. kann mir jemand helfen? gruß aus hamburg marco hallo, ich bin kein großer musiker, aber ich denke es gibt das originale midi (mit dem runden stecker) und midi über usb. verstehe ich dich richtig, dein gerät soll als usb-midi gerät mac erscheinen ? dafür gibt es e

Thread: newbe with issue getting apache up and running

Image
hi all, im new ubuntu (installed first time today ) , have im impressed far having ever used windows before have 1 problem , thats getting apache , running (if working want php , mysql) ve downloaded latest version (desktop) , ve made sure ve created cd best copy , have no errors, have updated once installed suggests , have tried folowing instructions installing package life of me cant work error along lines of cant install dependancies if can assist me id greatful, have linux box linked windows home pc , laptop network seems work fine internet access, wanted web dev stuff on linux box frustrating me gibbo i suggest installing lamp complete web server. it's in repositories: code: sudo apt-get install lamp-server also, try reading howto: https://help.ubuntu.com/community/apachemysqlphp Forum The Ubuntu Forum Community Ubuntu Official Flavou

Using Arduino to control Mdrive Stepper motor

has ran mdrive stepper motor before using arduino control motion? any tips on this, have been running issues -- not being able communicate arduino board motor. post link datasheets motor , driver. i think have seen other threads these - try googling mdrive stepper site:arduino.cc if driver takes step , direction signals arduino can used. ...r stepper motor basics simple stepper code Arduino Forum > Using Arduino > Project Guidance > Using Arduino to control Mdrive Stepper motor arduino

Cloning Tool Preview: Can it be turned off?

it's cool feature, preview, cannot precisely see part i'm trying fixit's covered preview. i'm wondering if there way turn off "feature". thanks. -alex. the point of preview see not re covering replacing! can turned off in preferences. , if lower opacity of clone tool preview allow see through well. not there logic seeing under going clone in area gone , can move brush out of way see there? More discussions in Photoshop Macintosh (read only) adobe