Hardware supported by Blynk

great! thank you

I know I am piling on here but I’m wondering if anybody has ideas on how to use blynk with the adafruit nrf52. This is DIFFERENT than the bluefruit BLE because all the processing is going on the Nordic chip itself. Also, it is nRF 52832. Many libraries were rewritten for this. It is the same in that it has UART comm capability which looks to the client to be very similar. Any thoughts?

Edit to add link to product info

nRF52832. Arduino, Sparkfun, Adafruit, and RedBearLab have boards out using this SOC.

It is already supported

Great! Which board do I select in the app?

1 Like

If you can’t find your board, select Generic Board

1 Like

Great. Thank you

Please make Johnny-Five support by plugin’s IO. Then open the possibility of using products sparkfun and the same Tessel 2

@oleksu535 You can use these boards happily with the provided Blynk libraries…

Already know I found the instruction

1 Like

I would still love to see Teensy 3.2/3.5/3.6 support added. Any thoughts or outlook on these great little boards?

Hello,

According to this post you will add arduino uno wifi support soon:

Has support already been added? And if not, will support be added soon?

Thanks in advance,
Bart

I don’t have the hardware but the thread confirms it can be used with Blynk.

Same thing! it would have been added already, but I have no hardware to test with.
I can add support, if there is someone willing to test it and write an short note on how to get it running (i.e, updating wifi firmware of Arduino, etc).
If there are any volunteers, pease PM me.

@vshymanskyy Thank you for adding Teensy 3.2 support! Coolness.

I just purchased a mayfly data logger from EnviroDIY (https://envirodiy.org/mayfly/). It uses the Arduino IDE but is not an arduino product. I was wondering, is it compatible with Blynk?

I’ve just bougth the : https://www.aliexpress.com/item/WeMos-D1-DC-4-9V-USB-NodeMcu-Lua-V3-CH340G-ESP8266-Wireless-Internet-Development-Board-For/32815804751.html board.
But I can’t make it work with Blynk. I was wondering, if it is compatible with Blynk?

The symptom is as follows. It connects to blynk-cloud.com port 80 , but after 15 seconds it disconnects and it starts to connect in an endless loop

14:26:45.516 -> [6058] Connected to WiFi
14:26:45.516 -> [6058] IP: 192.168.0.33
14:26:45.516 -> [6058]
14:26:45.516 -> ___ __ __
14:26:45.516 -> / _ )/ /_ _____ / /__
14:26:45.516 -> / _ / / // / _ / '/
14:26:45.516 -> /
//_, /////_
14:26:45.516 -> /
__/ v0.6.1 on NodeMCU
14:26:45.516 ->
14:26:45.516 -> [6064] Connecting to blynk-cloud.com:80
14:26:50.532 -> [11065] Connecting to blynk-cloud.com:80
14:26:50.907 -> [11466] Ready (ping: 245ms).
14:27:04.781 -> [25316] Connecting to blynk-cloud.com:80

It seems like after some seconds the board looses its ip configuration. You can see that the ping starts to fail after 15 seconds approximately

C:\Users\mario>ping 192.168.0.33 -t

Haciendo ping a 192.168.0.33 con 32 bytes de datos:
Respuesta desde 192.168.0.33: bytes=32 tiempo=50ms TTL=255
Respuesta desde 192.168.0.33: bytes=32 tiempo=6ms TTL=255
Respuesta desde 192.168.0.33: bytes=32 tiempo=10ms TTL=255
Respuesta desde 192.168.0.33: bytes=32 tiempo=3ms TTL=255
Respuesta desde 192.168.0.33: bytes=32 tiempo=5ms TTL=255
Respuesta desde 192.168.0.33: bytes=32 tiempo=6ms TTL=255
Tiempo de espera agotado para esta solicitud.

“Raspberry Pi 4” doesn’t show up in the Blynk app dropdown while selecting a device. What’s the best fallback option that one can use instead?

It would be nice to see support for entire nano series by Arduino, especially mbed boards, Arduino Nano 33 BLE Sense.

may I ask if anything has been done on puck.js integration? id love to see support for MDBT42Q module (which is on the puck.js). Im developing a Alzheimer therapy device with the MDBT42q and looking for a way to make adjustments on the device through Blynk.
Already made a couple of Blynk projects with other nrf52832 boards and it worked great!
Id be glad to send you a sample of my board with MDBT42q on there, or a puck.js if that suits you better…
Thanks in advance