tinybme | Mysensors node ATTiny85. NRF24l01 BME280

 by   rmrfus C Version: Current License: No License

kandi X-RAY | tinybme Summary

kandi X-RAY | tinybme Summary

tinybme is a C library typically used in Internet of Things (IoT), Arduino applications. tinybme has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

Right now (mid-2020) there is no any info how to build MySensors node on ATTiny85 with NRF24l01 and BME280 (4pin I2C version). This projects proves it is possible. I've just started to work with ATTiny85 platform and decided to find if it is possible to build basic MySensors node with temperature sensor. NRF24L01 requires 5 pins for work. Considering that ATTiny85 has 5 usable pins in total this leaves no space to connect anything else. By connecting CE pin of NRF24L01 directly to VCC and multiplexing CS pin via SCK you can make it work with only 3 pins. Here are the projects I used: 1 2. This leaves us pins 3 and 4 to connect sensors. If you have BME280 that works with SPI it shouldn't be a problem and this was done before. However 4-pin version of BME280 sensors I had works only over I2C. Unfortunately ATTiny85 shares SPI and I2C pins. So I had to use SoftWire to move I2C functionality to pins 3 and 4. The smallest BME280/I2C library TinyBME280 adapted for ATTiny85 doesn't work with SoftWire out of box. To simplify adoption process and save some space I converted it to .h file and included into this project. Another challenge is Flash. Right now code is 92 bytes under 8K. Which leaves no space even to do proper conversion of BME280 output. This should be done in your controller, for example HomeAssistant.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              tinybme has a low active ecosystem.
              It has 2 star(s) with 0 fork(s). There are 1 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 2 open issues and 0 have been closed. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of tinybme is current.

            kandi-Quality Quality

              tinybme has no bugs reported.

            kandi-Security Security

              tinybme has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              tinybme does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              tinybme releases are not available. You will need to build from source code and install.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of tinybme
            Get all kandi verified functions for this library.

            tinybme Key Features

            No Key Features are available at this moment for tinybme.

            tinybme Examples and Code Snippets

            No Code Snippets are available at this moment for tinybme.

            Community Discussions

            Trending Discussions on Internet of Things (IoT)

            QUESTION

            Display data from two json files in react native
            Asked 2020-May-17 at 23:55

            I have js files Dashboard and Adverts. I managed to get Dashboard to list the information in one json file (advertisers), but when clicking on an advertiser I want it to navigate to a separate page that will display some data (Say title and text) from the second json file (productadverts). I can't get it to work. Below is the code for the Dashboard and next for Adverts. Then the json files

            ...

            ANSWER

            Answered 2020-May-17 at 23:55

            The new object to get params in React Navigation 5 is:

            Source https://stackoverflow.com/questions/61859411

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install tinybme

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/rmrfus/tinybme.git

          • CLI

            gh repo clone rmrfus/tinybme

          • sshUrl

            git@github.com:rmrfus/tinybme.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link