Search found 7 matches

by Roanyg
Fri Jan 01, 2021 1:28 pm
Forum: Drivers for External Components
Topic: INA3221 driver missing. Translate from CircuitPython?
Replies: 5
Views: 4267

Re: INA3221 driver missing. Translate from CircuitPython?

Thanx. I will investigate this scan() function even more.

Libraries forRaspberry Pi / Python and the sensor INA3221 is allso written, https://github.com/search?q=ina3221. Will it be easier to port from python to micropython rather than from circuitpython?
by Roanyg
Fri Jan 01, 2021 8:50 am
Forum: Drivers for External Components
Topic: INA3221 driver missing. Translate from CircuitPython?
Replies: 5
Views: 4267

Re: INA3221 driver missing. Translate from CircuitPython?

I made this clone https://github.com/roarnyg/INA3221-Micropython. I have never ported any driver, so if I succseed, it will take some time / weeks. If you have any examples of ported I2C drivers from Circuitpython to Micropython, it could help me a lot.
by Roanyg
Wed Dec 30, 2020 11:00 pm
Forum: Drivers for External Components
Topic: INA3221 driver missing. Translate from CircuitPython?
Replies: 5
Views: 4267

INA3221 driver missing. Translate from CircuitPython?

INA3221 is a 3 channels current sensor. Driver for circuitpython is made, but I cannot manage to make it work with Micropython.

https://github.com/barbudor/CircuitPython_INA3221

Can anyoune helpe me fix that i2c translation job?
by Roanyg
Fri May 26, 2017 11:46 am
Forum: ESP8266 boards
Topic: Can we use Blynk with the ESP8266?
Replies: 5
Views: 8994

Re: Can we use Blynk with the ESP8266?

Any news regarding Blynk on ESP8266?
by Roanyg
Thu May 04, 2017 3:07 pm
Forum: General Discussion and Questions
Topic: Unstable after some days
Replies: 8
Views: 8092

Re: Unstable after some days

I haven't programmed for years, so I really appreciate your support. What my goal is? 1. I have a dream to learn some programming again. 2. I will have some devices (esp8266) in my house to controll from a web site. IoT 3. From a web site I want to: - Remote controll garage port - Have status on doo...
by Roanyg
Mon May 01, 2017 6:24 pm
Forum: General Discussion and Questions
Topic: Unstable after some days
Replies: 8
Views: 8092

Re: Unstable after some days

Thank you. I am honoured to get help so fast from you! I have run two of my ESP8266 conncted to my computers COM port for 30-40 hours, and suddenly my ESP01s failed. YES! I got this message: Traceback (most recent call last): File "main.py", line 7, in <module> File "dhtdemo9.py", line 27, in <modul...
by Roanyg
Fri Apr 28, 2017 8:56 am
Forum: General Discussion and Questions
Topic: Unstable after some days
Replies: 8
Views: 8092

Unstable after some days

My MCU are getting unstable after some days. I have 3 different ESP8266: ESP-01, ESP-12 and ESP-12E I have programmed all of them to post temperature and humidity by using MQTT to adafruit.io. After 2-3 days, my MCUs stops sending info and I have to reset my MCUs by using WebREPL and import machine ...