Git Product home page Git Product logo

kandle's Introduction

Publications

  • Automatic multi-weigh-station for assessing sheep liveweight in small flocks Bates et al. 2023
  • The slow-phase of chlorophyll fluorescence induction curve reflects the electron transport rates of Photosystem II in vivo in Chlorella vulgaris - Bates et al. 2022
  • Real-Time Environmental Monitoring for Aquaculture Using a LoRaWAN-Based IoT Sensor Network - Bates et al. 2021
  • The Phenobottle, an open-source photobioreactor platform for environmental simulation - Bates et al. 2020
  • A guide to Open-JIP, a low-cost open-source chlorophyll fluorometer - Bates et al. 2019
  • Phenomics: conceptualization and importance for plant physiology Zavafer et al. 2023
  • Normalized chlorophyll fluorescence imaging: A method to determine irradiance and photosynthetically active radiation in phytoplankton cultures - Zavafer et al. 2021

Open-Source Projects

Personal

Firmware / Electronics
Software
  • himawari-dl: Download high-resolution images from the Japanese geostationary satellite, Himawari.
  • portstream: Minimal serial port streaming for unix systems.
  • lmic-wrapper: Arduino-LMIC LoRaWAN communications setup and handler.
  • kandle: KiCAD 3rd-party component handler.
  • kicad-rename-zsh: Rename KiCAD projects.
  • jupy-geospatial: Geospatial jupyter environment dockerized.
  • AOC-soutions: Advent of code solutions.
  • random: Test scripts for everything.

Professional

Firmware / Electronics
Software

Icons by Icons8

kandle's People

Contributors

harveybates avatar

Stargazers

 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  avatar  avatar

kandle's Issues

Core dump with V4 resistor

I tested kandle with an existing small project with three parts. A transistor worked fine but it core dumped with an 0805 SMD resistor at:
Mouser part LINK
The console output was:
ecomer@asrock level-shifter]$ kandle -f /home/ecomer/Downloads/hold/RC0805DR-074K7L.zip -l Resistor_0805 Extracting from: /home/ecomer/Downloads/hold/RC0805DR-074K7L.zip Extracting to: components/extern/tmp/RC0805DR-074K7L Output directory: components/extern/tmp/RC0805DR-074K7L already exists. Converting legacy file. /usr/src/debug/gcc/gcc-build/x86_64-pc-linux-gnu/libstdc++-v3/include/bits/basic_string.h:1239: std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::const_reference std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::operator[](size_type) const [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>; const_reference = const char&; size_type = long unsigned int]: Assertion '__pos <= size()' failed. Aborted (core dumped)
BTW Output shows "components/extern/tmp/RC0805DR-074K7L already exists" because it was created by a previous attempt using the same part from digikey.com, which core dumped in the same way.

Compile fails using Manjaro Linux

Compile fails using Manjaro Linux (Arch based). The issue appears to be because your Windows environment that you are apparently using to design kandle is for the newest C++ C17 while my compiler has no or any other C90 includes. My Linux 5.15.114-2-MANJARO is the latest - it is a rolling release. I would love to use kandle but it looks like that isn't currently possible.

First lines of make output:

[ecomer@asrock build]$ make clean
[ecomer@asrock build]$ make
-- Configuring done (0.0s)
-- Generating done (0.0s)
-- Build files have been written to: /home/ecomer/src/kandle/build
[ 12%] Building CXX object CMakeFiles/kandle.dir/src/eschema/config.cpp.o
[ 25%] Building CXX object CMakeFiles/kandle.dir/src/eschema/legacy.cpp.o
In file included from /home/ecomer/src/kandle/include/eschema/legacy.hpp:34,
                 from /home/ecomer/src/kandle/src/eschema/legacy.cpp:25:
/home/ecomer/src/kandle/include/eschema/component.hpp:35:19: error: ‘UINT8_MAX’ was not declared in this scope
   35 |         char name[UINT8_MAX]{};
      |                   ^~~~~~~~~
/home/ecomer/src/kandle/include/eschema/component.hpp:1:1: note: ‘UINT8_MAX’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
  +++ |+#include <cstdint>
```
`

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.