Search found 141 matches

by Alan_37
Fri Dec 25, 2020 3:04 pm
Forum: Bug Reports
Topic: FLOWCODE 9 MCP23017 PROBLEM
Replies: 26
Views: 14516

Re: FLOWCODE 9 MCP23017 PROBLEM

Hi David, I just started playing with the MCP23017 according to the datasheet you have to set Port B in your case to be an OUTPUT, this is done by writing the IODIRB register. Putting a value of 0 will set the entire Port B to be an Output. Working fine on the STM32, I hope this helps. - reg.png
by Alan_37
Sat Dec 19, 2020 11:21 am
Forum: Bug Reports
Topic: ESP32 WIFI
Replies: 4
Views: 3010

Re: ESP32 WIFI

Hi Stefan

Yes I was able to get rid of that error now I can see the right messages
but still, when I Scan the 2.4ghz I don't see the SSID AP43 in this case .
-
AP.png
AP.png (59.36 KiB) Viewed 2954 times
by Alan_37
Fri Dec 18, 2020 1:30 pm
Forum: Bug Reports
Topic: ESP32 WIFI
Replies: 4
Views: 3010

Re: ESP32 WIFI

Hi LeighM,

Thanks for your reply, if you don't have the same problem could be that I Installed some different version of
the toolchain or something?

OK this is not urgent so don't worry just playing here, will tackle this after the festive season :)

Enjoy it and stay safe.
by Alan_37
Thu Dec 17, 2020 9:19 pm
Forum: Bug Reports
Topic: ESP32 WIFI
Replies: 4
Views: 3010

ESP32 WIFI

Hi , Just started playing with the esp32 and for now, I am just testing some functions to see what it can do. So made this simple Code to create an Access point and I can see that there is a bug, The access point does not get created and in the rs232 debug messages can see the following. [0;32mI (72...
by Alan_37
Thu Dec 17, 2020 8:55 pm
Forum: Bug Reports
Topic: ESP32 Wlan connect, but how to read IP Adress
Replies: 3
Views: 2622

Re: ESP32 Wlan connect, but how to read IP Adress

Hi ,

I think you have to read a byte at a time incrementing the index value but don't really know
how you would know where to put the point you will end up something like this 19216801 for 192.168.0.1
by Alan_37
Thu Dec 17, 2020 11:14 am
Forum: Feature Requests
Topic: MQTT
Replies: 3
Views: 2894

Re: MQTT

Hi Ben / Steve

Thanks for your prompt reply and fix will update and test.

Thanks again
by Alan_37
Thu Dec 17, 2020 8:18 am
Forum: Feature Requests
Topic: MQTT
Replies: 3
Views: 2894

MQTT

Good morning,

Is it possible to have the MQTT Address as a variable? so that we can set it when the code is running
by Alan_37
Sun Dec 13, 2020 4:58 pm
Forum: Bug Reports
Topic: WS2812 Build Error ( STM32F407ZG )
Replies: 7
Views: 4343

Re: WS2812 Build Error ( STM32F407ZG )

On V9 this seems to be fixed but I think on V7 & 8 still present
by Alan_37
Sat Dec 12, 2020 4:32 pm
Forum: Bug Reports
Topic: WS2812 Build Error ( STM32F407ZG )
Replies: 7
Views: 4343

Re: WS2812 Build Error ( STM32F407ZG )

Hi , on V9 it is compiling and working ok , though I once notice that yes at first it lights up white then after the second refresh it starts to work correctly , could be that there are still bugs
by Alan_37
Fri Dec 11, 2020 2:56 pm
Forum: Bug Reports
Topic: WS2812 Build Error ( STM32F407ZG )
Replies: 7
Views: 4343

Re: WS2812 Build Error ( STM32F407ZG )

Hi,

Thanks for your reply update done and now compiles Perfectly.