Difference between revisions of "PineCone"

From PINE64
Jump to navigation Jump to search
m (→‎Development efforts: Added more links)
Line 65: Line 65:


== Development efforts ==
== Development efforts ==
 
* [https://github.com/pine64/bl_iot_sdk PineCone BL602 GitHub Page (PINE64 fork)]
** [https://github.com/pine64/bl_iot_sdk PineCone BL602 GitHub Page (PINE64 fork)]
* [https://github.com/bouffalolab/bl_iot_sdk Bouffalo Lab GitHub Page]
** [https://github.com/bouffalolab/bl_iot_sdk Bouffalo Lab GitHub Page]
* [https://github.com/renzenicolai/bl602-docs/ BL602 Developer organize documentation GitHub Page]
** [https://github.com/renzenicolai/bl602-docs/ BL602 Developer organize documentation GitHub Page]
* [https://github.com/pine64/bl602-re BLE602 reverse engineering working group]
 
* [https://github.com/pine64/bl602-sdio-linux Linux kernel module]
 
 


[[Category:Nutcracker]]
[[Category:Nutcracker]]

Revision as of 23:22, 10 November 2020

Page under construction, information subject to change.
  • PineCone BL-602 EVB (Evaluation Board):

Pine64 BL602 EVB photo-3-small.jpg


Pine64 BL602 EVB photo-1-small.jpg


BL602 Specifications

  • CPU: 32-bit RV32IMAFC RISC-V “SiFive E24 Core”
  • Memory:
    • 128KB ROM
    • 276KB SRAM
    • 1Kb eFuse
    • 4MB Embedded Flash
  • Security:
    • Secure boot
    • Secure debug
    • XIP QSPI On-The-Fly AES Decryption (OTFAD)
    • AES 128/192/256
    • SHA-1/224/256
    • TRNG (True Random Number Generator)
    • PKA (Public Key Accelerator)
  • Wireless:
    • Wi-Fi 802.11 b/g/n
    • Bluetooth® Low Energy 5.0
    • Wi-Fi Fast connection with BLE assistance
    • Wi-Fi and BLE coexistence
    • Wi-Fi Security WPS/WEP/WPA/WPA2/WPA3
    • STA, SoftAP and sniffer modes
    • Multi-Cloud connectivity
    • 2.4 GHz RF transceiver
    • Integrated RF balun, PA/LNA
  • Package Type:
    • 32 pin QFN 4mm x 4mm

BL602 Block Diagram.jpg


PineCone BL602 EVB information and schematics

  • Approximate dimensions: 26mm x 43mm
  • Board layout:

PADI-II EVB.png

  • PineCone BL602 EVB schematic ver 1.1
    • Note: Current schematic, cc1 and cc2 share one 5.1KOhm resistor. Next schematic design will separate out the cc1 and cc2 has it own 5.1KOhm resistors

Datasheets for components and peripherals


Misc notes

Planned to be available in at least three form factors:

  • NUT-01S -> ESP-01S
  • NUT-12S -> ESP-12S
  • NUT-15 -> RTL8723/AMPAK


Development efforts