Tamojit Saha

Results 7 comments of Tamojit Saha

@gtalusan @sandeepmistry @arglurgl and @h2zero I am developing a project based on nrf51822 and use @sandeepmistry Arduino core for it. **My Problem:** After following all of your valuable comments, I...

Right !!I just did that. Now it draws around 0.3ma But after using the SPI library for interfacing with *LORA- Ra01* it uses 1.4ma even after removing the sed connections...

Would you please edit the post to make the code snippet readable? Try using \``` \\``` like below: ```python print "Hello World!" ``` OR Get help [here](https://help.github.com/en/articles/creating-and-highlighting-code-blocks)

@rahulkhatri98 I had the same issue. I had to change the base class from `BLECharCharacteristic` to `BLECharacteristic `. `BLECharacteristic` has the `.setValue()` function to pass *char array* as parameter. See...

@webfrank > > Hi, I'm using a Waveshare BLE400 board and I noticed an abnormal power usage compiling with arduino. > > I'm using the blue thermometer example and I...

@hopfermann > > > This would be my first pull request, so I am not quite sure (even after reading the documentation) how to go about it. Would I need...

> > > I am having the same issue that the temperature is not being updated. When I switch between the modes it gets updated once and then hangs at...