Skip to content

Arduino Library and code to flash CC2510, CC1110 or other Texas Instruments CCxxx Microcontroller

License

Notifications You must be signed in to change notification settings

section77/ESP_CC_Flasher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP CC flasher

This software brings you the possibility to Read and Write the internal Flash of the Texas Instruments CC 8051 series with an ESP32 using the CC interface.

The following CC Microcontroller are supported right now: CC1110, CC2430(up to 64kb), CC2431(up to 64kb), CC2510 and CC2511

You can support my work via PayPal: https://paypal.me/hoverboard1 this keeps projects like this coming.

To flash an CC Microcontroller connect the following pins: CC-DebugData to ESP-23 CC-DebugClock to ESP-19 CC-Reset to ESP-33 GND to GND 3.3V to 3.3V Or take a look at this basic schematic: https://github.com/atc1441/ESP_CC_Flasher/blob/main/esp32_cc_flasher_connections.jpg

The PCB Project can be found here: https://easyeda.com/lolerino/epd_esp32

This repo is made together with this explanation video:(click on it)

YoutubeVideo

Needed Software

HowTo:

Install Visual Studio Code and PlatformIO Download this repo and open it in Visual Studio Code

In the Project: Select the correct COM port of your ESP32 Enter your Wifi Credentials or leave it on Managed and Connect to the Created Wifi Netowrk after Upload to config the Wifi

Connect to http://cc.local/edit and upload the index.htm file to the esp32, open http://cc.local and start using it :)

About

Arduino Library and code to flash CC2510, CC1110 or other Texas Instruments CCxxx Microcontroller

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 85.2%
  • HTML 9.0%
  • C 5.1%
  • Shell 0.3%
  • JavaScript 0.3%
  • CMake 0.1%