Giter VIP home page Giter VIP logo

bitcoin-bar's Introduction

Hello ๐Ÿ‘‹

I'm a Computer Engineer with a specialization in Embedded Systems and IoT.

  • ๐ŸŒ Languages: C, Python, VHDL, MATLAB
  • ๐Ÿ’ฌ Communication Protocols: UART, I2C, SPI
  • โš™๏ธ Device Drivers: GPIO, ADC, PWM, RNG
  • ๐Ÿ“ก Wireless: WiFi, Bluetooth, UWB
  • โ˜๏ธ IoT: MQTT, Zigbee, AWS IoT Core, AWS IoT Analytics, AWS Device Defender.
  • ๐Ÿ’พ Tools: Altium, EAGLE, FreeRTOS, Xilinx Vivado, LTSpice, Mentor Graphics Pyxis, Keil, Git
  • ๐Ÿ› ๏ธ Lab Equipment: Power Supply, Oscilloscope, Signal Generators, Logic Analyzer, Soldering Iron
  • ๐Ÿ‘พ Dev Boards: STM32L4(ARM), nRF52832, TI-C3200, ESP32, Nexys 4 DDR FPGA, Arduino, Raspberry Pi

bitcoin-bar's People

Contributors

jonathanrjpereira 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

bitcoin-bar's Issues

Unable to use static display.

I have everything working. I have it set up to show the current price of btc and nothing else.

The only thing I can not figure out is how to get it to stop scrolling. I tried using line 30 in the example but I was unable to figure out how to get it to work.

Can you help me write the line that will allow me to display the price without the scrolling, just static.

Thank you very much for this by the way, I love it.

Error in Bcbar.py

Hi, after a regular use of the script, now i got this error. I've not modified the file
I run the script on a Pi3
File "bcbar.py", line 33, in
disp[x] = data[x] + " " + data[x+1].replace(',','') #Each element of disp is the Name of the parameter & its value. The commas present in the values have been removed for better displaying asthetics
IndexError: list assignment index out of range

Thank you
Franco

Bug after disp line 44

Hello
There is a small bug (not your script probably on the website)
When this step is executed :
for i in range(len(disp)):
if "i" rise the line 44 script stop

Traceback (most recent call last):
File "bcbar.py", line 48, in
show_message(device, disp[i], fill="white", font=proportional(LCD_FONT),scroll_delay = 0.02) #Change the value of 'scroll_delay' to change the Scrolling Speed
File "/usr/local/lib/python3.7/dist-packages/luma/core/legacy/init.py", line 81, in show_message
w, h = textsize(msg, font)
File "/usr/local/lib/python3.7/dist-packages/luma/core/legacy/init.py", line 29, in textsize
src = [c for ascii_code in txt for c in font[ord(ascii_code)]]
TypeError: 'NoneType' object is not iterable

How to increase web request limit?

This is probably me being dumb, but I can't seem to figure out how to increase the rate that data is pulled. I'm using this mostly for a display of the price, so updating every 1hr isn't the greatest for this case.

Cannot Daisy Chain

I am using a 368 dot matrix display but I cannot find where to activate the code to daisy chain. It is just displaying it independently on each 88

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.