Coder Social home page Coder Social logo

firebase-micropython-esp32's Introduction

Hi there ๐Ÿ‘‹

firebase-micropython-esp32's People

Contributors

vishal-android-freak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

firebase-micropython-esp32's Issues

Issues in micropython 1.9.4

On ESP8266, micropython 1.9.4.

execfile doesn't work. We worked around this by modifying startup.py then importing and calling directly.

usseclient had issues importing. Header comment was removed and it imported just fine.

_thread is apparently not included and we haven't been able to find a workaround.

Missing LICENSE file?

I am wondering what the license of the software in this library is (hopefully open-source). The default GitHub policy is (non open-source):

without a license, the default copyright laws apply, meaning that you retain all rights to your source code and no one may reproduce, distribute, or create derivative works from your work.

https://help.github.com/articles/licensing-a-repository/

Error .get()

import ufirebase as firebase
URL = 'lucid-lychee'
print(firebase.get(URL))

Error in get()
Methods not exists

steps to upload

Hi, I'm new working with python in embedded devices. Could you explain me, how make your code run in the ESP32?
I'm already able to run micropython in my esp, but how do I make the firebase library be availablein my device?

I'll really appreciate your help

reboot

A simple loop makes my esp reboot:

count = 0
while LOOP == 1:	
	print(firebase.get(URL))
	time.sleep(1)
	firebase.put(URL, count)
	time.sleep(5)
        count += 1
assertion "0" failed: file "../../py/../extmod/modussl_mbedtls.c", line 151, function: socket_new
abort() was called at PC 0x4013186b on core 0

Backtrace: 0x400873f7:0x3ffcde30 0x40087423:0x3ffcde50 0x4013186b:0x3ffcde70 0x400ecf4b:0x3ffcdea0 0x400df736:0x3ffcdef0 0x400dbbe1:0x3ffcdf20 0x400dbc49:0x3ffcdf40 0x400e8c29:0x3ffcdf60 0x400df7c4:0x3ffce000 0x400dbbe1:0x3ffce030 0x400dc1fc:0x3ffce050 0x400e8be3:0x3ffce0b0 0x400df7c4:0x3ffce150 0x400dbbe1:0x3ffce1c0 0x400dbc49:0x3ffce1e0 0x400e8c29:0x3ffce200 0x400df7c4:0x3ffce2a0 0x400dbbe1:0x3ffce310 0x400dbc49:0x3ffce330 0x400e8c29:0x3ffce350 0x400df7c4:0x3ffce3f0 0x400dbbe1:0x3ffce460 0x400dbc0e:0x3ffce480 0x400f715e:0x3ffce4a0 0x400f73c1:0x3ffce540 0x400eeec7:0x3ffce560

No module named _thread

Traceback (most recent call last):
File "", line 3, in
File "ufirebase.py", line 7, in
ImportError: no module named '_thread'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.