Go to advanced search

by SonOfAMotherlessGoat
Thu Jun 23, 2016 12:02 am
Forum: General discussion
Topic: Pi Zero in stock now
Replies: 64
Views: 9867

Re: Pi Zero in stock now

Looks like things might be breaking loose.

https://www.reddit.com/r/raspberry_pi/c ... a_pi_zero/
by SonOfAMotherlessGoat
Wed Jun 22, 2016 10:45 pm
Forum: Networking and servers
Topic: Autostart deluge daemon 1.3.10 on boot on Raspberry Pi
Replies: 5
Views: 19376

Re: Autostart deluge daemon 1.3.10 on boot on Raspberry Pi

Are you using Jessie? What does the following report?

Code: Select all

sudo systemctl status transmission-daemon
by SonOfAMotherlessGoat
Wed Jun 22, 2016 9:49 pm
Forum: Python
Topic: BSSID of around WIFIs
Replies: 10
Views: 1832

Re: BSSID of around WIFIs

https://webcache.googleusercontent.com/search?q=cache:Ymie5EBgth0J:https://thesprawl.org/media/projects/airoscapy.py+&cd=6&hl=en&ct=clnk&gl=us That should get you started, and it's up to you to add in RSSI. If you're in a chatty environment you may be able to do i. You say you need to process in 1 ...
by SonOfAMotherlessGoat
Wed Jun 22, 2016 8:52 pm
Forum: Beginners
Topic: Crazy interface names
Replies: 4
Views: 2141

Re: Crazy interface names

It's the systems way of assigning a unique ID to the interface. It's persistent across reboots. Yeah, it looks funny, but the en's are ethernet, wl are wireless. If you had 3 ethernet adapters in your system, there's a chance (unless you do some UDEV configs) that any one of the 3 could be deemed et...
by SonOfAMotherlessGoat
Wed Jun 22, 2016 8:42 pm
Forum: Troubleshooting
Topic: RPI GPS Add-on
Replies: 4
Views: 1551

Re: RPI GPS Add-on

Care to share what you did to resolve the issue so that people that may find your post in the future can benefit from what you learned?
by SonOfAMotherlessGoat
Wed Jun 22, 2016 8:35 pm
Forum: General discussion
Topic: questions install pi3
Replies: 45
Views: 5753

Re: questions install pi3

Exactly.
by SonOfAMotherlessGoat
Wed Jun 22, 2016 7:26 pm
Forum: General discussion
Topic: questions install pi3
Replies: 45
Views: 5753

Re: questions install pi3

Do you by chance have a multimeter or a voltmeter?
by SonOfAMotherlessGoat
Wed Jun 22, 2016 7:09 pm
Forum: General discussion
Topic: questions install pi3
Replies: 45
Views: 5753

Re: questions install pi3

gamemaniac wrote:I connection correct and but not rotation? has set up bios?
Pi has no BIOS. Do you have a red LED lit up on your Pi? Is the green LED blinking?
by SonOfAMotherlessGoat
Wed Jun 22, 2016 7:00 pm
Forum: General discussion
Topic: questions install pi3
Replies: 45
Views: 5753

Re: questions install pi3

Then 5V+ on Pin 4 (or 2) and Ground on Pin 6. If that doesn't spin the fan when you power up the Pi, then you have a bad fan, or a bad Pi. Make sure you connect the leads to the pins with the power unplugged, double check to make sure you are on the right pins, then apply power. Anything else can ca...
by SonOfAMotherlessGoat
Wed Jun 22, 2016 6:53 pm
Forum: General discussion
Topic: questions install pi3
Replies: 45
Views: 5753

Re: questions install pi3

Does the fan have a sticker that says the voltage and such for the fan? 5V, 12V?
by SonOfAMotherlessGoat
Wed Jun 22, 2016 6:51 pm
Forum: General discussion
Topic: questions install pi3
Replies: 45
Views: 5753

Re: questions install pi3

Ironically just after reading your other post HawaiianPi re: Quality of support received is dependent upon quality of information provided when support requested. :)
by SonOfAMotherlessGoat
Wed Jun 22, 2016 6:47 pm
Forum: General discussion
Topic: questions install pi3
Replies: 45
Views: 5753

