Jump to content

nico

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by nico

  1. Hi, I'm having a problem with some timezones and I couldn't find anything in the web related with it. This is in a NanoiPi M1 with ARMBIAN on it. The problem is that when I run the following commands the result is not the as expected:

    echo "America/Indianapolis" > /etc/timezone && dpkg-reconfigure -f noninteractive tzdata
    

    and then result is:

    Current default time zone: 'America/Adak'
    Local time is now:      Thu Sep  8 03:08:41 HDT 2016.
    Universal Time is now:  Thu Sep  8 12:08:41 UTC 2016.
    

    but if I run:

    echo "America/Indiana/Indianapolis" > /etc/timezone && dpkg-reconfigure -f noninteractive tzdata
    

    the result is as expected:

    Current default time zone: 'America/Indiana/Indianapolis'
    Local time is now:      Thu Sep  8 08:11:19 EDT 2016.
    Universal Time is now:  Thu Sep  8 12:11:19 UTC 2016.
    

    The same problem with "America/Fort_Wayne", it changes to "America/Adak".

    The only reference I found in the web is this https://bugs.launchpad.net/ubuntu/+source/tzdata/+bug/750837

    Any idea? Thanks.

  2. Tkaiser, thanks you for your soon answer. I read the post you mentioned and follow the LeMaker's steps (https://github.com/LeMaker/WiringBP) but it doesn't work for the NanoPi. Then I found this blog WiringPi in a Orange Pi with which I have more hope since Orange Pi PC has the same AllWinnwer H3 processor, but it doesn't work either, I do not have many clues why.

    Finally, I found in the FriendlyARM Wiki the procedure to install a DHT11 sensor in a NanoPi M1 with a Debian OS, which consists in the installation of only one library. I tested it in Armbian and it doesn't work. As last test, I booted the NanoPi with Debian image and tested the FriendlyARM library and it works! but only with a DHT11 sensor, not the case with the DHT22. So, I'm a little confused by all this, especially since it should have worked with the Orange Pi procedure. Any tips?

  3. Hi! I just bought a NanoPi M1 board and It is running with Armbian without problem. Now I want to add a DHT22 temp & hum sensor but searching in the web I cant find any script to get it work. I saw that the RPi script doesn't work on the NanoPi M1 because the chip is differnt. In the Friendlyarm page there is a C script to work with the DHT11, but nothing with the DHT22. So, anyone have been experimenting whit it in this context? There are a Wiring Pi equivalent to NanoPi M1? Thanks

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines