Search found 3 matches

by furia
Mon Sep 13, 2021 9:43 pm
Forum: Drivers for External Components
Topic: 24LC512 I2C memory
Replies: 13
Views: 12978

Re: 24LC512 I2C memory

I know the post is old but is this driver likely to work with eeprom 24lc64?

in the documentation it seems so but I'm not sure.

is there an example that can be reviewed?

Thank you very much for the great work.
by furia
Wed Aug 11, 2021 6:52 pm
Forum: ESP32 boards
Topic: urequests - any way to download files by chunks
Replies: 7
Views: 8930

Re: urequests - any way to download files by chunks

Please show the actual code that doesn't work (please link to code, or copy and paste it exactly here, no screenshots or incomplete code) and also copy & paste the exact error message, if any. Currently I have been able to accomplish my purpose as follows: import mrequests username = 'test' passwor...
by furia
Wed Aug 11, 2021 4:44 pm
Forum: ESP32 boards
Topic: urequests - any way to download files by chunks
Replies: 7
Views: 8930

Re: urequests - any way to download files by chunks

I am trying to download a binary file smaller than 1MB through urequests with basic authentication. The authentication part works and I get the expected response. but the truth is I feel lost since I can't download the file I need and I have to do it through urequests. your code works fine, but only...