Search found 99 matches

by tepalia02
Thu Jul 21, 2022 4:06 am
Forum: General Discussion and Questions
Topic: urequests and Raspberry Pi Pico W
Replies: 4
Views: 8269

Re: urequests and Raspberry Pi Pico W

You can try the memory saving tips in python / micropython
by tepalia02
Thu Jul 21, 2022 3:49 am
Forum: Raspberry Pi microcontroller boards
Topic: PicoW NTP Client with Temp sensor and serLCD via I2C
Replies: 7
Views: 14395

Re: PicoW NTP Client with Temp sensor and serLCD via I2C

Thanks for sharing. How is the in-built RTC working? Is it showing accurate time?
by tepalia02
Wed Jul 20, 2022 3:27 am
Forum: General Discussion and Questions
Topic: NodeMCU to NodeMCU serial I/O issue.
Replies: 3
Views: 2346

Re: NodeMCU to NodeMCU serial I/O issue.

Hi, have you tried the code without the remapping? If you just use TxD0 and RxD0, does your code work?
by tepalia02
Tue Jul 19, 2022 3:10 am
Forum: ESP32 boards
Topic: Adafruit QT-PY ESP32-C3
Replies: 1
Views: 2547

Re: Adafruit QT-PY ESP32-C3

What about the other features? Can you upload codes to the ESP32-C3?
by tepalia02
Tue Jul 19, 2022 3:08 am
Forum: Raspberry Pi microcontroller boards
Topic: Here a solution for ST7567S with I2C interface.
Replies: 1
Views: 4292

Re: Here a solution for ST7567S with I2C interface.

Thank you very much. Many of us find it difficult to create a new library or edit one. This will certainly help many in need.
by tepalia02
Mon Jul 18, 2022 5:05 am
Forum: ESP32 boards
Topic: can anyone tell me how to make library for any sensors
Replies: 2
Views: 2096

Re: can anyone tell me how to make library for any sensors

There is no straightforward tutorial. But I think it is possible to figure out if we study what's inside the existing micropython libraries.
by tepalia02
Mon Jul 18, 2022 4:44 am
Forum: Programs, Libraries and Tools
Topic: python picture tweaking
Replies: 2
Views: 3181

Re: python picture tweaking

Could not find anything about the exposure control in micropython. The only command I could find is set_exposure_ctrl(s, 1); Isn't there any command in micropython? Has anybody found anything?
by tepalia02
Sun Jul 17, 2022 6:59 am
Forum: Raspberry Pi microcontroller boards
Topic: Pi Pico, Micropython and a ST7567 / I2C
Replies: 1
Views: 2171

Re: Pi Pico, Micropython and a ST7567 / I2C

Looks like this topic has been discussed earlier: viewtopic.php?t=5663 but any easy solution was not found.
by tepalia02
Sun Jul 17, 2022 6:49 am
Forum: Programs, Libraries and Tools
Topic: Closed loop stepper motor code
Replies: 1
Views: 1921

Re: Closed loop stepper motor code

This video may help you writing your stepper motor control code in micropython : https://www.youtube.com/watch?v=rPOxbWIx8fk