Skip to content

LF2L/smart-collector-sipy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Collector - SiPy Sigfox version

This project aims to create an open source smart collector. The objective of the collector is to collect plastic x=waste in the perspective to valorize it into a circular enconomy. The main function of the collector is to communicate the weight of its content.

Features of the devices

  • Measure the weight of its content
  • Measure the state of the battery
  • Send the information to sigfox backend
  • Tare weight the empty collector before being filled

Working principle

To have further hint about how the prgram of the device work, activity diagrams are available here.

Hardware

Software

  • Install VS code
  • Install Pymakr add-on in VS Code PyMakr Add-on

Documentation/ references

Pycom Hard reset when the microcontroller is not accessible
Pybytes

Usefull command in REPL

Factory reset your module to remove your code

>>> import os
>>> os.fsformat('/flash')

Notes

In order to update the firmeware without the board, the pin P2 has to be connected to GND. It is the bootloader mode USB serial programming

Color Code

#007f00 #007f00 Measuring the weight

#7f0000 #7f0000 Tare data not found in the persistant memory

#007f7f #007f7f Wake up from reset button

#00007f #00007f Wake up from tare button

#FFF81B #FFF81B Wake up from RTC time out

sources

MicroWebCli

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages