Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.

ZakieM

Member Since 26 Mar 2011
Offline Last Active Apr 16 2020 02:42 PM
-----

Posts I've Made

In Topic: Auto detection NTP code

08 June 2012 - 07:19 PM

Thanks for noting. Done

In Topic: N+ showing Weather Underground information on VGA

28 April 2012 - 10:41 PM

Ask Geo service has updated their service and new posted code here incorporates the changes required.

In Topic: PC rebooting on NetduinoPlus Disconnect

22 April 2012 - 05:01 AM

For me uninstalling Secretlabs SDK and .NETMF and the re-installing 4.1 helped (and it uninstalled GHI too). The 4.2 was somewhat useless for my project as I could not fit the program into memory of the N+.

In Topic: N+ showing Weather Underground information on VGA

20 April 2012 - 01:37 PM

The N+ only stream out data, that is it tells the uVGA (or other 4D screen) current temp is X and humidity Y and moon is Z etc.
The N+ also tells the uVGA the time and date.

The uVGA itself then is running a program I wrote (it is programmable using 4GL language) that split the screen to tiles, changes font sizes, colors and what have you. Icons and bitmaps are stored on SD card of the uVGA. That code and content of the SD is part of the ZIP file.

The N+ updates the uVGA only once in few minutes. In the mean time an internal timer on the uVGA is interrupting once a second so that you get a clock with seconds displayed.

Both N+ and uVGA have very inaccurate timing, but the N+ is slightly better. This is why the NTP is polled once in 6 hours and fixes the drifts of the N+ time, and then the N+ is also updating the uVGA.

The uVGA has two firmwares, the one I use that requires you to program in 4GL and another one that lets you send graphical commands from UART. Switching between the two is simple. Take a look at their site.

In Topic: N+ showing Weather Underground information on VGA

20 April 2012 - 01:03 PM

Thanks Hanzibal! Regarding #1, yes I do determine location based on external IP of the network the N+ is connected to. Good enough for weather information and likely to work at any home. Proxies will cause some problems. Regarding #2, I am not sure exactly as the screen I used does not report the complete VGA settings. It is a 800x480 in resolution but not sure how many Hz for the refresh. If your question is about the speed at which the display is updated, it is very good. The reason is the mentioned adapter has a "GPU" on it from 4D Systems, and all the graphical commands and layout of screen is done on that "GPU", and not by the N+.

home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.