I'm hoping they are getting their systems in operational order to handle web orders. They used to not allow for Web-based In-Store pickup orders, but that's changed in the last few weeks. They allow for placing 3 day holds via online reservation, but yes, there still is the requirement that the item...
Very simplified: If you take a close look at a PCB antenna, or a look at external 'screw-on' antennas, you'll notice that they all appear to be of a certain size. This is because antennas work when they are fractions/multiples of the wavelength that you are trying to receive. So just attaching a wir...
Matt, what does your lsmod look like, what module is utilizing the bcm2835? It may be an issue of having to peel back the layers one by one to get to the nugget inside.
Well, the issue should hopefully be resolved soon. Just got done picking up a few from my local reseller, looks like the 1 per customer is no longer being enforced? From just casual conversation with the staff there, it appears that they have been able to keep them in stock for days at a time with r...
Then I guess you wait like the rest of us and spend the time prototyping on another Pi. If the Zero is so scarce, why place it in a situation where it's likely to be stolen? And what did the world do to solve all these problems before the Zero was released?
I hate to resort to this, but the best way to tackle things is to dive in and try out different solutions. If you search for "How to make a Python script sleep for 5 minutes" you'll get a lot of great code examples. (I'm partial to anything from StackOverflow.) I know it's kind of a crappy answer fo...
This is a "damned if they do, damned if they don't" issue. Not to mention the logistics involved in paying (and processing those payments with the associated fees) and then having the customer find that the no longer want the item, due to loss of interest or acquiring the product via another venue ...
Python is very sensitive to whitespace, you have some formatting issues it looks like. Did you follow an online tutorial? Can we have a link to the tutorial.
And what errors are you getting when you run this code?
Prepare: Text Editor (vi, vim, emacs, nano, atom ...)
Run: Webserver (Nginx, lighttpd, apache, python roll your own webserver, flask)
Test: Browser (Chromium, FireFox, IceWeasel)
Chrome OS an Operating System, not what you are looking for.
In order for you to get a location lock on a device of any type you need that device to be somehow transmitting it's positional data. IP addresses do not contain any type of positional data. If you were to somehow poll the WiFi signal strength, you would, under the absolute best conditions (line of ...
USB Card readers can be hit or miss. I've had $4USD https://www.amazon.com/eForCity-Memory-Reader-Adapter-Smoke/dp/B000Z9R2QQ readers that only did SDCards that worked great everytime, and I've had the $15USD 32-in-1 models that didn't do anything. Check the Stars and the customer comments, and if y...
And Debian is just Ubuntu with packages from 3 revisions ago... But really, just get in there and try them out. I need something with current packages, so I either run U16.04 LTS, Arch with my own PKG's or Alpine. If you really want to learn Linux, then try out Arch. It has the reputation of being v...
Okay, you do realize that you are going to bloat up that ~400MB when you add back in everything that was stripped out of Raspbian Jessie Lite. But here's a framework you can try working through. viewtopic.php?f=66&t=133691