Skip to content

Instantly share code, notes, and snippets.

View prateekrajgautam's full-sized avatar
🎯
Focusing

Dr. Prateek Raj Gautam prateekrajgautam

🎯
Focusing
View GitHub Profile
#include "freertos/FreeRTOS.h"
#include "nvs_flash.h"
#include "lwip/err.h"
#include "esp_wifi.h"
#include "esp_wifi_internal.h"
#include "esp_system.h"
#include "esp_event.h"
#include "esp_event_loop.h"
uint16_t offset = 0;
@prateekrajgautam
prateekrajgautam / ESP32_GetRSSI.c
Created July 17, 2021 18:59 — forked from Staubgeborener/ESP32_GetRSSI.c
Grep and parse the RSSI of received packets
/* ESP32 Get RSSI of packets- Promiscuous Mode
(C) 2017, Staubgeborener
https://github.com/Staubgeborener/ */
#include "esp_wifi.h"
#include "esp_wifi_internal.h"
#include "lwip/err.h"
#include "esp_system.h"
#include "esp_event.h"
#include "esp_event_loop.h"
@prateekrajgautam
prateekrajgautam / vanilla-js-cheatsheet.md
Created April 2, 2020 16:17 — forked from thegitfather/vanilla-js-cheatsheet.md
Vanilla JavaScript Quick Reference / Cheatsheet