Search found 124 matches

by rsimpsonbusa
Wed Nov 02, 2022 1:47 am
Forum: General Discussion
Topic: Need to buy ESP32-PSRAM
Replies: 2
Views: 2483

Re: Need to buy ESP32-PSRAM

hi. I bought about 10 of them some time ago. In China look for PSRAM esp32. Cannot remember web site. 16GB

Good luck.

RSN
by rsimpsonbusa
Wed Sep 28, 2022 9:47 pm
Forum: ESP RainMaker
Topic: Using a different MQTT Server
Replies: 1
Views: 3231

Using a different MQTT Server

Hi yall. Does anybody know how to change the MQTT Server ? Menuconfig comes with an aws mqtt server name, but if I change this name to my own service, I still need to send the User and Password and I dont see any options for this in the Menuconfig. Also the rainmaker mqtt API has a Mqtt setup config...
by rsimpsonbusa
Wed Sep 28, 2022 9:43 pm
Forum: ESP RainMaker
Topic: Add Member
Replies: 1
Views: 2414

Re: Add Member

Hi. The member has to be a REGISTERED one also, ei, downloaded the phone app and Registered with its email. This email you now use to add a member.

Regards.
by rsimpsonbusa
Fri Sep 23, 2022 9:58 pm
Forum: ESP RainMaker
Topic: Limitations of free tier?
Replies: 2
Views: 5586

Re: Limitations of free tier?

Hi. I dont see in your web what are the prices or plans. Is there a link to it?

Regars
by rsimpsonbusa
Wed Jan 05, 2022 7:01 pm
Forum: IDEs for ESP-IDF
Topic: progress on VS Code debugger
Replies: 8
Views: 16393

Re: progress on VS Code debugger

Hi mzimmers. To test cable problems I exchanged gpio15 with gpio14 and tried to start the ESP PROG, getting the all ones error. Also I disconnected the GPIO15 and same all ones error. Yes, I also think that cables shouldn't be something you cannt resolve. Still I attach an image of connections from ...
by rsimpsonbusa
Wed Jan 05, 2022 3:02 am
Forum: IDEs for ESP-IDF
Topic: progress on VS Code debugger
Replies: 8
Views: 16393

Re: progress on VS Code debugger

Hi. Got a launch.json that does not require manually starting openocd. { // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": ...
by rsimpsonbusa
Wed Jan 05, 2022 2:29 am
Forum: IDEs for ESP-IDF
Topic: progress on VS Code debugger
Replies: 8
Views: 16393

Re: progress on VS Code debugger

Hi. I finally got the time/nerve to setup the ESP32 environment to use a proper debugger instead of the mighty printf :D I procrastinated cause the setup was very elaborate or badly documented or when I tried I never got it to work. So New Year resolution, make it work, and I got it to work semi aut...
by rsimpsonbusa
Sat Jun 13, 2020 9:36 pm
Forum: General Discussion
Topic: How to deny Connection as AP
Replies: 4
Views: 6413

Re: How to deny Connection as AP

Hi. I don’t have panics or heap errors. I have very strict control of any structure or Mallocs that the station was using. Also, the intention was to deny an external station to connect at all so I have a list of whitelisted macs and therefore when a AP_STA_CONNECT happens and not in the whitelist i...
by rsimpsonbusa
Wed May 27, 2020 4:52 am
Forum: ESP-IDF
Topic: WinBond 16MB 133MHZ Flash not working
Replies: 4
Views: 5640

Re: WinBond 16MB 133MHZ Flash not working

Hi ESP_Angus Well Im so embarrassed. I thought I bought a 16MByte chip (128Mb) but actually I got a 2MByte (16Mb) chip. :o So All the problem is that it does not have the capacity, and it actually identifies the chip correctly as well as the capacity (2mega bytes 1<<0x15). The log showed that and th...
by rsimpsonbusa
Wed May 27, 2020 2:35 am
Forum: ESP-IDF
Topic: WinBond 16MB 133MHZ Flash not working
Replies: 4
Views: 5640

Re: WinBond 16MB 133MHZ Flash not working

Hi ESP_Angus The esp32 wroom-32 flash chip was replaced by the winbond, so no new pcb or related pcb design errors/noise. The 8 pins where tested for continuity to the "external pins" (since the cap was removed). The environment is an app that is working with the default esp23 flash chip from XMC. I...