Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
Hey All,
I am currently trying to have a Analog Signal come in through P0.05 which then gets converted via the onboard ADC and send out a Service Characteristic. I am using...
Hi,
I am using your NRF24L01P-R7 part .Can you please specify its maximum distance upto which it can detect other TAG in open area when there is no wind at normal atmospheric...
I have a question about PXP profile. Could I use the nrF52 (S132) Nordic's PXP example to dynamic change TX power when I have bonded or connected Android phone device ? I...
I try to implement a BLE vendor service that has some characteristics. When I bonded the nRF devive (vendor service already download to device) with my Android phone and then...
Hello All,
I have modifies the Spi Master code to communicate with an ADXL345 Accelerometer. I set up my powermode and the percesion in the setup phase. However, when I send...
Hello, Nordic Team.
In my program, I have to change the value of the characteristic before start. I write:
case ACI_EVT_DEVICE_STARTED:
g_aci_state.data_credit_total...
Hello,
I want to make my Arduino coupled with the nrf8001 advertising a simple data (an integer). There should also be a possibility for dynamically changing the advertising...
I have a Jayconsystems breakout board for the nrf8002 bluetooth chip. Nothing is connected to the breakout board and the chip is unprogrammed. My current meter reads 6.0 mA...
The nRF8001 Product Spec says,
"Dynamic Window Limiting reduces the average current consumption by reducing the window widening of the receiver ... Enabling this feature...
Hello,
I am trying to play alarm in button click using nrf code. I am using Nordic nRF51822 device and trying to integrate with android device. When I am using linkloss then...
Hey guys,
Working with the simple be_app_beacon example on nRF51. I’d like to be able to stop and start advertising. But after stopping advertising, I’m unable to start...
Hi,
Can the examples in <keil_location>ARM\Pack\NordicSemiconductor\nRF_Examples\9.0.0 of PCA10028(nRF51422 chips) be use on nRF51822 chips? Or how to modify it to adapt...
Hi
in my application I use about 8 app_timer instantiations (so 8 x app_timer_create), with various frequencies.
I noticed now that one timeout handler is triggered twice...