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...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
Hi!
I am using nrf51DK with s110 soft device loaded on it to read data from Bosch BMA180 accelerometer using I2C interface. I would like to use clock prescaller and transmit...
nrf51x22_qfab_schematic.jpg I was going over the schematic and layout pdf files for the nrf51x22 before I began to create my own board and noticed that Pins 33 and 34 are...
SoC: N RF51822 xxAC
Toolcha in: MDK-Lite Version 5.15
Softdevice: S110
SDK Version: 8.1.0_b6ed55f
I'm using a custom board which is functioning well. The app is functioning...
I'm using the 8.1.0 SDK, with the S130 soft device. This is from the central version, it seems to crash on startup without ever hitting main()
Starting program: firmware_client_server...
Hi,
Could any one help where can I find a tutorial related to nrf81522 getting RSSI values and write them in a text file?
I have worked with MCP on PC and the log file which...
Can someone explain the proper way to use the tx_buffer_process function present in many of the service libraries.
It seems this function is used to handle requests to...
Hello, I am getting an issue regarding interrupt, below is my code and the problem is when I press the button, UART stop printing my value, I think my code is stuck somewhere...
Hello everyone,
Where can I download the LED Button application example (explained in nAN-36) for Keil5 ?
Is there any compatible version with pca10001 board ?
I...
Hello fellow devlopers.
I am experienceing very odd behaviour from the UART peripheral.
I am trying to ouput a uint8_t[48] array from the UART termainl. I am using this...
Two questions about the smart beacon PCB that is not in the design file.
1.) What PCB material did you use exactly?
2.) What type of solder mask did you use
Thank...
I compile the coap client example and drag-n-drop the hex file to a RBL BLE Nano. However, no advertising packets picked up by sniffer. Is it possible to port IoT SDK to a...
I followed the instructions in developer.nordicsemi.com/.../a00058.html and reached Obtaining the kernel: Option 2: Native build. I failed at step 3 and the error message...
Hi,
after getting the way to write to peripheral on this link I have successfully
written 20 bytes packet.
but I'm facing a latency while writing back to back data packets...
Hi all,
I'm really new to the BLE scene so I'm having some trouble wrapping my head around how to send/receive data over BLE between a central/peripheral device. In my...