Skip to content
#

hardware

Here are 1,634 public repositories matching this topic...

gavan1
gavan1 commented Oct 20, 2018

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


func main(){
node-serialport
axwaxw
axwaxw commented Jan 24, 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

sjoerdsein
sjoerdsein commented Mar 5, 2020

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

bug
vojnovski
vojnovski commented Jan 20, 2018

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

Blynk is an Internet of Things Platform aimed to simplify building mobile and web applications for the Internet of Things. Easily connect 400+ hardware models like Arduino, ESP8266, ESP32, Raspberry Pi and similar MCUs and drag-n-drop IOT mobile apps for iOS and Android in 5 minutes

  • Updated Mar 9, 2020
  • Java
DevQps
DevQps commented Dec 16, 2019

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:

  1. Does SoloKey implement PIN-support?
  2. 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)
jimwhitfield
jimwhitfield commented Aug 20, 2019

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
`

eine
eine commented Sep 3, 2019

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

Improve this page

Add a description, image, and links to the hardware 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 hardware topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.