Posts

Showing posts from May, 2014

Thread: Why is X11, circa 1987, STILL being used?

i know there number of limitations it, why isn't there new project new code try replace it, kde 4 or gnome 3 compared earlier versions? x11 dates 1987 evolved since then. suggest check details x11 @ wikipedia: http://en.wikipedia.org/wiki/x11 Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Desktop Environments [all variants] Why is X11, circa 1987, STILL being used? Ubuntu

BOOTBOOT Loader - Raspberry Pi Forums

Image
dear fellow raspberry pi 3 hobby os developers share nice little boot loader raspberry pi 3 you. offers easy way boot ramdisk image gpt disk. sets 32 bit framebuffer , maps kernel in higher half of memory. open source , free software, licensed under public domain . targets micro-kernels, , supports elf64 , pe32+ executable formats. comes without warranty in hope useful. rst helping me out mmu on aarch64. edit: documentation available in pdf . how use 1. first of all, you'll need higher half linked kernel binary. example, see sample mykernel.aarch64.elf . loader focuses on micro-kernels, should small, , should fit in 2m memory block. can use sample's source starter own kernel. 2. along other files, put micro-kernel binary in archive file. can use tar or cpio (hpodc, newc or crc variant) or other format like. if choose format loader not understand, make sure first executable in kernel. can optionally compress archive gzip, although not recommended uncompression c

Movement Sensor

hi guys, i need simple complex project newbie me. i need create 4 tiny sensors (as small possible, including battery), once moved send wireless signal box turn on led. so exemple, if put sensor on door , door move, turn on green led on wireless box. i guess need type of tiny wireless accelerometer. don't need know direction moves, nor velocity, nor speed, nothing. fact moved fine. another idea had put magnet on door, , use magnetic sensor see if it's close or not. need 4 inches away don't know if work. remove whole wireless part. any ideas? .. door thing exemple. what orientation requirements? sensor upright? kind of movements? drastic door swings or down vibration sensing? affixed sensors or self contained? Arduino Forum > Using Arduino > Project Guidance > Movement Sensor arduino

Minimal image? - Raspberry Pi Forums

is there stripped down basic image can use pi, run daemons, headless. or can learn how strip out things find unnecessary? i'm wanting make build specific use case , want make lean possible. just use raspbian lite: https://www.raspberrypi.org/downloads/raspbian/ take fraction of modern sd card or usb stick. there stuff in there don't need it's not running unless run it not impacting performance or using ram. if annoys in there there "sudo apt-get remove whateverpackage". see no point in faffing trying make smaller. if wanted minimal sized image specific application build myself using gentoo or linux scratch (lfs). raspberrypi

notepad + projector project - Raspberry Pi Forums

so i'd work on project way take notes / keep journal without using everyday phone or tablets (because i'm addicted them, , keep focus on journaling without distraction). suggestions/feedback appreciated. i'd way learn programming , hardware skills raspberry pi. ideally connected projector screen, can turn on in morning , see notes , goals on wall. it'd connected wireless keyboard / trackpad can start journaling before out of bed. can turn off & on involved 1 button. tools useful (open suggestions): note-taking software: https://lifehacker.com/paperwork-is-an- ... 1693856130 projector screen: https://www.amazon.com/gp/product/b01h18tvhg keyboard: https://www.amazon.com/gp/product/b01hg8db5e sd card breakout: https://www.adafruit.com/product/254 lessons think i'll need learn are: - how connect projector screen raspberry pi - how enable bluetooth keyboard raspberry pi - how add note-taking software raspberry pi - how add on/off switch devices

Thread: How to install multimedia audi controller driver

hey have ubuntu 9.10 running (karmic koala) . have trouble of getting sound card work, or detected matter. while running windows xp reason sound card not working think needed multie media audio controller driver. ( had problem pc before). how go downloading 1 on ubuntu. in fact im not sure installing on ubuntu because remember looking tutorial on downloading flash , kind of disapointed how had type things in command line flash. maybe there way im used downloading smething , running installating. so... sound device have? code: lspci aplay -l lshw -c mulitmedia Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Multimedia Software [ubuntu] How to install multimedia audi controller driver Ubuntu

Stepping down voltages (which PSU?)

