Search found 3 matches

by alexmerchant
Fri Mar 22, 2019 3:13 pm
Forum: Programs, Libraries and Tools
Topic: Measuring battery percentage
Replies: 1
Views: 5281

Measuring battery percentage

Hi everyone! I am currently working with a Pycom device, Sipy more precisely and am trying to read some battery level and display its percentage. Concerning the cabling, the black wire is linked to the ground and the red one (which usually corresponds to the supply I gues) is connected to the pin I'...
by alexmerchant
Thu Nov 08, 2018 10:08 am
Forum: WiPy and CC3200 boards
Topic: update data to thingspeak
Replies: 11
Views: 19445

Re: update data to thingspeak

@jgmdavies Hi, I know you posted this topic a really long time ago but if you ever see this message, I would really appreciate you helping me. I am currently trying to do the same thing, sending/posting datas to ThingSpeak from a Pycom device using WiFi or any connection I can. However, I am facing ...
by alexmerchant
Fri Oct 19, 2018 11:48 am
Forum: ESP32 boards
Topic: TypeError:argument has wrong type
Replies: 2
Views: 3175

TypeError:argument has wrong type

Hi, I am new with Python and currently trying to display values on a LED screen (it is a RiT but I intend to use the SSD1306 one which seems appropriate) using a I2C connection. Thus, I first do a : from machine import I2C. I also connected the SDA, SCL, GND and VCC of the screen to the correspondin...