BASCOM Project Blog : RFM22B/RFM23B Bascom-AVR examples : REPLY
Mak3 Thank you for sharing your code. I recently purchased 4 rfm22b's and your code has been a big help in getting those going. The range of the rfm22b is much better then rfm12b's. From posts I'm...
View ArticleVarious : 10 digit 7-segment multiplexing : REPLY
Great that you realized your project. Always nice when somethings works as planned right? In most cases segmented displays are controlled by a timer interrupt that updates the display but i see you...
View ArticleBASCOM-AVR : new dat files for PDF update : REPLY
Used this feature yesterday for the first time: it works great ! For those who never used it before: in Bascom IDE, click Tools and select "PDF update" Is it that simple ? It is. Nard :)
View ArticleBASCOM-AVR : new dat files for PDF update : REPLY
Used this feature yesterday for the first time: it works great ! For those who never used it before: in Bascom IDE, click Tools and select "PDF update" Is it that simple ? It is. Nard :)
View ArticleBASCOM-AVR : Why can't I buy a USB programmer that works in Bascom : REPLY
Thanks for the replies: Paul: I haven't tried downloading from the site you suggested but may do when I get a chance. Ian: The Olimex choice looks promising and am still considering it and it appears...
View ArticleBASCOM-AVR : Why can't I buy a USB programmer that works in Bascom : REPLY
Hi, The olimex an run in STK599 mode. But the minimal frequency is 50KHz (I think thats a limitation of the STK protocol), in standalone mode it can go down to 5KHz. Regards Ian Dobson
View ArticleBASCOM-AVR : Get Graphic LCD Dta from Screen and save as file or send 2 s :...
Hi Gurus, I sent an email to support about possibly providing a "Read Screen" for graphic screens so that the image can be saved in a file or sent to serial or USB or MM card. This would be useful in...
View ArticleBASCOM-AVR : Get Graphic LCD Dta from Screen and save as file or send 2 s :...
My approach with the 32 x 8 matrix was to create a buffer in ram and stor the data there before sending it to the display so I could work on it or save without needing to read it from the display and...
View ArticleBASCOM-AVR : Get Graphic LCD Dta from Screen and save as file or send 2 s :...
Hi Paulvk, Thanks for the reply, The problem is that I can't get the data out. I've tried different ways of doing the same thing. I tried transcribing some "C", shown below, but that data is still NOT...
View ArticleBASCOM-AVR : Get Graphic LCD Dta from Screen and save as file or send 2 s :...
Hi, Looking at you code I can't see where your setting portc (data port) to be input. Maybe I just missed it. Regards ian Dobson
View ArticleBASCOM-AVR : Get Graphic LCD Dta from Screen and save as file or send 2 s :...
the lib has already a ready function named _gRead_data just call it and it returns the data in R1 simplest is to copy the _clear_graph routine to a new one and instead of writing data , calling the...
View ArticleBASCOM-AVR : new dat files for PDF update : REPLY
it is an old feature. we only changed the file location. you do need the newer dat files. best to use the ones from 2077.
View ArticleBASCOM-AVR : Serial communication-wifi : REPLY
PC <----> AP <--- 'wireless signal' ----> WizFi210 <--- serial cable -> serial module <-----> MCU board <-> display it is right! it's what I do! I tried to do the Ping...
View ArticleBASCOM-AVR : Get Graphic LCD Dta from Screen and save as file or send 2 s :...
Excellent, Thank you all for your help. I shall try it using the inbuilt routines. Regards Dean
View ArticleBASCOM Project Blog : RFM22B/RFM23B Bascom-AVR examples : REPLY
Hi Dave, sorry. Up to now I have not used this new Hope RF modules (rfm69HW and the rfm69W) What they show here in this youtube video looks promising: http://www.youtube.com/watch?v=mRGY1KvX4bY MAK3
View ArticleBASCOM-AVR : function generator with adjustable duty cycle and frequency :...
Hi Any body have example or source code For create function generator with adjustable duty cycle and adjustable frequency With bascom Thank For Any help im new in avr bascom...
View ArticleBASCOM-AVR : SPI chip select bascom AVR : REPLY
Ok thought I undersood everything, but still my digipot doesn't work. I have connected a scope to measure the voltage devider and the voltage stays in the middle (like the datasheet subscribes when...
View ArticleBASCOM-AVR : SPI chip select bascom AVR : REPLY
change this: Comm = &B00 01 00 11 Comm = [b:9a849618bc]&B00_01_00_11 [/b:9a849618bc]
View ArticleVarious : 10 digit 7-segment multiplexing : REPLY
Thanks Mark, for your comment. Attached the English file and the circuit. Regards, Willie
View Article