Re: questions install pi3

What kind of fan, what power requirements, what pins have you attached the fan to?
by SonOfAMotherlessGoat
Wed Jun 22, 2016 6:11 pm
Forum: General discussion
Topic: Win32DiskImager
Replies: 9
Views: 10960

Re: Win32DiskImager

Rufus works wonders on the Windows platform.
by SonOfAMotherlessGoat
Wed Jun 22, 2016 4:36 pm
Forum: Advanced users
Topic: Read data from DS2450S
Replies: 6
Views: 1267

Re: Read data from DS2450S

How much of your project do you have completed? Where are you stuck at?
by SonOfAMotherlessGoat
Wed Jun 22, 2016 4:10 pm
Forum: Beginners
Topic: recompileing to pi question
Replies: 6
Views: 941

Re: recompileing to pi question

If there is already a linux port then you're ahead of the game, no pun intended. It may be a project that you want to undertake yourself, and learn as you go but that depends on how much time you'd like to spend on it and if it's something that interests you. If you can talk to the owner of the soft...
by SonOfAMotherlessGoat
Wed Jun 22, 2016 3:36 pm
Forum: Beginners
Topic: recompileing to pi question
Replies: 6
Views: 941

Re: recompileing to pi question

Most likely its going to range from 'more complicated' to 'impossible'. If it's a simple program that doesn't use any x86 specific instructions then you might be able to port it. Unfortunately, since you asked the question, it's probably going to be something that is beyond your current abilities. I...
by SonOfAMotherlessGoat
Wed Jun 22, 2016 3:25 pm
Forum: Advanced users
Topic: Read data from DS2450S
Replies: 6
Views: 1267

Re: Read data from DS2450S

If it's 1-Wire, then there are tons of tutorials out there that are just a web search away. Looks like that chip needs 5V though, so the usual disclaimers apply.
by SonOfAMotherlessGoat
Wed Jun 22, 2016 1:41 pm
Forum: General discussion
Topic: raspberry pi inquiry - button to trigger player
Replies: 1
Views: 361

Re: raspberry pi inquiry

Most definitely possible. Did you have a preference of media for the signal? (RF, IR, Physically attached Pushbutton via GPIO)
by SonOfAMotherlessGoat
Wed Jun 22, 2016 1:32 pm
Forum: Python
Topic: BSSID of around WIFIs
Replies: 10
Views: 1832

Re: BSSID of around WIFIs

Hi, can you clarify what you mean by 'Doesn't use system commands'? Which commands are you trying to avoid? Also, can you help narrow down what kind of time frame you need to process the scan in? There's a bounds limit on how quickly you can acquire the environment, you need to have the radio hop th...
by SonOfAMotherlessGoat
Wed Jun 22, 2016 12:07 am
Forum: Off topic discussion
Topic: Supercomputer Using Pi3 CPUs
Replies: 6
Views: 1454

Re: Supercomputer Using Pi3 CPUs

Use the steam generated to supplement the power needs.
by SonOfAMotherlessGoat
Wed Jun 22, 2016 12:05 am
Forum: General discussion
Topic: Router that show one webpage
Replies: 8
Views: 4551

Re: Router that show one webpage

broe23 wrote:
SonOfAMotherlessGoat wrote:NoDogSplash should be able to handle the job?
They would need one of the routers listed on OpenWRT's list, but it is doable.
Actually, you can run NoDog on a RaspberryPi, with the requirement of needing a Debian'ish OS.
by SonOfAMotherlessGoat
Wed Jun 22, 2016 12:04 am
Forum: General discussion
Topic: Pi Zero in stock now
Replies: 64
Views: 9867

Re: Pi Zero in stock now

Really...no accounting for backend issues, though publicly *stating* that as the reason for doing what they did might help. The real problem is that they are one of two US sources, and they are only usable for some very limited parts of the US. I could, for instance, suggest that Central Computer b...
by SonOfAMotherlessGoat
Tue Jun 21, 2016 11:26 pm
Forum: General discussion
Topic: Router that show one webpage
Replies: 8
Views: 4551

Re: Router that show one webpage

NoDogSplash should be able to handle the job?

Go to advanced search