Image
my project running on poe using tp-link splitter can output 5,9 or 12v. rfid keypad supposed take 12v works ok on 9v , arduino can handle 9v in - there's temperature sensor inside enclosure make sure things aren't getting hot (it's been running few weeks logging temperature readings every 5 minutes , hasn't melted yet ). however, i'm going changing arduino pi clone (orange pi pc) various reasons. needs 5v/2a input can't bung in 9v before. i've read using 7805 regulator cause lot of heat issues (mainly due current) thinking of using buck converter. however, here's question... the poe supplies 48v splitter seems made, known item (rather cheap component made me ) should set output of splitter 9v or 12v? buck converter can handle either don't want heat if can it. this arduino forum , question more appropriate on rpi forum. however... best option in opinion switch splitter 5v typically @ 2a, use 5v 12v set-up dc-dc converter

BCD score keeper help

hi all, i can't find first post topic, i'm still stuck. i'm programming shooting gallery , can't seem figure out how keep score. have 2 bcd chips connected 2 7-segment displays. displays reading 00 fine. can't score increment after each hit of target. can please shed light on me? relevant code included. thanks! not sure if entered code correctly. code: [select] [/ /*       */ const int =  34;     // bcd 1a (to bcd - 7 segment ic) const int b =  35;     // bcd 1b (to bcd - 7 segment ic) const int c =  36;     // bcd 1c (to bcd - 7 segment ic) const int d =  37;     // bcd 1d (to bcd - 7 segment ic) const int aa =  38;    // bcd 2a (to bcd - 7 segment ic) const int bb =  39;    // bcd 2b (to bcd - 7 segment ic) const int cc =  40;    // bcd 2c (to bcd - 7 segment ic) const int dd =  41;    // bcd 2d (to bcd - 7 segment ic) int target2state = 0;        // variable reading target1 status int target3state = 0;        // variable reading target2 status int targe

Infrared TV Remote. What wizardry is this, and how can I use it.

Image
so have tv remote. i've been playing around remote controlling things around house, , finding different remotes can read codes from. smart tv has 2 sided remote, , when first looked over, didn't see telltale 'ir window' @ front lets out ir light. hmm, rf remote, thought. opened , no, it's still ir remote, whole case made of 'opaque' plastic lets ir through. neat. wizardry. but furthermore, has 2 ir leds both shoot off signals. well, has 4 ir leds, 2 sets of 2, 1 each per remote orientation. i've never seen such thing. through phone camera appears leds don't flash same pattern, camera artifact. what's deal? remote using 2 leds, differently modulated, send 2 sets of serial data @ time? different wavelengths of ir maybe? or distance gainer 2 identical leds? would arduino able fire off 2 ir leds different protocols simultaneously? put ir sensor, every button sends consistent code serial monitor, i'm wondering if i&#

Why is there a Massive Difference?

i attempting set mesh network nrf24l01 transceivers. have following libraries tmrh20's github: rf24-master, rf24mesh-master, rf24network-master. trying them send messages through network, , kept getting blank on serial monitor. after accidentally forgetting close out serial monitor after fail attempt, noticed had values (not sent 1 another). the logical conclusion made wait long this. put in commands read in code takes long, , turns out in mesh.begin(). the thing happened 1 code, confused. this code takes full minute on begin mesh() code: [select] #include <spi.h>  #include "rf24.h" #include "rf24mesh.h" #include "rf24network.h" rf24 radio (7, 8); rf24network network(radio); rf24mesh mesh(radio,network); int data; void setup() {   serial.begin(9600);   delay(1000);   radio.begin();   mesh.setnodeid(23);   serial.println(millis());  //takes 60 seconds begin mesh   mesh.begin();   serial.println(millis());   delay(1000); } void loop() {  

Picture Package changes my output color!?

i'm using photoshop cs version 8.0 mac , never noticed before, when print on epson 2200 image have made picture package photoshop, different color when print directly .jpg image without creating picture package first (because 8x10 , don't need use software that). because picture package creates .psd , not .jpg? anybody have suggestions? i'd colors match. a quick suggestion may find more pertinent answers next door in mac forum -- windows forum. ;^) More discussions in Photoshop Windows (read only) adobe

programmazione settimanale cronotermostato

