-
Updated
Jun 7, 2020 - Swift
#
uart
Here are 552 public repositories matching this topic...
A Swift library for hardware projects on Linux/ARM boards with support for GPIOs/SPI/I2C/PWM/UART/1Wire.
swift
raspberry-pi
iot
neopixel
spi-interface
gpio
i2c
spi
led
uart
lcd-display
serialport
pwm
led-strips
1-wire
tio - A simple TTY terminal I/O application
-
Updated
May 26, 2020 - C
HyP3r-
commented
Feb 6, 2019
The documentation on how to create a GATT Service CSV is not really accurate and assumes automatisms that are not defined in the standard.
In the first step it should be explained that GATT structures always consist of services, declarations and optional [descriptors](https://
基于C++的轻量级开源跨平台串口类库Lightweight cross-platform serial port library based on C++
linux
serial
communication
cpp
com
serial-ports
uart
rs232
serialport
serial-port
cserialport
remon-spekreijse
-
Updated
Jun 11, 2020 - C++
Must-have verilog systemverilog modules
generator
fpga
clock
encoder
delay
tcl
verilog
debounce
xilinx
uart
altera
multichannel
pulse
fifo
modelsim
lifo
spi-master
spi-slave
uart-transmitter
uart-receiver
-
Updated
May 22, 2020 - Verilog
QSAK (Qt Swiss Army Knife) is a multi-functional, cross-platform debugging tool based on Qt open source framework.
-
Updated
Jul 8, 2020 - C++
A simple, basic, formally verified UART controller
-
Updated
Jun 9, 2020 - Verilog
Efficient DMA timeout mechanism for peripheral DMA configured in circular mode demonstrated on a STM32 microcontroller.
demo
microcontroller
example
stm32
efficient
uart
dma-buffer
mcu
dma
stm32l4
stm32l476
dma-timeout
dma-controller
-
Updated
Jun 8, 2017 - C
Serial port communication in Java - FTDI D2XX, HID API, X/Y modem
-
Updated
May 9, 2020 - HTML
Transparent WiFi (TCP, UDP) to UART Bridge, in AP or STATION mode
esp8266
serial
tcp
udp
wifi
tcp-server
bridge
udp-server
access-point
uart
transparent
uart-bridge
station-mode
-
Updated
Apr 10, 2020 - C++
Simple .NET Core 2.0 (netcore) Serial Ports usage for Linux ARM distributions
-
Updated
Jul 31, 2019 - C#
provide read and write function between USB serial port and serial port (UART ,RS232) under Android system
-
Updated
Jan 10, 2020 - Java
UART bootloader for STM32 microcontroller.
firmware
stm32
stm
bootloader
uart
iap
firmware-updater
usart
st
xmodem
stm32f1
in-app-programming
stm32f10x
firmware-update
stm32vldiscovery
xmodem-1k
xmodem-crc
-
Updated
Apr 18, 2020 - C
extremly light uart library for AVR 8 bit microcontrollers
c
avr
byte
transmission
optimized
flow-control
uart
rs232
rs485
avr-gcc
prematured
usart
high-speed
low-overhead
arduino-less
rts
high-throughput
avr-microcontroller
avr-microcontrollers
-
Updated
Sep 22, 2019 - C
Utilities for Raspberry Pi, mostly for usage on a boat. Includes UART control scripts, AIS wireless daemon, AIS decoder and an extensible boat & IoT sensor daemon for Signal K.
raspberry-pi
iot
rpi
gps
uart
boat
sensors
sailing
ais-receiver
gpsd
nmea
marine
ais
uart-control
opencpn
inavx
-
Updated
May 2, 2020 - Python
nRF52 custom RF mesh sensors and dongle firmware using nRF SDK
light
mqtt
serial
uart
sensors
pcb-layout
nrf52832
custom-firmware
dongle
usb-cdc
nrf52840
nrf52840-usb-dongle
rf-mesh
-
Updated
Jul 3, 2020 - C
A simple Serial-Port/TCP/UDP debugging tool.
-
Updated
May 3, 2020 - C++
Arduino library to transfer packetized data fast/reliably via UART/Serial
serial
communication
packets
transfer
bytes
arduino-library
uart
usart
serial-communication
senddata
tx-buffer
arduino-to-arduino
inter-arduino
rx-buffer
-
Updated
Jul 8, 2020 - C++
Atmega1284 PLC as MDB-UART converter
master
mdb
diy
uart
vmc
bill-validator
vending
mdb-rs232
arduino-mdb-uart
multidrop-bus
mdb-uart
mdb-datasheet
mdb-devices
master-pc
coin-charger
-
Updated
Feb 27, 2020
Improve this page
Add a description, image, and links to the uart topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the uart topic, visit your repo's landing page and select "manage topics."
I'm trying to use this library to receive signals with generic
433mhzreceiver (sender is a door sensor operating on the same freq). it seems likeset_async_interruptruns a lambda on another thread and will reset interrupt handler back to none, so that next interrupt doesnt trigger any lambda.However radio receiver will trigger many interrupts, so I was wondering if you could provide a us