Posts

Quale versione Python per Raspberry - Raspberry Pi Forums

buongiorno, vi faccio presente che sono un newbie di raspberry, ma ho necessita di imparare programmarlo in vista di un impiego. volevo sapere quale versione di python esce preinstallata sul raspberry, sia pi2 che pi3. ho visto che python è alla versione 3.x, ma da quello che la sintassi è differente dalle versioni precedenti, quindi vorrei sapere quale versione esce in bundle con vari modelli di raspberry. grazie mille. crios wrote: ↑ thu oct 19, 2017 8:58 am buongiorno, vi faccio presente che sono un newbie di raspberry, ma ho necessita di imparare programmarlo in vista di un impiego. volevo sapere quale versione di python esce preinstallata sul raspberry, sia pi2 che pi3. ho visto che python è alla versione 3.x, ma da quello che la sintassi è differente dalle versioni precedenti, quindi vorrei sapere quale versione esce in bundle con vari modelli di raspberry. grazie mille. perdona la franchezza ma io non ti assumerei mai! un programmatore non può aver bisogno di chiedere i...

Initramfs + wireless not working - Raspberry Pi Forums

hi! have managed build full disk encrypted raspbian pi3, following guide: https://github.com/fpunktk/raspi-fde initram uses dropbear receive credentials , decrypts crypted partition, starting os. works, @ least if use ethernet connection while booting (wifi works after os started). however, if unplug cable before powering-up, relying on wireless, cannot make wifi work. want pi encrypted , not cable reliant. in initramfs, i've copied wpa_supplicant , loaded modules. don't know missing, expert user required here. configuration files. /usr/share/initramfs-tools/hooks/wlan code: select all #!/bin/sh prereq="" prereqs() { echo "$prereq" } case $1 in # pre-requisites prereqs) prereqs exit 0 ;; esac if [ ! -e /etc/wpa_supplicant/wpa_supplicant.conf ]; exit 0 fi . /usr/share/initramfs-tools/hook-functions copy_exec /sbin/wpa_action /sbin copy_exec /sbin/wpa_cli /sbin copy_exec /sbin/wpa_supplicant /sbin mkdir -p $destdi...

color correction

i have in restoring color in photo.i'm using cs3. i've tried different things dont results.any suggestions appreciated. thank <br /> <a href="http://www.pixentral.com/show.php?picture=15lcnqqhzuk2qttzqnhklnwhppud4" /></a> <img alt="picture hosted pixentral" src="http://www.pixentral.com/hosted/15lcnqqhzuk2qttzqnhklnwhppud4_thumb.jpg" border="0" /> i start going in image > adjustments > shadows , highlights. would click on show more options check box. dial down shadows sliders 0 , set highlights sliders 30, 50 and 30. auto color , edit > fade , reduce auto color 50%. go in hue/saturation under image > adjustments , master saturation +20 , red saturation +10. on saturate basket ball in image take sponge tool set desaturate , amount of 50% , small brush , reduce saturation of ball down until looks more natural. duplicat image layer , change 1 on top to multiply mode , opacity of 25%. a lot of ...

Can't compile for ESPDuino

Image
when  i  try compile program espduino following error. uninstalled , reinstalled can't determine issue is! any ideas code: [select] arduino: 1.6.11 (windows 10), board: "espduino (esp-13 module), 80 mhz, 115200, 4m (3m spiffs)" c:\program files (x86)\arduino\arduino-builder -dump-prefs -logger=machine -hardware c:\program files (x86)\arduino\hardware -hardware c:\users\xxxx\appdata\local\arduino15\packages -tools c:\program files (x86)\arduino\tools-builder -tools c:\program files (x86)\arduino\hardware\tools\avr -tools c:\users\xxxx\appdata\local\arduino15\packages -built-in-libraries c:\program files (x86)\arduino\libraries -libraries c:\users\xxxx\documents\arduino\libraries -fqbn=esp8266:esp8266:espduino:cpufrequency=80,uploadspeed=115200,flashsize=4m3m -ide-version=10611 -build-path c:\users\xxxx\appdata\local\temp\build111fc1f816351a0dbd2d9c9fb9c45f3b.tmp -warnings=default -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.mkspiffs.path=c:\...

Thread: Major issues with 9.10 update

hi all, tried install 9.10 update jaunty. right after finished downloading updates, computer froze , forced restart. when did, seemed 9.10 had loaded, not completely. got error messages not having correct nvidia drivers. loaded in low graphics mode , got system boot, trackpad on laptop did not work. gnome-do not responsive. wireless mouse work though. wireless internet did not work. right on vista because ubuntu unusable. tried boot previous version in grub menu, gave me bunch of errors. there way fresh reinstall? have no clue @ point. i'd recommend install via wubi if want fresh install. updating, not sure. fresh install once new flavor out. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Major issues with 9.10 update Ubuntu

Thread: Linux or Unix: Which is more stable?

Image
i wish know more stable on desktop, linux or unix? unix mean bsds, solaris, mac os or other unix distro used on desktops. impossible question hardware not known. i'd hazard guess , suggest mac os stable because software designers have little variation in hardware support other there's 1 way find out Forum The Ubuntu Forum Community Ubuntu Community Discussions The Cafe Linux or Unix: Which is more stable? Ubuntu

Arduino uno R3 con atmega 328P-PU non funzionante

Image
salve, come da titolo ho un problema con un arduino r3 con atmega 328p-pu il tutto è iniziato dopo uno sketch che non si è caricato dando l`errore di sincronizzazione non riuscita. preciso che il pc vede arduino quindi la scheda sembra andare. ho tentato di riprogrammare il bootloader con un usbasp ma sembra che nemmeno veda l`atmega. l`errore che mi restituisce è il seguente: ------------------------------------ avrdude.exe: set sck frequency 1500000 hz avrdude.exe: warning: cannot set sck period. please check usbasp firmware update. avrdude.exe: error: programm enable: target doesn't answer. 1 avrdude.exe: initialization failed, rc=-1 avrdude.exe: avr device initialized , ready accept instructions avrdude.exe: device signature = 0x000000 (retrying) avrdude.exe: device signature = 0x000000 (retrying) avrdude.exe: device signature = 0x000000 avrdude.exe: yikes!  invalid device signature. avrdude.exe: expected signature atmega328p 1e 95 0f avrdude.exe done.  thank...