-->
Page 1 of 1

ESP8266_UPC_Keys

PostPosted: Mon Nov 21, 2016 10:27 am
by mactep
Hello,
is is possible to run this code on the Arduino IDE ?

https://github.com/aczid/esp8266_upc_keys

Re: ESP8266_UPC_Keys

PostPosted: Tue Nov 29, 2016 12:48 pm
by mrburnette
mactep wrote:Hello,
is is possible to run this code on the Arduino IDE ?

https://github.com/aczid/esp8266_upc_keys


Likely, but the port would take some time and require knowledge on how to implement. It starts with something like this from mini-Sniffer example on Hackster.io:
Code: Select all// Expose Espressif SDK functionality
extern "C" {
#include "user_interface.h"
  typedef void (*freedom_outside_cb_t)(uint8 status);
  int  wifi_register_send_pkt_freedom_cb(freedom_outside_cb_t cb);
  void wifi_unregister_send_pkt_freedom_cb(void);
  int  wifi_send_pkt_freedom(uint8 *buf, int len, bool sys_seq);
}


Ray

Re: ESP8266_UPC_Keys

PostPosted: Tue Nov 29, 2016 12:53 pm
by Ribeiro Santos
mactep wrote:Hello,
is is possible to run this code on the Arduino IDE ?


You want to run in arduino chip or using the Arduino IDE to compile and flash an ESP?