Search found 11 matches

by aliyesami
Mon May 15, 2023 11:46 pm
Forum: General Discussion
Topic: square wave generator code
Replies: 3
Views: 2701

Re: square wave generator code

its apparently not for ESP32 as i get the following error when I try to run it .

"Error compiling for board Node32s."

can this code be adapted for node32s ? i see the micro used on the board is ESP32-wroom
by aliyesami
Sun May 14, 2023 10:44 pm
Forum: General Discussion
Topic: square wave generator code
Replies: 3
Views: 2701

square wave generator code

how can I generate a 40Khz 50% duty cycle signal in ESP32 wroom ?
by aliyesami
Mon May 08, 2023 8:46 pm
Forum: General Discussion
Topic: esp32-wroom dev kit external power not working
Replies: 3
Views: 1651

Re: esp32-wroom dev kit external power not working

basically i am looking for a ready made external usb power adapter to power my esp32 dev board
by aliyesami
Mon May 08, 2023 8:29 pm
Forum: General Discussion
Topic: esp32-wroom dev kit external power not working
Replies: 3
Views: 1651

esp32-wroom dev kit external power not working

if i connect my esp32 dev kit to my computer with the usb cable it works perfect but when i connect it to my external 3.3v 2A powersupply it does not work. It must be booting because I see the logo pop up on the oled display but thats it. the board does not connect to wifi or do anything that I have...
by aliyesami
Fri Apr 21, 2023 3:14 am
Forum: General Discussion
Topic: AT Flash mandatory ?
Replies: 3
Views: 1312

Re: AT Flash mandatory ?

i will be using wifi and GPIO pins , do I need AT functionality ?
I see there are factory firmware also ..(factory_WROOM-32.bin ) do i need to upload this one ?
what about if i am using wroom-32 can it also be used for wifi projects without any firmware?

thanks
by aliyesami
Thu Apr 20, 2023 7:04 pm
Forum: General Discussion
Topic: AT Flash mandatory ?
Replies: 3
Views: 1312

AT Flash mandatory ?

I bought a WROOM-02u module. Do I have to upload this AT _ Firmware to it ?
if yes then how and where I can download it ? the Espressife site is not letting me download it.
by aliyesami
Thu Apr 20, 2023 6:00 pm
Forum: ESP32 Arduino
Topic: Interfacing esp-wroom-02u
Replies: 4
Views: 1915

Re: Interfacing esp-wroom-02u

as I dig deeper i found more questions , one of the posts mentioning "Firmware " to be flashed on to the wroom-02u.
So now I have two issues:
1- how to flash the Wroom module
2- how to program the Wroom module

should i open separate post for each?
by aliyesami
Thu Apr 20, 2023 4:51 pm
Forum: ESP32 Arduino
Topic: ENABLE pin on ESP nodeMCU
Replies: 0
Views: 803

ENABLE pin on ESP nodeMCU

i am following this article and its mentioning grounding the "ENABLE" pin to put the microcontroller to "sleep" but i can't find any such pin in the schematics ., so which pin the author is talking about?

https://www.pcbway.com/project/sharepro ... c8591.html
by aliyesami
Thu Apr 20, 2023 3:28 pm
Forum: ESP32 Arduino
Topic: Interfacing esp-wroom-02u
Replies: 4
Views: 1915

Re: Interfacing esp-wroom-02u

yes i know all that ,my question is if I use ftdi and make all connections and give it its own power supply then how do I connect it from Arduino? I dont see any board called "wroom-02u" there. I do use my "node32s" dev board and I do see it in Arduino. My second question is : since I have the node3...
by aliyesami
Thu Apr 20, 2023 3:26 am
Forum: ESP32 Arduino
Topic: Interfacing ESP-WROOM
Replies: 0
Views: 719

Interfacing ESP-WROOM

I am seeing many posts about this but i am not clear on if I can directly program this via an ftdi serial adapter and Aduino IDE or do I need an ESP dev board ?
If latter is the case then I have a working Node32s dev board , can I use it?