Skip to content
#

beaglebone-black

Here are 314 public repositories matching this topic...

averelon
averelon commented Aug 7, 2020

The uncompensated temperature of the BMP180 is incorrectly converted to a 16-bit signed value, instead of a 32-bit signed value (long). Since the data is 16-bits wide and can therefore not be negative, the easy fix would be to do the following:

sip.js(1128): uncompensated = uint16(data[0], data[1]);

Please see page 15 of the manual of the BMP180 chip:
https://ae-bst.resource.bosch.com/media

Java Device I/O library that is portable across Single Board Computers and microcontrollers. Tested with Raspberry Pi, Odroid C2, BeagleBone Black, Next Thing CHIP, Asus Tinker Board and Arduinos / Pico. Supports GPIO, I2C, SPI as well as Serial communication. Also known to work with Udoo Quad.

  • Updated Jun 27, 2022
  • Java
WyliodrinSTUDIO
alexandruradovici
alexandruradovici commented Mar 29, 2021

Description

When the last opened project has been deleted while open, Wyliodrin STUDIO will show an error that a project cannot be opened when it is restarted.

Steps to Reproduce

  1. Open a project
  2. Got to the projects library
  3. Delete the project that is currently open
  4. Close Wyliodrin STUDIO
  5. Open Wyliodrin STUDIO

Expected behavior: Do not open any project and d

good first issue

Improve this page

Add a description, image, and links to the beaglebone-black topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the beaglebone-black topic, visit your repo's landing page and select "manage topics."

Learn more