salve tutti, mi piacerebbe per diletto realizzare un cronotermostato con arduino mega, e sto facendo un po' di brain storming sulla programmazione delle temperature giornaliere, in quanto è il pensiero maggiore al momento. l'idea è quella di avere 3 temperature programmabili all'interno della giornata con salti di 30 minuti: - t1 = temperatura della casa regime (quindi quando si sta casa, es: 20°) - t2 = temperatura della casa di mantenimento, quando praticamente non c'è nessuno (es: 17°) - t3 = temperatura minima della casa (es: 4°) sotto la quale non deve mai scendere (utilizzabile anche come caldaia spenta) 2 programmazioni settimanali configurabili per fare ciò, stavo pensando di utilizzare, 3 float per ogni programma dove salvo t1, t2 e t3 ed un array per ogni programma per ogni giorno della settimana di 48 float per contenere le temperature desiderate... il problema è che l'array, che salverei poi nell'eeprom, sarebbe di 4 byte (float) * 48 (le &

How Do I Applyi RGB Values ToTweak Colors

i have selection or layer of want tweak color. use color sampler read rgb values "source". how can apply values selection/layer ? if use color fill, lose detail in original. as always, thanks. ira i'm not sure getting at. if you're interested in getting color of given set of pixels equal another, use match color function adjustments menu. proper color correction, use other tools , persistent color samplers (alt+eyedropper tool place them, info palette show values). understand, matching color technically must not provide good-looking image, obvious solution not advisable one. mylenium More discussions in Photoshop Windows (read only) adobe

RaspberryPi Compact touchscreen System - Raspberry Pi Forums

i make/ buy compact system following requirements:- touchscreen between 8-10" low profile reasonable audio vesa connection @ "back" of system may have small ssd drive support os run e.g. ubuntu screen must sealed - not requiring case (unless 1 available) only 1 small power cable system required, , cables should discrete vesa mount necessary attachment - no other stand required. suggestions appreciated, far cannot seem find touchscreens work pi reasonable size - , allows audio , vesa! many thanks, raspberrypi

CS3 installs, but freezes when I attempt to load it (no splash screen... just loads forever)

i have been able install adobe photoshop cs3: extended multiple times, have yet run application. after installation, when try open program, window appears "adobe photoshop cs3" @ top , large grey box nothing inside of it. mouse cursor turns hourglass , that's it... left there hour , half once see , continued in endless loop of nothingness. i have custom-built computer amd phenom x4 9850 black edition, 2x2gb of ocz 1066mhz reaper ddr2, gigabyte motherboard gx790 chipset (sb750 southbridge), , 2x1 terabyte raid 1 array. it's running in brand spanking new windows xp professional installation service pack 3. i have tried following: 1) uninstalling , reinstalling (same result) 2) uninstalling adobe programs, running adobe clean script @ level 4, running windows install cleanup remove remaining adobe remnants, , reinstalled. (same result) 3) doing in step 2 again, copying cd hard drive, , installing hard drive. (same result) 4) doing in step 2 again, making new administr

Thread: disk space issue - loop0?

Image
first off - i'm new ubuntu , command lines scare me. please keep simple possible created dedicated 65gb partition on hdd using windows 7 , i'd installed karmic via wubi on once. working fine, updated kernel , there well-documented issue grub locked me out of os, uninstalled , reinstalled karmic on same partition, again via wubi. installed kernel updates again, time updated grub. second install works fine, except keeps telling me disk space filling , have 180mb free space. little fishy because it's dedicated 65gb partition , have hardly software installed. checked filesystem through system monitor, turns out there's called /dev/loop0 3.6gb , full. there's /dev/sda5, presume rest of partition, , has 60gb free. sda5 want ubuntu running , apparently isn't, it's running on loop0 instead. going on , how can loop0 thing out? is there anyway can install ubuntu onto drive. i've found

JosComment - problem in ajax send funciton - Joomla! Forum - community, help and support

dear sirs, i using joscomment 2.40 final on site time. realy ajax based system , of component. became unstable, can not understand why. problem in firefox. can add comments , not. when can not add, have error in java console of firefox: error: uncaught exception: [exception... "component returned failure code: 0x804b000f [nsixmlhttprequest.setrequestheader]"  nsresult: "0x804b000f ( )"  location: "js frame :: http://blablabla/components/com_comment ... /client.js :: ajaxsend :: line 113"  data: no] here code of send function, in error happens: code: select all function ajaxsend(data, onreadystatechange) {     109. document.joomlacommentform.bsend.disabled = true;     110. busyimage.create();     111. http.open("post", 'index2.php', true);     112. http.onreadystatechange = onreadystatechange;     113. http.setrequestheader('content-type', 'application/x-www-form-urlencoded');     114. http.send(data); } thanks in advance

