Search found 99 matches

by tepalia02
Wed Apr 27, 2022 6:08 am
Forum: ESP32 boards
Topic: LoRa on esp32 board?
Replies: 10
Views: 3751

Re: LoRa on esp32 board?

You can get some idea regarding interfacing LoRa with ESP32: https://randomnerdtutorials.com/esp32-lora-rfm95-transceiver-arduino-ide/ You can embed the whole system in a PCB. Initially, you can make a PCB prototype at your home. This write up describes all the details regarding PCB manufacturing at...
by tepalia02
Tue Apr 26, 2022 10:41 am
Forum: Other Boards
Topic: STM32F769DISC SD card usage
Replies: 6
Views: 30675

Re: STM32F769DISC SD card usage

Hi, have you seen this video series? These are about SD card interfacing with STM32F discovery board.
https://www.youtube.com/watch?v=kRhF44v2ezM
https://www.youtube.com/watch?v=ZdvzYE7c26k
https://www.youtube.com/watch?v=FbYj_vw02WQ
by tepalia02
Tue Apr 26, 2022 10:34 am
Forum: General Discussion and Questions
Topic: How to use Flash Drive with STM32 || USB HOST MSC
Replies: 2
Views: 1726

Re: How to use Flash Drive with STM32 || USB HOST MSC

You may get some guidelines from this video regarding writing data to a pen drive using STM32:
https://www.youtube.com/watch?v=uIOb5sSFyUY
by tepalia02
Mon Apr 25, 2022 7:35 am
Forum: General Discussion and Questions
Topic: 'None' in serial communication
Replies: 7
Views: 1882

Re: 'None' in serial communication

Sounds like your components are alright. If the problem is not solved yet, I think you can share your code here. Hopefully micropython experts here will be able to figure out the issue.
by tepalia02
Mon Apr 25, 2022 7:26 am
Forum: Hardware Projects
Topic: ESPNow range/antenna testing (RSSI)
Replies: 3
Views: 27563

Re: ESPNow range/antenna testing (RSSI)

Thanks a lot for the clarification again.
by tepalia02
Sun Apr 24, 2022 6:31 am
Forum: General Discussion and Questions
Topic: Chessboard robot
Replies: 10
Views: 4418

Re: Chessboard robot

I know this is not what you want. But this project may give you some idea. This is a smart chessboard. This is based on ESP32-WROOM. The component list may prove helpful to you. https://www.pcbway.com/project/shareproject/Smart_Chess_Board.html That’s a great idea to have the board track the robot!...
by tepalia02
Sun Apr 24, 2022 6:26 am
Forum: ESP32 boards
Topic: Serial MIDI circuit (DIN5)?
Replies: 1
Views: 1009

Re: Serial MIDI circuit (DIN5)?

For converting 3.3V to 5V or vice versa, you have to use a logic level converter.
https://www.waveshare.com/logic-level-converter.htm
by tepalia02
Sat Apr 23, 2022 7:59 pm
Forum: General Discussion and Questions
Topic: Chessboard robot
Replies: 10
Views: 4418

Re: Chessboard robot

I know this is not what you want. But this project may give you some idea. This is a smart chessboard. This is based on ESP32-WROOM. The component list may prove helpful to you.
https://www.pcbway.com/project/sharepro ... Board.html
by tepalia02
Thu Apr 21, 2022 10:00 am
Forum: Hardware Projects
Topic: ESPNow range/antenna testing (RSSI)
Replies: 3
Views: 27563

Re: ESPNow range/antenna testing (RSSI)

Thank you. Are these python scripts only compatible with ESPNOW? Or we can test ESP32-WROOM etc. too?
by tepalia02
Thu Apr 21, 2022 9:44 am
Forum: ESP32 boards
Topic: WiFi re-connect problem
Replies: 6
Views: 9081

Re: WiFi re-connect problem

I can see

Code: Select all

mport network
Have you missed the 'i' when typing?