-
Updated
Mar 7, 2020 - C
hardware
Here are 1,634 public repositories matching this topic...
-
Updated
Mar 9, 2020
-
Updated
Mar 8, 2020
Documentation at https://serialport.io/docs/guide-usage states:
When opening a serial port, specify (in this order)
Path to Serial Port - required.
Options - optional and described below.
However, the 'Options' are not described below, or anywhere else in the documentation.
I need to specify baud rate, stop bits, parity etc, but the correct use of these options is not document
TriggerHapticVibrationAction has the signature virtual EVRInputError TriggerHapticVibrationAction( VRActionHandle_t action, float fStartSecondsFromNow, float fDurationSeconds, float fFrequency, float fAmplitude, VRInputValueHandle_t ulRestrictToDevice ) but documentation in wiki (https://github.com/ValveSoftware/openvr/wiki/SteamVR-Input) doesn't mention last parameter.
When I open the serial monitor on the cli with the --quiet flag I expect it to print only whatever came in from the serial port and error messages as per the documentation. Not a recommendation for a different serial monitor.
$ pio device monitor --port /dev/ttyACM0 --quiet
Looking for advanced Serial Monitor with UI? Check http://bit.ly/pio-advanced-monitor
...
I am running Platf
-
Updated
Mar 7, 2020 - C++
Add some valid Hackintosh repo links to README.md and README-CN.md.
Note, device names should be sorted by initials, and the Hackintosh Repo should be valid in Github.
Thanks for contributing! Happy hacking!
-
Updated
Mar 8, 2020 - C++
Currently, without doing a full analysis of the code, the key derivation algorithm used is not evident.
Something akin to https://developers.yubico.com/U2F/Protocol_details/Key_generation.html might be a good addition to the documentation.
Furthermore, it might be good to explain that the u2f fob programming should be done on a secure environment as the master key is generated there and then
-
Updated
Mar 9, 2020 - Java
Expected Behavior
All formatting, tests, and builds are run through Github workflows.
We should also use the Problem matchers wherever we can to have more automated actionable content in the Github PR review system.
Actual Behavior
Continuous integration runs on Travis-CI
Steps to Reproduce the Probl
Lelylan data seed
This project don't have a example with test data or demo.
I want to have a seed with demo data for test a new implementation.
This issue is two part:
- https://periph.io/x/periph/conn/gpio doesn't document that Halt is the formal way to unblock a WaitForEdge function.
- https://periph.io/device/button/ and https://periph.io/device/pir/ should demonstrate that in a copy-pastable way.
-
Updated
Mar 8, 2020
Hello,
I saw at #20 that someone before me already asked about PIN support. He linked to an answer that stated that FIDO2 has built-in support. Now I was wondering the following questions:
- Does SoloKey implement PIN-support?
- Is the PIN stored and checked inside the SoloKey? Or is it stored on the host? (An attacker could potentially find the PIN in memory or on harddisk this way)
Nice work--very helpful!
May I suggest that you include a note regarding the need to Registering Your Service. (Perhaps in the Readme.md or the wiki, which should probably be linked in the readme.md)
When I added the code to "my" app (via adding an app dependency of
implementation 'com.github.felHR85:UsbSerial:6.1.0
I found that the UsbService was not actively called until I added
`
The toolchain project builds an executable lldb-mi. This should be usable by the CDT flavor of Eclipse (https://eclipse.org/cdt/) for symbolic debugging. Figure out how and add to README. Variation of command line setup:
https://github.com/jbush001/NyuziProcessor/blob/master/tools/emulator/README.md#debugging-with-lldb
-
Updated
Mar 9, 2020
-
Updated
Mar 9, 2020
Package system managers' build commands, such as makepkg, git clone a new copy of this repo in a clean temporal path, checkout a specific version, proceed with the build, and remove the temporal dir. I'm using the prepare() step, which is executed just before the build, to copy subdir testsuite out of the temporal path; so it can be executed later, after the path is removed.
The procedu
-
Updated
Mar 9, 2020 - JavaScript
I think we should unify the format by putting all the keyboards in one table, maybe add the pictures in the table, like they did here: https://github.com/BenRoe/awesome-mechanical-keyboard.
Also, the date column, is that the date the repo was first created, or when it was added here?
We should discuss this first though.
GoDoc strings
Since the documentation is separate from the source, the standard tooling can't leverage it (godoc, gocode, sourcegraph, etc...). Is there a reason the docs are not in the source?
Correct lint errors
Improve this page
Add a description, image, and links to the hardware topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hardware topic, visit your repo's landing page and select "manage topics."
I've looked at the Master robot example which helps adding and starting multiple robots.
in this code example the mqttbot is receiving correct callback from a MQTT server, I am just not sure how to call the Tello bot TakeOff method, drone.Start() is functioning.
Using the gobot frame work how do we have leverage MQTTbot events to control the TelloBot Driver?
Thanks