Various : HM-11 Range : NEWTOPIC
Hello, I'm doing some testing with HM-11 (BlueTooth Low Energy) modules. They are advertised of having a range of 100 meter line of sight with an Iphone. I have tested this and only reach 8 meter....
View ArticleVarious : HM-11 Range : REPLY
Hello Peter Blue tooth uses a shared frequency segment so there are hundreds of devices making a lot of noise. If your in the middle of some remote place you might get more than 100meters. The modules...
View ArticleBASCOM-AVR : Read the data in hexadecimal : REPLY
thanks I wrote this code ... why does not I receive the string correctly? es. : 02 00 03 33 30 59 03 58 receives: 00 03 03 58 ??? [code:1:b6dc2199cb] $regfile = "m1284def.dat" $crystal = 16000000...
View ArticleBASCOM-AVR : Read the data in hexadecimal : REPLY
I think the code STX is the "STX" code of the emitter see the protocol RS232 here [url]https://www.commfront.com/pages/3-easy-steps-to-understand-and-control-your-rs232-devices[/url] the 02 is like...
View ArticleBASCOM-AVR : Read the data in hexadecimal : REPLY
I don't think that the data is send as hex string but just as byte with hex representation, that's why you receive the 1/2.
View ArticleBASCOM-ARDUINO : SSD1306 Oled I2c 0.96 inch : REPLY
Hello Mrshilov, how are you? I'm starting to use your library with buffer, and obviously it's much faster, in addition to having excellent graphics commands. I just have a problem, set LCD_AUTO = 0...
View ArticleVarious : HM-11 Range : REPLY
Hello Paul, Thanks for your answer. I've tested the modules in a 'low/no RF' enviroment (I live in rural area) but the range is still the same. I have contacted the supllier and he will get back to...
View ArticleBASCOM-ARDUINO : SSD1306 Oled I2c 0.96 inch : REPLY
Solved the problem, change in the LIB the values of initialization by those of the LIB without buffer and the flicker decreased to logical values. Thanks also. Best regards.
View ArticleShare your working BASCOM-AVR code here : AS3935 Franklin Lightning Sensor IC...
Hi Guys, I have just got hold of one of these devices for a project and am about to embark on some testing. I see that there is some suggestion of a bug? with the device operation, and also some...
View ArticleBASCOM-AVR : Fastest IC : REPLY
If you need really fast AVR then use FPGA and program it as an AVR, search the web or [url=https://hackaday.com/2009/11/19/avr8-virtual-processor-on-fpga/]see one link here[/url]. Best regards Jure
View ArticleVarious : HM-11 Range : REPLY
Hi Peter, my question is a bit off-topic... how much current does HM-11 actually use? I see at ebay data: Working current: 90ua Suspen mode: 14 uA, but is that really that small consumption? Can you...
View ArticleVarious : HM-11 Range : REPLY
Hello Jure, That seems a bit low to me. See the table on the link below. [url]http://wiki.seeedstudio.com/Bluetooth_V4.0_HM_11_BLE_Module/[/url] I haven't measured it myself. Peter
View ArticleBASCOM-AVR : Bascom stops to start : NEWTOPIC
Hello, by sudden starting Bascom stops with the message "bacavr.exe Bascom Anwendungsfehler" (translate: Application error) "Die Anwendung konnte nicht korrekt gestartet werden (0000005)". "Klicken...
View ArticleBASCOM-AVR : Fastest IC : REPLY
[quote:9dea8e2aea]If I want to use the XMega series with 32MHz I need an external crystal or is the internal oscillator enough.[/quote:9dea8e2aea] The Xmega chips have multiple clock sources, and a...
View ArticleBASCOM-AVR : Bascom stops to start : REPLY
On backup-drives I have several backup-copies of the system partition (C:), including the Bascom directory. When I chose a drive that has Bascom Version 2.0.7.9, that runs! When I chose a drive with...
View ArticleBASCOM-AVR : Bascom stops to start : REPLY
you need to : - install with admin rights - run the first time with admin rights error 5 is a well know error in win 10. just google it. the only fundamental change is support for hid based...
View ArticleBASCOM-AVR : Bascom stops to start : REPLY
Hello Mark, I uninstalled Bascom and reinstalled as you recommended, this time installing on drive d. The same error as before. The strange thing is that nothing happens (no error, no Bascom IDE, no...
View ArticleAnnouncements : Server : NEWTOPIC
Please read this : https://www.mcselec.com/index.php?option=com_content&task=view&id=384&Itemid=65
View ArticleBASCOM-AVR : "warm" reset doesn't work properly in assembly : NEWTOPIC
Take the following code: [code:1:d4606a8850]$regfile = "m2560def.dat" $hwstack = 1000 $swstack = 800 $framesize = 600 $crystal = 16000000 $baud = 57600 $baud1 = 57600 $ASM jmp &H1FC00 'hardcoded...
View ArticleBASCOM-AVR : "warm" reset doesn't work properly in assembly : REPLY
I have no idea why you use asm instead of GOTO ? I can guarantee that the GOTO or JMP always works the same for all versions. I think this is caused by the fact that the bootloader is compiled with an...
View Article