Search found 16 matches

by williamhenrick
Sat Jul 31, 2021 4:54 pm
Forum: General Discussion and Questions
Topic: zfill()
Replies: 4
Views: 3114

Re: zfill()

I normally use the cascading

Code: Select all

('00' + str(sec))[-2:]
by williamhenrick
Sat Jul 31, 2021 4:51 pm
Forum: General Discussion and Questions
Topic: UDP boardcast can Not be received
Replies: 10
Views: 8087

Re: UDP boardcast can Not be received

That's an old post and you didn't ask the question. :!:
by williamhenrick
Sat Jul 31, 2021 4:49 pm
Forum: ESP8266 boards
Topic: Won't wake up from Deep Sleep
Replies: 31
Views: 11391

Re: Won't wake up from Deep Sleep

Yeah thanks to open source stuff, now we have a lot more options, boards, revisions, vendors. Unfortunately, this also leads to companies making boards with alternative parts to make things a bit less expensive at the cost of things not working properly, or companies not following specs and doing t...
by williamhenrick
Sat Jul 31, 2021 4:47 pm
Forum: General Discussion and Questions
Topic: The code is correct, but the execution is faulty
Replies: 2
Views: 1616

Re: The code is correct, but the execution is faulty

obviously it will give the error, btw check 20/0, that will also give the error. :D
by williamhenrick
Tue Jul 27, 2021 10:56 am
Forum: ESP8266 boards
Topic: Won't wake up from Deep Sleep
Replies: 31
Views: 11391

Re: Won't wake up from Deep Sleep

Yeah thanks to open source stuff, now we have a lot more options, boards, revisions, vendors. That's why I love Embedded Systems a lot.
by williamhenrick
Tue Jul 27, 2021 10:53 am
Forum: ESP8266 boards
Topic: Increase ROM size
Replies: 6
Views: 4917

Re: Increase ROM size

Wow that's a new info, I didn't think it could be possible. I have worked on the NodeMCU module and didn't have this issue.

Does it has affected the VFS space?
by williamhenrick
Sun Jul 25, 2021 9:49 pm
Forum: ESP8266 boards
Topic: Fingerprint unlocking electronic lock based on ESP8266
Replies: 7
Views: 28153

Re: Fingerprint unlocking electronic lock based on ESP8266

Yeah, you have to buy a new fingerprint sensor, if you want to add this security to your project. It's quite cheap plus they have a memory to store up to 100 fingerprints in their EEPROM. Easily interfaceable with microcontrollers.
by williamhenrick
Sun Jul 25, 2021 9:46 pm
Forum: General Discussion and Questions
Topic: Non-ascii chars of the input get ignored
Replies: 3
Views: 2273

Re: Non-ascii chars of the input get ignored

Ahan good, I will follow it. Although I am working on UNO for now but I am thinking of going to Pi so studying micropython.
by williamhenrick
Sat Jul 24, 2021 8:36 am
Forum: General Discussion and Questions
Topic: AT+CSQ :bug with lte?
Replies: 2
Views: 1798

Re: AT+CSQ :bug with lte?

Try restarting your board programmatically. When you encounter the error, restart your board via programming and then check, if its working fine. One possible solution: https://www.theengineeringprojects.com/ ... -nano.html
by williamhenrick
Sat Jul 24, 2021 8:32 am
Forum: General Discussion and Questions
Topic: Non-ascii chars of the input get ignored
Replies: 3
Views: 2273

Re: Non-ascii chars of the input get ignored

I think you should file a bug report, it is weird.