Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By mrburnette
#58855
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
Last edited by mrburnette on Tue Nov 29, 2016 12:53 pm, edited 1 time in total.