Thread: How to connect to DSL connection

hi, browsed forum until found way connect internet using 'sudo pppoeconf' , running 'pon dsl-provider'... problem network manager applet not see connected internet , trying use ultravpn... missing? assistance appreciated... you facing basic problem.. when run sudo pppoeconf means manually handling network connection.. @ least ther wired connection.. can view changes in /etc/network/interfaces file done after using command.. once , reboot.. after looking @ changes done in /etc/network/interfaces file pppoeconf network-manager shows wired connection unmanaged thinking manually handling wired connection.. , that's why doesn't know (or show) connected internet or not. , far vpn problem goes.. think can still manage vpn connections using network-manager... have tried configuring it. Forum The Ubuntu Forum Community Ubuntu Official F

Ch340G program main sketch not start load problem

Image
i have few arduino nano ch340g , few other boards using ch340g. works fine, there glitch. whenever these boards plugged in computer arduino ide opened, main program not start. instead flashes led 13 repeatedly. program inside board start 1, after uploaded sketch using ide; or 2, after closed arduino ide; or 3, after open serial monitor. i have dug deeper it, , found out (at least ch340g) whenever arduino ide (1.6. opened, send out serial data out every second automatically itself. that's bug in 1.6.8.  use 1.6.5r5 or 1.6.9 not specific ch340g - broke serial handling windows in version. continually pokes serial port causing twiddle dtr , reset board. Arduino Forum > Using Arduino > Installation & Troubleshooting > Ch340G program main sketch not start load problem arduino

HM-10 returns Euro symbol Need Help :-(

i working hm-10 copy cc4a-1 module. connected arduino uno r3 after struggling lot got connected. performed @ commands using arduino serial monitor stops working after executing at+renew command. tried perform at+baud command returned error before executing at+renew. this output of arduino serial monitor while sending data hmble terminal android application #include <softwareserial.h> softwareserial btserial(2, 3); //rx|tx void setup(){   serial.begin(9600);   btserial.begin(9600); // default baud rate   while(!serial); //if arduino micro   serial.println("at commands: "); } void loop(){   //read hm-10 , print in serial   if(btserial.available())     serial.write(btserial.read());   //read serial , print hm-10   if(serial.available())     btserial.write(serial.read()); } this sent android application Arduino Forum > Using Arduino > General Electronics

Does Crontab always work in the Background? - Raspberry Pi Forums

i have pi runs program automatically on reboot using crontab. pleased in program sends me emails , sends output file designed when run program desktop, opens output window display data produced program. however, using crontab, window not open , once before on forum said because cron runs in background. possible add either crontab or program, ensure output window opened. it runs in background limited environment. starts before gui starts. getting gui things start cron isn't reliable. you're going need set display=:0 or display=:1 environment variable @ bare minimum. raspberrypi

Read and Write to registers

hi, i'm new in programming arduinouno , have example code how read , write directly various in , output data registers without using digitalwrite(), digitalread() , analogread(). all best /gg read port: byte value = pinx; // x = a,b,c,d etc. write port: porty = 0x00 oxff; // y = a,b,c,d etc. act on single bit: if ((pind & 0b00000100) == 0){ // bit 2 of port d for example // bit 0, something } else { // bit 1, else } writing single bit: portd = portd & 0b11111011; // make bit 2 of port d 0 (clear bit), leaving rest alone portd = portd | 0b00000100; // make bit 2 of port d 1 (set bit), leaving rest alone have not tried same analogread, suggest you use time allowed 110us conversion. Arduino Forum > Using Arduino > Programming Questions > Read and Write to registers arduino

Demo de uso de lcd 16x2, 2 botones y 2 leds.

saludos desde méxico hace tiempo que uso arduino para hacer algunos "juguetes básicos" solo por aprender y tengo varios proyectos desarrollados. se los compartire con gusto. ya anduve leyendo algunos proyectos que están disponibles en el foro y creo que es bueno que les comprarte un pequeño código que hice muestra el funcionamiento del lcd 16x2, 2 botones y 2 leds. aclaro, no soy programador y no tomado ningun curso de arruino, soy autodidacta como muchos de los estamos aquí. si ven algo mal en mis códigos acepto sugerencias. saludos. pd. uso 3 variables que tambien despliego en el display solo como referencia. olvide el diagrama de conexiones Arduino Forum > International > Español > Documentación (Moderators: surbyte, Hector_A) > Demo de uso de lcd 16x2, 2 botones y 2 leds.

Administrator panelen - Joomla! Forum - community, help and support

Image
hej alla joomla älskar där ut  har en simpel frÃ¥ga till er. när man skapar nya "new menu item " , finns det nÃ¥gon item som gör att man fÃ¥r ett tomt bland där man exempelvis kan skriva om sig själv/ om sidan dsv, "om oss" pÃ¥ sidan?? tack för hand! mvh samir static content Board index Joomla! International Language Support International Zone Swedish Forum Äldre versioner Forum Joomla! 1.0 Allmänna frÃ¥gor

Arduino & Teensy connect but not through USB hub. - Raspberry Pi Forums

i've got anker usb hub i'm using power rpi3 , hub. have both , arduino uno clone , teensy 3.1 i'd connect. both work fine when plugged rpi not of hub ports. have 8 port serial-usb , a-data thumb drive, both of work fine plugged anker hub. why thumb drive or serial usb work in hub;s usb port, teensy doesn't work when plugged same place? here's lsusb output comments added. note teensy plugged in didn't enumerate. code: select all bus 001 device 066: id 125f:db8a a-data technology co., ltd. # thumb drive bus 001 device 059: id 2109:2812 via labs, inc. vl812 hub # anker hub 1 of 2 bus 001 device 069: id 0403:6011 future technology devices international, ltd ft4232h quad hs usb-uart/fifo ic #usb-serial 1 of 3 bus 001 device 068: id 0403:6011 future technology devices international, ltd ft4232h quad hs usb-uart/fifo ic #usb-serial 2 of 3 bus 001 device 067: id 05e3:0610 genesys logic, inc. 4-port hub # usb-serial 3 of 3 (root) bus 001 device 053: id 2

Ich möchte ein hochregallager mit dem arduino bauen.

Image
hallo zusammen ich möchte mit dem arduino ein hochregallager bauen und ich weis garnicht wo ich anfangen soll.ich habe einen arduino uno einem mega und einen nano würde mich über hilfe sehr freuen gruß leonard hochregallager? 50m hoch oder 50cm? soll eingelagert werden? ein bisschen mehr als einen begriff musst du schon nennen Arduino Forum > International > Deutsch (Moderator: uwefed) > Ich möchte ein hochregallager mit dem arduino bauen. arduino

Thread: Reinstalled Amarok and it now won't work

i running amarok 2.2.0 (which came installed kubuntu 9.10) having trouble ripping cds. saw on amarok website version 2.2.1 available installed kubuntu backports repositories see if helped, unfortunately newer version seemed introduce more bugs fixed. therefore, removed backports repositories, removed amarok, , reinstalled normal repositories. however, when try run amarok message the amarok collection database created newer version of amarok, , version of amarok cannot use it. i tried code: sudo aptitude purge amarok amarok-common amarok-utils to try remove every last trace of amarok, then code: sudo aptitude install amarok again (the other 2 packages added automatically dependencies), still error message. when installing backports, various libraries upgraded (but don't know ones were, downgrade them again). problem? either way, me fix this? thanks.

migration: error 1064 problem and possible fix - Joomla! Forum - community, help and support

Image
i case experiences same problem: i migrating joomla new server , kept getting error: error 1064 (42000) @ line 139: have error in sql syntax; check the manual corresponds mysql server version right syntax use near 'option varchar(50) not null default '0', ordering int(11) not null default '0' @ line 9 i have not modified or created joomla tables must amiss joomla or extension have added. on reading various mysql forums , forums here realised quoting problem , needed mysql put quotes round table names. i use mysqldump export whole database , data, command make add quotes is: mysqldump --add-drop-table -qu root -pmypassword mydatabase > mydatabase.sql the 'q' trick making add quotes table names. in case root user. btw security better not put password on command line in unix better use: mysqldump --add-drop-table -qu root -p mydatabase > mydatabase.sql then type password @ prompt appear if use -p on own. create database #log mysql #create database create

Pi Zero as USB Mass storage / SMB - Raspberry Pi Forums

i have seen many posts using pi 0 usb gadget. looking bit.. more exotic. possible have pi 0 w usb gadget (for mass storage) , mount smb/cifs/nfs share inside of storage space. meaning... can make pi 0 usb redirect nas? need access few smb shares on nas. these not change, can configured once , never changed on pi zero. need pc in question see usb mass storage , not network drive. few things before respond. 1. yes... need usb mass storage , not smb share pc. 2. no, purposes don't want access nas on ethernet / ethernet on usb 3. save me buying $300 qnap usb pc capabilities forever grateful can confirm work , point me in right direction. presmike warning: entirely theoretical. i've been thinking this. understand it, usb mass storage gadget driver can use either file (e.g. /foo/bar) or block device (e.g. /dev/sda1) backing store. way can think of want find way of bridging share(s) 1 of these before passing gadget driver. not i've followed up. also, dr

Thread: Installing 64bit flash in 9.10 64bit

hi everyone having trouble installing 64bit version of flash in 9.10 64 bit. have been following instructions here i'm stuck @ last little bit: ## user # unpack flash tar zxf libflashplayer-10.0.32.18.linux-x86_64.so.tar.gz # create plugins directory if doesn't exist mkdir ~/.mozilla/plugins # move flash plugins directory mv libflashplayer.so ~/.mozilla/plugins/ when type commands terminal returns error stating couldn't find file obvious , if try copy straight plugins folder won't let me due root privileges required. have libflashplayer.so in 'downloads' folder , need move /usr/lib64/mozilla/plugins. can tell me how please? many thanks. if have unpacked (if it's still packed .tar.gz right-click, open archive manager, , extract), copy in home folder in .mozilla/plugins. there should no permission errors, copying home folder, not in /usr. note: .mozilla hidden folder, when

Installing TCPFLOW from the GIT site - Raspberry Pi Forums

i've done before today can not work! running jessie on raspberry pi v2. working git site ( https://github.com/simsong/tcpflow/ ) i'm trying install latest version of tcpflow. have done apt-get update and upgrade i'm sure os up-to-date. when run code: select all git clone --recursive https://github.com/simsong/tcpflow.git command seems run ok no error messages. when try run rest of commands: code: select all cd tcpflow bash bootstrap.sh ./configure make sudo make install if fails on code: select all bash bootstrap.sh line saying bootstrap.sh not exist! if list new tcpflow directory, sure enough there no bootstrap.sh file. have done wrong? thanks....rdk looking @ git repo filename bootstrap.bash instead of bootstrap.sh raspberrypi

Need walkthrough for GCC and Interfaces - Raspberry Pi Forums

hi everyone! absolute beginner in pi programming pic microcontrollers in native c years now. think have pretty understanding far. maybe give me brief introduction in how setup pi 3 gcc, non graphical , how write hello world led on gpio's. not seem find website explains c programming pi. end bunch of python "how to" pages. in next step want learn libraries (ifexist) uart, spi, usb , lan pwm in realtime (possible?) need little trip in basics first. appreciate if take time write little walkthrough. alot! geronimo welcome raspberry pi foundation forums. clarification of want accomplish needed. rpi more simple microprocessor. complete microcomputer system capable of running full-fledged operating system such raspbian. 1 way of writing c code application executed under control of operating system. alternatively possible write standalone application sole executable code running directly on hardware without intervening operating system. on these forums m

Thread: Drivers for bcm4312 802.11b/g

i set ubuntu partition on vista laptop, , can't wireless work. right i'm on wired network. have bcm4312 wireless card, , i've downloaded both windows driver hp website , linux driver wireless card support website, don't know how use either. understand use windows driver, need run through ndiswrapper somehow, don't understand how run ndiswrapper. when click on it, opens folders of more , more individual packets of code. linux driver set in similar way; don't know it. windows driver .exe , shows me error message when try extract files: archive: /home/matthew/downloads/sp45222.exe [/home/matthew/downloads/sp45222.exe] end-of-central-directory signature not found. either file not zipfile, or constitutes 1 disk of multi-part archive. in the latter case central directory , zipfile comment found on last disk(s) of archive. zipinfo: cannot find zipfile directory in 1 of /home/matthew/downloads/sp45222.exe or /home/ma

Network Timeout - Raspberry Pi Forums

i have pi0w connected on local lan through wlan port. gets ip address via dhcp , runs avahi local discovery. can access pi other machines on lan via ssh. once hour, script runs on pi accesses info internet. never fails. works fine, however, after day or so, unable ping pi or access via ssh. (the pi continues have internet access). i've found if ping local machine pi, connectivity restored , can access pi local machine. don't think router issue, cant ping pi other machines on wlan segment either. what's going on? i've got 'power management:off' in wlan setup. else should looking at? thanks it may router. there idle timeout setting in many routers. if no traffic detected during time, device lose connectivity on wlan. raspberrypi

Irregular Serial communication between MC and XBee

i've been working on small home automation project involving xbee nodes. one of sensors detect if windows/doors (or whatever has door) open or close. it's simple build reed switches, gets more complicated when want run on batteries , well... want batteries last. to save battery, i've set xbee pin sleep, controlled attiny84a @ 8mhz(initially used attiny85 @ 1mhz, realised needed more a/d pins simulate serial communication). given door not opening , closing, specially on vacation periods, wanted make sure that, when xbee awaken mc, wait enough time able pair controller(or router) before information sent. in order control timing, decided configure xbee api end node, , use modified version (i'll that) of software serial library on attiny84a read status coming xbee. i've configured xbee rts , cts flow control, once again, managed mc. concerning modified software serial library. in order save battery power (once again) i've put mc sleep , programmed detect p

Bridge CS4 and Multi-core CPUs

does know if bridge in cs4 version benefits dual-core processor? thumbnails take loooong time. also, if indeed benefit 2-core: 1- benefit 4-core on 2-core? 2- , value judgement: money tight crazy not scrape $200 more 4-core @ date , time if bridge not [yet?] benefit 4-core? you, in next 3 years think cs hindered old 2-core? 12mp camera next year , use multiple [3]hdr exposures , multiple layers. [i know 8gb ram]. bridge makes use of gpu if enabled in preferences>advanced. can speed preview processing choosing display embedded preview. bridge gpu features include following: * preview panel * full-screen preview * slideshow * review mode More discussions in Photoshop Windows (read only) adobe

Hobby Rockets - Where to find accurate sensors and How to transfer data? - Raspberry Pi Forums

Image
hey there. researching hobby rocket stuff. team plans launch rocket 30,000 ft in sky. looking on 3 things. 1. microcontroller - looking fantastic microcontroller implement sensors , communicate data. far looking @ options arduino due various options , robust library.  2. sensors - find high precision sensors work said microcontroller. need stuff gps, gyroscope, temperature/humidity, pressure maybe camera. type of accuracy looking stuff real time gps, sensor able recognize 30g pressure, gyro can give rotational data etc.  3. communication - looking method communicate data sensors live rocket. current idea use ham radio. limited public wavelengths not require license. transmitting gps, gyro, pressure in real time looking for. best possible option method can transmit video of quality.  thinking of getting arduino setup work sensors, transfer data raspberry pi. pi connected radio stuff transmit data base station. base station calculation , plot data. unless if arduino capable of tr

Thread: trying to pair jawbone prime with 9.10 jaunty

i'm trying pair jawbone prime 9.10 karmic , ubuntu doesn't "see" jawbone prime initially. know how pair jawbone prime ubuntu? pairs fine windows xp know jawbone isn't faulty. has used jawbone prime (the newest jawbone) ubuntu? thanks. i paired jawbone prime nokia n800 running maemo linux (2008/diablo). guess problem ubuntu. there fix soon? jawbone prime famous/successful/popular bluetooth headset in world. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] trying to pair jawbone prime with 9.10 jaunty Ubuntu

0 ohm resistors and NF capacitors in Compute Module IO development board Schematic - Raspberry Pi Forums

i'm trying design pcb compute module, in schematic provided raspberry pi ( https://cdn-shop.adafruit.com/product-f ... ematic.pdf ) there resistors value of 0 ohms , capacitors value nf(not 1 nano farad capacitors labelled 1n). purpose? if i'm designing pcb can replace them regular connections. parts in question r22, r23, r24,r25, c21,c22 in power regulator circuit(pam2306aypke) 0 ohm links, used configuration. nf mean "not fitted", nothing placed there, used configuration. raspberrypi

Where is the Edit > Develop Settings option???

hi i doing study photoshop ace exam of study guide (ace exam aid). one of questions asks is: you have saved current image settings preset in camera raw , want apply in part or whole selected raw files in bridge. should do? the answer turns out be: choose edit > develop settings , select preset name. now life of me can't seem find edit > develop settings option in photoshop, camera raw or bridge! any apprecaited. highlight image in bridge, go edit , 11th choice down in list. More discussions in Photoshop Windows (read only) adobe

Thread: wacom bamboo fun & touch - problems

Image
hello installed , have problem talbetem wacom bamboo ... downloaded drivers , installation of message pops up: code: mab@mab-laptop:~/desktop/linuxwacom-0.8.4-4$ sudo ./configure && make checking bsd-compatible install... /usr/bin/install -c checking whether build environment sane... yes checking thread-safe mkdir -p... /bin/mkdir -p checking gawk... no checking mawk... mawk checking whether make sets $(make)... yes checking whether enable maintainer-specific portions of makefiles... no checking gcc... gcc checking c compiler default output file name... a.out checking whether c compiler works... yes checking whether cross compiling... no checking suffix of executables... checking suffix of object files... o checking whether using gnu c compiler... yes checking whether gcc accepts -g... yes checking gcc option accept iso c89... none needed checking style of include used make... gnu checking dependency style of gcc... gcc3 checking gawk... (cached) m

Template specific to registered users - Joomla! Forum - community, help and support

is there way make 1 template show on pages have registered (and logged in) view , separate template public pages? yup.. time using if ($my->id) logic. check retrieves user id. not logged means no user id present look in template head, find pseudo if ($my->id) { initialize editor (i.e. tinymce) } use logic similar this id) {;?> css registered users css unregistered/not-logged-in [edit] or reverse check adding exclamation mark if (!$my->id) { something} means if there no user id (not logged in) something [/edit] hope helps. good luck on site Board index Joomla! Older Version Support Joomla! 1.0 Templates & CSS - 1.0.x

Fetching data from Node.Js Server

i want fetch json data(time , date) node.js server esp8266-01 using http method.  i have used software serial definition as #include<softwareserial.h> softwareserial ser(a8,a9);                    // connect tx , rx of esp8266 (a8     for tx a9 rx) of atmega2560. in code have written ser.print(string("get ") + "/details http/1.1/\r\n" +                "192.168.1.11"+ "\r\n" +                "connection: close\r\n\r\n");   // read lines of reply server , print them serial   serial.println("respond:");   while(ser.available()){     string line = ser.readstringuntil('\r');     serial.print(line);   }   serial.println();   serial.println("closing connection"); where ser defined function esp8266-01 192.168.1.11 local server ip address have fetch json data(data , time in case). but not able fetch date , time data. thank you. what rest service url defined in node js? post whole c

Arduino in one port and Processing out the other port

hi, i'm new in arduino , things electrical excuse lack of knowledge , ways express myself. i have project controlling brightness of light through processing (reading csv file). goes out 1 port. on other hand, , port, have arduino attached light sensor , sd card can record light receiving. recording light being manipulated through processing. hence both ports being used. my problem turn processing sketch start manipulating light, sd card on arduino stops recording. i have tried taking light recorder off laptop , plugged in through converter light readings erratic, spiking. left having plug them both in laptop. is there way round this? thanks would show code or prefer fix telepathically? Arduino Forum > Using Arduino > Project Guidance > Arduino in one port and Processing out the other port arduino

Web Gallery - need file name on thumbnail and large image

i think have tried cs3 templates, haven't found our client requesting. there template shows file name on both thumbnail , large image, , make large images of 600-800 pixels (long dimension)? thanks in advance, dan clark what shows or not depends on choices have made in settings web gallery, dimensions of both thumbnails , larger image. did check options when creating galleries? not templates can put the file name on both thumbs , large image. have through them , options see in template have access title etc. thumbs. know simple 1 , of others aqs well. have actively choose in web gallery options. More discussions in Photoshop Macintosh (read only) adobe

modules in main body - Joomla! Forum - community, help and support

Image
guys there hundreds of modules out there modules, is there way put these modules in main body of joomla in frontpage ? right don't have content put in frontpage's main body want put new feeds cnn in main body of front page ... have feeds in module want them in front page's main body fill page , make site more contentfull any suggestion appreciate it http://www.joomlaprodigy.com/content/view/155/96/ Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x