Search found 10 matches

by wardelder
Fri Jan 08, 2021 8:10 pm
Forum: Bug Reports
Topic: Network Comms not supported with WLAN ESP32
Replies: 10
Views: 6449

Re: Network Comms not supported with WLAN ESP32

That worked! I can now create and run a webserver from the ESP32. Thank you!
by wardelder
Fri Jan 08, 2021 2:12 pm
Forum: Bug Reports
Topic: Network Comms not supported with WLAN ESP32
Replies: 10
Views: 6449

Re: Network Comms not supported with WLAN ESP32

When I try to compile I get multiple errors. I have attached the program and errors.
by wardelder
Fri Jan 08, 2021 1:53 am
Forum: Bug Reports
Topic: Network Comms not supported with WLAN ESP32
Replies: 10
Views: 6449

Network Comms not supported with WLAN ESP32

When I try to connect the Network Comms to the WLAN ESP32 component, the Network Comms component properties shows "Not Yet Supported" in the Status field. Will there be support soon?
by wardelder
Wed Jan 06, 2021 8:21 pm
Forum: Bug Reports
Topic: 4D Picaso V1 component issues
Replies: 2
Views: 2041

Re: 4D Picaso V1 component issues

It now works. I am using the Visi4D component as it gives more functionality on the 4D display I am using. Thanks for the quick fix!
by wardelder
Wed Jan 06, 2021 2:17 am
Forum: Bug Reports
Topic: 4D Picaso V1 component issues
Replies: 2
Views: 2041

4D Picaso V1 component issues

Using my EB091 board I tried to compile a very basic program for a 4D systems LCD running the Picaso processor. The code only has one component macro: the gLCD Initialise component. I get an error in the linker. Here is the output from the build: Target folder: C:\Flowcode Source name: C:\Flowcode\V...
by wardelder
Wed Dec 30, 2020 10:31 pm
Forum: Bug Reports
Topic: Bluetooth spp does't work in ESP32
Replies: 29
Views: 22403

Re: Bluetooth spp does't work in ESP32

Bytes work fine to and from the ESP32. No reset. I can even send a String "to" the ESP32. I cannot send a string "from" the ESP32 without a reset occuring.
by wardelder
Wed Dec 30, 2020 12:22 am
Forum: Bug Reports
Topic: Bluetooth spp does't work in ESP32
Replies: 29
Views: 22403

Re: Bluetooth spp does't work in ESP32

I have the ESP32 Bluetooth connecting. I can send a String to it fine. If I try to send a String "from" the ESP32, it restarts. I assume it is crashing. I have an external 2Amp 5v power supply on the VIN pin of the ESP32 dev board. So power is not the issue.
by wardelder
Tue Dec 29, 2020 11:47 pm
Forum: General
Topic: Access Denied on COM port with ESP32 (Windows)
Replies: 0
Views: 1999

Access Denied on COM port with ESP32 (Windows)

I figured out an issue. When trying to program an ESP32 on my Windows machine, I would often get an Access Denied error. I followed this site to find out what was "locking" the COM port the ESP32 was on: https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000YGw9CAG&l=en-CA Turns out I own a...
by wardelder
Tue Dec 29, 2020 5:48 pm
Forum: Bug Reports
Topic: Bluetooth spp does't work in ESP32
Replies: 29
Views: 22403

Re: Bluetooth spp does't work in ESP32

I managed to get the Bluetooth radio to show up on my phone (Samsung). I had to change the sdkconfig file to the following: # # Bluetooth # CONFIG_BT_ENABLED=y # # Bluetooth controller # # CONFIG_BTDM_CTRL_MODE_BLE_ONLY is not set CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY=y # CONFIG_BTDM_CTRL_MODE_BTDM is n...
by wardelder
Sun Dec 27, 2020 9:54 pm
Forum: General
Topic: ESP32 WROOM 32 WiFi signal strength - Flowcode V9
Replies: 2
Views: 2170

ESP32 WROOM 32 WiFi signal strength - Flowcode V9

Not sure I am correct, but when I run a WiFi Scan then do a ReadSignalStrengthFromScan, I get a number that is way off. If I subtract this number from 256, I get a very close reading to what my Android shows. For example, if I place an AP right beside the ESP32, I get a signal strength of 249. When ...