I didn't immediately find a US source, so I probably won't be tearing into one. Edit: amazon.co.uk doesn't appear to carry it either
Any idea on the battery life? I know an ESP8266 consumes around 15 mA in "light sleep" and significantly more with the radio active, so I'd imagine you'd need to keep it on the USB adapter. Still, at under 10€, looks interesting. Might have to have one shipped to me on my next European trip.
on amazon.com you will find the Strontium Mobile Wifi Cloud with a 3000mAh battery but the price is $40
Yes:
Power consumption
The measurements were taken with a USB power monitor, so don't expect any precision. Since they were taken on the 5V voltage, you need to convert everything to the battery voltage or use Watts for a precise power estimation. The unit does some kind of trickle charging that can vary/increase the 5V current by 100mA during certain periods.
Example: 340mA @ 5V is about 531mA @ 4V (on battery, assuming 80% converter efficiency). Or 1.7W, easier to work with.
Idle, bridge mode: 340mA. Estimated battery time 4h8m.
As above, but with a USB stick plugged in: 400mA. This means that just plugging in a USB stick reduces the battery time by 1h18m to 3h30m.
Copy 8GB of data from HFS+ USB stick (Apple-formatted) via Samba (network): 540-640mA.
Cpu at full load seems to take ~70mA of current, so only a 20% increase.
With all network interface disabled, at idle: 260mA.
Unit off: 10mA or 100mA. The 10mA is likely from the blue LED, the 100mA is the trickle current as noted above, it does not draw this at all times.
Unit off, USB and SD inserted: 170mA. It seems that just the USB interface by itself is drawing 70mA at all times.
With the above data I can derive the consumption of various components:
baseline: 1.3W
USB inserted: 0.35W
CPU max TDP: 0.35W
WiFi: 0.4-1.2W
Hello,
I'm currently packing up all this info into a 18.06.snapshot (post .2 from 2019-03-01) , as these pods are currently available even as low as €2 .
Works fine, and I'll published some images soon. However I didn't commit anything back, so let's try this as a first-timer
Currently a bit struggling with forced enabling of Wifi, where I didn't find a canonical solution which the Wiki pages indicates, so built a new one for the ralink target only. Maybe someone ones about the proper approach (cite Wiki: " If the device has ethernet ports, the wireless is turned OFF by default.") ?
USB modules didn't load properly for some reason, so added a bunch of modules to the rt305x.mk .
firmware upgrade from the gui seems to require a padded uboot image included, so currently firmware upgrade will be only via telnet access or serial console to the rescue image.
TODO: trying to get rid of the rescue image if everything works, because this gives 1MB of valuable flash to jffs.
Yes, this works, but would enable wifi on all devices. There is obviously a reasoning behind to not do this (see the wiki article on wireless), although I don't really see the point.
However, I build a uci-defaults script, postponed until wireless config is generated, which enables wlan for this particular board.
I was asking because the wiki implies there is already such a script, which I'm unable to find.
gpios works, again.
Messed up the dts before when trying to get uartf running...
Edit:
Did anyone test this out, and maybe found glitches?
I found one problem, the box seems to fail on creating an encrypted AP; unencrypted AP or station (any) works... actually didn't use this until yesterday...
@netadair can you maybe give some more details on your build configuration. I would like to have a try to build the kernel image by myself and to check some options on the WPA2 stuff...
@Opal@netadair so I tried a little bit. It could be the date and time has to be set before WPA2 is working. You can also first of all start with WPA/WPA2 mixed and later switch to WPA2. Thats how WPA2 worked without any changes on the firmware of @netadair for me.