Search found 28 matches

by chrisb2
Mon Jul 03, 2017 7:01 am
Forum: ESP8266 boards
Topic: GPIO15/D8 on NodeMCU going high by default
Replies: 14
Views: 13801

Re: GPIO15/D8 on NodeMCU going high by default

I have this NodeMcu clone and just received my Pololo switch today, experiments show that only the following GPIO pins do not go high during startup:

GPIO5 (D1)
GPIO4 (D2)
GPIO15 (D8)

regards,
Chris
by chrisb2
Sun Jun 25, 2017 3:55 am
Forum: Drivers for External Components
Topic: Micropython library for the TI INA219 voltage/current sensor
Replies: 26
Views: 172943

Re: Micropython library for the TI INA219 voltage/current sensor

I have now verified this library works with an esp8266 (NodeMCU clone), see Using the Library on an ESP8266
by chrisb2
Sun May 28, 2017 6:53 am
Forum: Drivers for External Components
Topic: Micropython library for the TI INA219 voltage/current sensor
Replies: 26
Views: 172943

Re: Micropython library for the TI INA219 voltage/current sensor

I looked around for an option to do that, but could not find one, maybe an Admin can do it?

thanks,
Chris
by chrisb2
Tue May 23, 2017 6:57 am
Forum: Other Boards
Topic: I need help for school
Replies: 2
Views: 2925

Re: I need help for school

This post discusses options for driving motors:
viewtopic.php?f=2&t=277
by chrisb2
Sat May 20, 2017 9:55 am
Forum: Drivers for External Components
Topic: Micropython library for the TI INA219 voltage/current sensor
Replies: 26
Views: 172943

Re: Micropython library for the TI INA219 voltage/current sensor

I have updated this library to use machine.I2C instead of pyb.I2C, so it should now work on all MicroPython hardware, though I have only have a pyboard to test with. Let me know if you successfully use it with other hardware.

Chris
by chrisb2
Sat May 20, 2017 5:27 am
Forum: General Discussion and Questions
Topic: machine.I2C or pyb.I2C?
Replies: 1
Views: 2492

machine.I2C or pyb.I2C?

What are the pros and cons of using the machine.I2C or pyb.I2C libraries? Looks like machine.I2C is more 'portable' across the different hardware that MicroPython can run on? Are there any other considerations?

thanks,
Chris
by chrisb2
Wed May 17, 2017 7:00 am
Forum: ESP8266 boards
Topic: Micropython driver for TI INA219?
Replies: 1
Views: 4580

Re: Micropython driver for TI INA219?

If you are still interested see my post:

viewtopic.php?f=15&t=3371

Chris
by chrisb2
Tue May 16, 2017 8:29 am
Forum: Drivers for External Components
Topic: Micropython library for the TI INA219 voltage/current sensor
Replies: 26
Views: 172943

Micropython library for the TI INA219 voltage/current sensor

https://github.com/chrisb2/pyb_ina219 I have written this library based on one I wrote for the Raspberry Pi. It supports the INA219 voltage, current and power monitor sensor from Texas Instruments. The intent of the library is to make it easy to use the quite complex functionality of this sensor. It...