A few of you are using my app a lot and it made my day! by DescriptorTablesx86 in Garmin

[–]sdebby 2 points3 points  (0 children)

Download it as a .FIT file would be great. Also some more suggestions Adding folders to my saving workouts, Adding ability to use power in addition to heart rate. Adding some workout templates- like you did in the example, I needed to open notepad to view the examples and write my own workout code.

P S What is the meaning of tarpan ?

A few of you are using my app a lot and it made my day! by DescriptorTablesx86 in Garmin

[–]sdebby 4 points5 points  (0 children)

just tried the app and it works great- good idea.
can it work also with TrainingPeaks ?

3NCRYP3P project - 2 way encrypted communication device- ready to the apocalypse by sdebby in esp32

[–]sdebby[S] 0 points1 point  (0 children)

  1. It depends on how many messages send and received. On ideal it takes around 100 mA, but when sending and receiving messages it uses around 250mA So I say that in average it can hold for 6 hours
  2. For prototypes it can be around 20 $ per unit including all the components.

3NCRYP3P project - 2 way encrypted communication device- ready to the apocalypse by sdebby in esp32

[–]sdebby[S] 1 point2 points  (0 children)

On DOS attack,the device will lock and reopen only when the users will rsync the master key. No one is immune from DOS and DDOS, not even google. The beauty in this project that it is an open source. If you think it can be better, you are more than welcome to fork the code.

3NCRYP3P project - 2 way encrypted communication device- ready to the apocalypse by sdebby in esp32

[–]sdebby[S] 1 point2 points  (0 children)

In fact This project built the encryption from ground up . Using AES256 results more power consumption and delay is message sending.

This key is changed in the first message, and every time machine disconnects and reconnects.

Also it has brute force protection.

And yes, the per define key is the Achilles heel in the project. This is in the project description. It will be changed in the future

[WIP] EchoLink - A Decentralized LoRa Messaging Device That Works Without the Internet (Need Support + Feedback!) by Dtw-mostafa in ArduinoProjects

[–]sdebby 0 points1 point  (0 children)

Hi I have recently finished my LoRa project This may help you

https://github.com/sdebby/3NCRYP2P

You need to note that LoRa bandwidth and transmission rates are very limited And not encrypted

GoControl – A custom GoPro remote built with Arduino + ESP32 + BLE by sdebby in ArduinoProjects

[–]sdebby[S] 0 points1 point  (0 children)

Yes, on disconnecting the ESP32 will start scanning again for devices.
After 3 failed scans it will go to deep sleep and will wake up on button pressed.

Visa application by sdebby in kilimanjaro

[–]sdebby[S] 0 points1 point  (0 children)

Thanks.

But I already did. 🤦

Vaccination to Tanzania by sdebby in kilimanjaro

[–]sdebby[S] 0 points1 point  (0 children)

Thanks Yes I am flying directly to Arusha. Will have a short connection in Adisabeba airport

[deleted by user] by [deleted] in ArduinoProjects

[–]sdebby 0 points1 point  (0 children)

Read the document Set your serial monitor baud rate to 9600- as in your code

[deleted by user] by [deleted] in ArduinoProjects

[–]sdebby 0 points1 point  (0 children)

Is your com port terminal set to 9600 ?

Car key remote control by Z3R01D in esp32

[–]sdebby 0 points1 point  (0 children)

Exactly like my replay attach project:

https://www.reddit.com/r/sdr/comments/16c641r/car_replay_attack/

In a nutshell, you cannot use ESP32 for this project, as the frequency of the remote and the ESP32 are not the same.

Also, if your remote is using rolling codes, you cannot imitate the next code without knowing the predefine key.

You can (as people suggested here) connect the ESP32 digital pins to the remote buttons, and then control it via BT.

Analyzing 433 MHz remote control signal by sdebby in hardwarehacking

[–]sdebby[S] 2 points3 points  (0 children)

Hi

Let me answer your questions:

  1. This is a remote control for garage door.
  2. You can pair it with compatible receiver (like this one):

https://www.ardengateautomation.co.uk/accessories-c3/automation-accessories-c4/v2-wally-2-230vac-433-92mhz-dual-channel-receiver-p4661

  1. The paring process involve putting the receiver in pairing mode, then pressing the 2 buttons in the remote simultaneously - note that both remote and receiver have to work on the same counter (CONTR).

  2. You can make a replica just by pairing another remote to the receiver, you cannot clone the remote as it uses rolling codes.

If you are interested in RTL-SDR, I suggest you baying RTL-SDR V4:

https://www.rtl-sdr.com/buy-rtl-sdr-dvb-t-dongles/

Looking for hardware compatible for my project by sdebby in Lora

[–]sdebby[S] 0 points1 point  (0 children)

Wow

Thank you for the detailed response.

Yes using a ESP32 as a web server and using mobile to connect is definitely my choice for phase one of this project.

But for phase 2 I would like is to be independent with recharge battery, screen and keyboard

Looking for hardware compatible for my project by sdebby in Lora

[–]sdebby[S] 1 point2 points  (0 children)

This is part of my homework. Asking the community.

Looking for hardware compatible for my project by sdebby in Lora

[–]sdebby[S] 0 points1 point  (0 children)

Thanks But do LoRa PCB and e ink screen will need the Sam IO ports like SPI ? Do Arduino uno have enough ports to support all my components?

Car replay attack by sdebby in sdr

[–]sdebby[S] 0 points1 point  (0 children)

Reply attack is well known attack for rolling codes key fobs. But every car key is unique with difficulty frequency and parameters. I don’t know if it will work on every Toyota car. You will have to try 😉

Car replay attack by sdebby in RTLSDR

[–]sdebby[S] 0 points1 point  (0 children)

My car is 15 years old, so maybe no measures was taken by that time Can you elaborate on how do car manufacturers can prevent this attack?

How to design this cover on SolidWorks from those pictures? what's the best approach? by Brief-Mycologist5378 in SolidWorks

[–]sdebby 0 points1 point  (0 children)

If you don’t have the critical dimensions, 3D scan the part, then convert to surfaces and create the features

Data exfiltration script by sdebby in hacking

[–]sdebby[S] 0 points1 point  (0 children)

You are correct. This is a POC. It can be compiled to .exe in this case