Python Forum
cheap and low power python device
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
cheap and low power python device
#3
(Jun-25-2024, 09:22 AM)kucingkembar Wrote: and device requirements:
1. can run the above package,
2. can download files with sizes above than 4GB
3. have store 100+ GB of data(probably using an SD card or USB stick)

any clue what device I must use?

An Intel Pentium I with 100 MHz could do this task with Python 3. If the machine does not have enough memory, you even could use Micropython. To be realistic, 128 MiB RAM should be available.

You could use a RPi0 W or a RPi0 W2 with an attached USB-SSD/HDD to do this task.

The maximum file size is defined by the file system which is used.
Use ext4 or something else. Avoid the use of FAT. The Fat file system single file site limit is 4 GiB.
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply


Messages In This Thread
cheap and low power python device - by kucingkembar - Jun-25-2024, 09:22 AM
RE: cheap and low power python device - by DeaD_EyE - Jun-25-2024, 08:41 PM
RE: cheap and low power python device - by DeaD_EyE - Jun-27-2024, 12:33 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python Coding in Power BI Visual vjrans 0 422 Jan-31-2024, 07:54 AM
Last Post: vjrans
  Power Shells vs Compile and Run programs? RockBlok 2 547 Jan-13-2024, 09:08 PM
Last Post: RockBlok
Question Python and Power BI Desktop dangermaus33 1 1,429 Jan-19-2023, 06:54 AM
Last Post: GetOnData
  Sending string commands from Python to a bluetooth device Rovelin 13 10,262 Aug-31-2021, 06:40 PM
Last Post: deanhystad
  Python BLE Scanner not detecting device alexanderDennisEnviro500 0 2,115 Aug-01-2021, 02:29 AM
Last Post: alexanderDennisEnviro500
  Raising numbers to power ** GJG 3 2,603 Mar-23-2021, 03:43 PM
Last Post: deanhystad
  Real Time Audio Processing with Python Sound-Device not working Slartybartfast 2 4,235 Mar-14-2021, 07:20 PM
Last Post: Slartybartfast
  Detecting power plug Narayan 2 2,866 Aug-01-2020, 04:29 AM
Last Post: bowlofred
  Get list of Video Device in python on Windows machine Michal 1 10,891 Apr-03-2020, 06:57 PM
Last Post: Mateusz
  Reading UDP from external device without device software ikdemartijn 2 3,601 Dec-03-2019, 04:29 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020