Hello:
I used analog IIC write MPU6050. Again after power download programs, mpu6050 can run up there ACK response. But the debug will not run. Simulation IIC because no...
Hello!
How can I communicate with my nRF24L01+ and nRF51822 at the same time. I can set up same channel, CRC-mode and I don't use ESB. But what about address? How do I set...
Hi all,
i want to know answer related to following question
1)what is use of uicr?
2)if i place some value in uicr and then change the image,then is there will be change...
It used to work, but now it says "Connected" but the rest of the GUI never changes and the mouse just shows a busy spinner. Here's the log file:
0;13:45:18.9900 [MainThread...
Hi all!
My question is:
My own application is built based on the example "ble_app_template", and according to the nrf51 SDK - Examples - BLE Peripheral, this example...
Hi,
I am using ancs service to get some information of my iphone.
I use nRF51822 microcontroller and Nordic suggests to use the new SDK (5.2) for new microcontroller...
Dear sirs,
My purpose is to transmit stereo HiFiaudio from one source to two speakers wirelessly.
The speakers have their own power amplifier.
The problem is that the...
I have following questions:
Is there an example for implementing WeChat on a nRF52?
Is the nRF52 module supported for WeChat AirSync?
Where can i finde the requirements...
Hello!
I'm drawing a circuit with nrf52840 chip and I want to ask some questions:
Is it ok to use 2-side pcb (not 4)? what's of these better in part of radio communication...
Hi, I use nrf connect to programing demo board nrf51 dongle to get it work, failed.
error log as follows:
2017-03-02T09:30:20.014Z INFO Application data folder: C:\Users...
Hi,
Does the PPI module automatically clear the event flags for the linked event? For example, if I have the following:
NRF_PPI->CH[0].EEP = (uint32_t)&(NRF_GPIOTE->EVENTS_IN...
hi
I'm porting Arduino code which has calls to ShiftIn() to read a byte from a GPIO Pin and bitWrite() to write a bit into a byte variable at a particular position.
Below...
dear friends,
now i need to let a master 52832 device communicate with multiple slave 52832s.how can i make it? Our scenario is that a teacher takes a phone in a classroom...
I used SDK12.2.0 and S130 develop with 51422;
I want to test for fds write and read, I followed the fds_sample from github; it can write success, but no FDS_EVT_WRITE return...
I have to exchange information with smart cellphone. My 10040 board create a pair of key by micro-ecc and transfer the public key to the cellphone. However, the cellphone...
i am using timer 1 of nrf24le1.for which i have calculated a value which is to be loaded in th1 and tl1 for 1ms .calculations are as,
clock =16mhz;fosc=16mhz/12=1.333mhz;t...
Hey everybody, I'm having 'intermittent' issues with device addresses on the nRF24L01+. I've read the documentation on what you're not supposed to do as far as device addressing...
dear friends,
There is a pic that i catched using sniffer. SlaveLatency,a gap parameter,is set to 2.As you can see, when the slave do not give an ack,the mater will resend...
Hi
I am measuring the current.
I use SDK 12.2.0 , NRF52 and S132.
I noticed that current was flowing even while device waits events.
Device waits by sd_app_evt_wait...
Is there a way to receive/send messages from/to the nRF51822 (I am using the BLE nano from redbearlab) with a java desktop application? Is there any java library out there...
Is there a way to determine the end of an NFC write besides waiting for the NFC_T4T_EVENT_FIELD_OFF event? We want to update the NDEF message from within firmware after data...