Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Phil

Pages: 1 [2]
16
NXPTM M522XX, KINETIS and i.MX RT / i.MX Processors
« on: October 02, 2017, 10:05:38 PM »
Any support for i.MX processors, Mark?

I'm thinking of using one of these processors for the HDMI output capabilities.

Thanks.

Phil

17
µTasker general / Updating uTasker
« on: June 27, 2017, 06:05:33 PM »
Mark,

Is there any information in regards to updating uTaskerV1.4.10 to the latest?  (V1.4.12 in this case)

For example, save the config.h and app_hw_xxxx.h files, copy entire directory structure over current version, then overwrite config.h and app_hw_xxxx.h files that were previously saved.

Thank you.

Phil

18
NXPTM M522XX, KINETIS and i.MX RT / uTasker Web Server PDF?
« on: February 27, 2017, 09:45:37 PM »
Mark,

Is there a document which explains how the uTasker web server works?

I'd like to learn more about how http.c is handling web service calls and the interaction between http.c routines and WebInterface's routines (such as fnHandleWeb).

Thanks.

Phil

19
NXPTM M522XX, KINETIS and i.MX RT / DHCP Host Name
« on: February 23, 2017, 02:53:28 AM »
Mark,

I have a router connected to a router. Each router supports DHCP for the devices connected to each.
Router 1 has a base IP address of 192.168.0.1 and the second has a base address of 192.168.1.1.
Our device isn't able to get an appropriate IP address via DHCP. uTasker says the DHCP server is missing or not responding. I believe this is because
DHCP is using the DEFAULT_NETWORK which is 192.168.0.1. This is not the server to which I am connected and may be the reason.
It appears that there is a definition DHCP_HOST_NAME which signals to get the DHCP server address from cDeviceIDName. This appears
to be a string of 21 byte length. I assume this is the address of the DHCP Server which I would use a uStrcpy to set to "192.168.1.1".
However, I am still not able to get an IP address via DHCP. I know the DHCP service is available because I have other devices that regularly
connect via DHCP and get proper addresses. The MAC address is set to a proper address so this should not be an issue.

Any idea how I can resolve this problem getting a proper DHCP address?

Thank you.

Phil


Pages: 1 [2]