All Projects → zhiayang → mikoto

zhiayang / mikoto

Licence: Apache-2.0 license
Bluetooth LE nRF52840 microcontroller in a pro-micro footprint.

Programming Languages

HTML
75241 projects

Projects that are alternatives of or similar to mikoto

Skidl
SKiDL is a module that extends Python with the ability to design electronic circuits.
Stars: ✭ 614 (+341.73%)
Mutual labels:  electronics, kicad
rs485-moist-sensor
Digital (RS485 - based) soil moisture and temperature sensor
Stars: ✭ 51 (-63.31%)
Mutual labels:  electronics, kicad
Goldfish
A small, thin, USB-C, Pro Micro compatible microcontroller
Stars: ✭ 120 (-13.67%)
Mutual labels:  electronics, kicad
Knob
Key Negotiation Of Bluetooth (KNOB) attacks on Bluetooth BR/EDR and BLE [CVE-2019-9506]
Stars: ✭ 131 (-5.76%)
Mutual labels:  bluetooth, wireless
SmartSpin2k
Transform your spin bike into a Smart Trainer!
Stars: ✭ 88 (-36.69%)
Mutual labels:  electronics, bluetooth
DSP-ADAU1452
Open Hardware DSP Platform ADAU145x DSP supporting ADAU1452, ADAU1451, and ADAU1450 devices
Stars: ✭ 21 (-84.89%)
Mutual labels:  electronics, kicad
Pedalino
Smart wireless MIDI foot controller for guitarists and more.
Stars: ✭ 105 (-24.46%)
Mutual labels:  bluetooth, wireless
JDY-08
JDY-08 Bluetooth transparent transmission module, with resource for KiCAD
Stars: ✭ 48 (-65.47%)
Mutual labels:  bluetooth, kicad
AxisOrange
Sending M5 series IMU sensor data by Bluetooth SPP.
Stars: ✭ 35 (-74.82%)
Mutual labels:  bluetooth, wireless
omega-dock-new
A dock for Onion omega, omega2 and omega2+. It features: Microusb for power supply, USB host, Ethernet
Stars: ✭ 36 (-74.1%)
Mutual labels:  electronics, kicad
Btle Sniffer
Passively scan for Bluetooth Low Energy devices and attempt to fingerprint them
Stars: ✭ 87 (-37.41%)
Mutual labels:  bluetooth, wireless
fix-linux-mouse
Hints how to fix USB mouse issues on Linux
Stars: ✭ 36 (-74.1%)
Mutual labels:  bluetooth, wireless
Bthidhub
Bluetooth HID hub
Stars: ✭ 65 (-53.24%)
Mutual labels:  bluetooth, wireless
Awesome Electronics
A curated list of awesome resources for electronic engineers and hobbyists
Stars: ✭ 3,782 (+2620.86%)
Mutual labels:  electronics, kicad
Zmk
ZMK Firmware Repository
Stars: ✭ 269 (+93.53%)
Mutual labels:  bluetooth, wireless
Kicad footprints
A collection of all the KiCad footprints on the internet
Stars: ✭ 216 (+55.4%)
Mutual labels:  electronics, kicad
pyrinas-ble-client
nRF52 SDK(v16) based OS for use with Particle Xenon and other nRF52840 boards.
Stars: ✭ 15 (-89.21%)
Mutual labels:  bluetooth, nrf52840
IOsonata
IOsonata multi-platform multi-architecture power & performance optimized software library for fast and easy IoT MCU firmware development. Object Oriented design, no board package to define, just pure plug & play any boards
Stars: ✭ 40 (-71.22%)
Mutual labels:  bluetooth, nrf52840
ESP32 Thing Plus
ESP32 Thing-compatible board using the WROOM module and a QWIIC connector.
Stars: ✭ 18 (-87.05%)
Mutual labels:  bluetooth, wireless
nestronic
Nestronic Game Music Synthesizer Alarm Clock
Stars: ✭ 24 (-82.73%)
Mutual labels:  electronics, kicad

みこと

nRF52840 microcontroller, in a pro-micro footprint, inspired by the nRFMicro and nice!nano.

See the changelog for the revision history (and compatibility)

picture

what

  1. VDDH power path (5V USB power, and/or 3.7V Li-ion battery)
  2. software controllable battery charge current (off, ~100mA, ~250mA, ~350mA)
  3. ESD protection on USB lines, and 500mA fuse protection for VBUS and EXT_5V
  4. "Bidirectional" power over EXT_5V

The charger IC is "software controlled"; there are two pins (P0.26 and P1.15) that can be toggled (for a total of 4 combinations) to control the charge current. If they are both high-Z (floated), is disabled.

There are also two additional through-holes (the small ones below the USB connector), marked B and G (on the back side); these are B+ and B- respectively, in case you want to solder the battery leads directly to the board.

Note that the project files require KiCad 6.0.

ext_5v

The EXT_5V pin acts both as a power input and a power output; normally it is an input. When VBUS is high (ie. USB is connected), it will output VBUS (minus a schottky drop, ~0.3V).

EXT_5V is connected to the battery charger, so if you wire your TRRS (for split keyboards) to it (instead of a 3.3V VCC line), you can charge the battery on both halves by only plugging in one half to USB.

production & assembly

Since the design contains a controlled-impedance trace (namely the antenna feed), it is specific to a given stackup from a given manufacturer. The current design files are optimised for JLCPCB's 4-layer 7628 stackup.

read: if you choose to use a different (1) board thickness, (2) manufacturer, or (3) stackup, you must modify the design accordingly to change the antenna feed (either trace width, plane separation, or both). The antenna feed uses a grounded coplanar waveguide design.

Figure 1: the antenna feed

The PCB should be manufactured with an ENIG surface finish, but it has been tested with HASL boards (run a solder wick over the pads first). All components are 0402 (1005 metric) or larger, and can be placed by hand without magnification. A stencil is mandatory — get a 100µm (0.1mm) thick one.

It's a good idea to get an electropolished stencil if you want to paste more than one board at a time, otherwise you will probably need to completely clean out the stencil before pasting another board.

All prototypes are assembled with Chipquik SMD291AX T4 solder paste.

There's no "component silkscreen" on the board except 4 lines to align the nRF chip, so use ibom.html while placing parts. It is generated using KiCad's excellent Interactive BOM plugin.

software

ZMK now has support for mikoto, as of this PR, and so does the Adafruit nRF52 Bootloader, as of this PR. Thanks to @mrninhvn for both of those. A binary version of the bootloader (0.6.3) can be found in misc/bootloaders/.

license

Licensed under the Apache 2.0 license, see LICENSE.

If you encounter any problems, feel free to open an issue on this repo. However, I am not obligated to provide any support, and you undertake any assembly/manufacturing/purchasing at your own risk.

on an AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE.

In no event and under no legal theory, ..., shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].