Earlier quoted context omitted.
My CHIP still not delivered. They re-scheduled 3 times the delivery. The last was 3 Oct. Today I received the "happy" news this will be shipped at the beginning of Nov. The initial shipment was June when I ordered in March.
I ordered a TextBlade (small-form factor bluetooth keyboard with pretty nifty technology) on March 2015 for delivery on June 2015 (not a Kickstarter, mind you) and I'm still waiting (actually all purchasers are, except for a beta testing group).
CHIP Pro
91–100 of 207 posts
Re: CHIP Pro
#92Earlier quoted context omitted.
I got mine a few weeks ago and love it. Pico-8 is wonderful, I haven't done much besides mess with that.
Really? I find Pico-8 is barely playable with the keyboard. Are you using a bluetooth controller?
Re: CHIP Pro
#93I have the chip, esp8266, rpi, teensies, trinkets, arduinos... I studied electronics principles and built various circuits.. yet I have no idea what I can practically use these devices for in my life. They all sit in a box and I have a hard time justifying buying more of them.
Raspberry Pis and CHIPs: good for a home automation hub of sorts or a thing where you want a portable computer capable of working with video, audio, or large volumes of data. Arduino et al: need to have buttons do more complicated things than buttons can actually do: slowly change light colors, actuate things, CNC, etc. ESP8266: sensors and remote controls for switches and such. Anything Arduino does above, except th…
Re: CHIP Pro
#94Earlier quoted context omitted.
Raspberry Pis and CHIPs: good for a home automation hub of sorts or a thing where you want a portable computer capable of working with video, audio, or large volumes of data. Arduino et al: need to have buttons do more complicated things than buttons can actually do: slowly change light colors, actuate things, CNC, etc. ESP8266: sensors and remote controls for switches and such. Anything Arduino does above, except th…
+1 for using Raspberry Pi for home automation. I'm just getting into electronics but have found the Pi indispensable for this purpose: without much effort, I now have Pi Zero running Homebridge with plugins and hardware to control an AC power outlet switch, ambient temperature and humidity sensors, three contact sensors, and another Raspberry Pi 3 also running Homebridge with a light sensor, fan speed controller (PWM…
Re: CHIP Pro
#95I have the chip, esp8266, rpi, teensies, trinkets, arduinos... I studied electronics principles and built various circuits.. yet I have no idea what I can practically use these devices for in my life. They all sit in a box and I have a hard time justifying buying more of them.
Since I had no infrared camera, I had to use a light which most probably scared the rodent :-)
So, I had a few pictures of nothing and no more rodent.
So in some way, the rpi did help :-)
Re: CHIP Pro
#96I have the chip, esp8266, rpi, teensies, trinkets, arduinos... I studied electronics principles and built various circuits.. yet I have no idea what I can practically use these devices for in my life. They all sit in a box and I have a hard time justifying buying more of them.
I have used my rpi to try to take a picture of a rodent which was making noise in my ceiling :-) Since I had no infrared camera, I had to use a light which most probably scared the rodent :-) So, I had a few pictures of nothing and no more rodent. So in some way, the rpi did help :-)
Re: CHIP Pro
#97Earlier quoted context omitted.
I got mine a few weeks ago and love it. Pico-8 is wonderful, I haven't done much besides mess with that.
Really? I find Pico-8 is barely playable with the keyboard. Are you using a bluetooth controller?
Re: CHIP Pro
#98Great hardware, but do you really want to run a full Linux system on low-end IoT devices? That's what made the recent massive DDOS attack possible - lots of little machines with way too much network-side functionality. Linux just has too much attack surface.
Re: CHIP Pro
#99i own the original chip. i don't understand what this thing is about, a higher-spec chip?
1. It is now SiP, not SoC, because the GR8 chip incorporates 512MB RAM! System-in-Package.
2. They made changes here and there so all of the GR8 is open compared to the previous SoC. Most notably I expect the video decoding/encoding in hardware should be unable now.
3. Much smaller form factor.
4. Now has very fast NAND memory, so flash once and forget.
5. Overall they got input from developers and implemented what is needed.
6. Most important, same day Linux kernel support for the GR8 in Linus's tree. The commit was accepted a few days ago.
Re: CHIP Pro
#100Great hardware, but do you really want to run a full Linux system on low-end IoT devices? That's what made the recent massive DDOS attack possible - lots of little machines with way too much network-side functionality. Linux just has too much attack surface.