Search found 125 matches

by Alan_37
Sat Feb 06, 2021 9:05 pm
Forum: Feature Requests
Topic: Flash Memory Status
Replies: 2
Views: 2174

Re: Flash Memory Status

Hi Oscar, Thanks for your reply I have searched a bit on the net and could not find a tool that does that so I thought I build one myself and dedicated around 2 hours to this. Using Labview I was able to build a tool that reads the hex file and calculates the space taken and what's left here is a sc...
by Alan_37
Fri Feb 05, 2021 1:29 pm
Forum: Feature Requests
Topic: Flash Memory Status
Replies: 2
Views: 2174

Flash Memory Status

Hi, When I am programming I usually wonder how much space I have left on the Microcontroller.

Could we have some tool to indicate this ? or maybe already there and I don't know about it? :)
by Alan_37
Mon Feb 01, 2021 8:56 pm
Forum: Feature Requests
Topic: MCP23017 I2C Address
Replies: 4
Views: 2966

Re: MCP23017 I2C Address

Hi Ben

Just tested it, works great! Thanks very much for your help.
by Alan_37
Mon Feb 01, 2021 9:36 am
Forum: Feature Requests
Topic: MCP23017 I2C Address
Replies: 4
Views: 2966

MCP23017 I2C Address

Hi I am currently working with multiple MCP23017 modules and noticed that if we Could change the Module Address in the program Would save a lot of space. Right now I am duplicating the macros just for talking to a different module when we could just set a different address in the beginning and use t...
by Alan_37
Fri Dec 25, 2020 3:04 pm
Forum: Bug Reports
Topic: FLOWCODE 9 MCP23017 PROBLEM
Replies: 26
Views: 14281

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: 2945

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 2889 times
by Alan_37
Fri Dec 18, 2020 1:30 pm
Forum: Bug Reports
Topic: ESP32 WIFI
Replies: 4
Views: 2945

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: 2945

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: 2569

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: 2840

Re: MQTT

Hi Ben / Steve

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

Thanks again