I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
I am toggling Value of slave through a button on nrf51822ek .This Value is displayed on MCP of dongle, but i have to get this value on terminal to send it to pi then through...
Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
Hi,
I have changed the vendor model for sending data from client to server in light switch example. Earlier it was just sending bool values. I have changed it to uint8_t...
Hi,
I try to write in flash with the flash_manager. I use this code to write in the flash.
Everything is fine when the flash writing succeed. But when a issue occur in...
Hi,
I'm using nRF9160 and want to use PWM with the automatic duty sequence feature using DMA, to make an LED "pulse" for example.
Looking at the documentation for the...
We recently bought a nRF9160 Eval board and are planning to connect it with a STM32H757XI_M7.
We would like to know, how well it can be integrated with the IwIP Stack...
Hi Nordic,
I am using the SDK 17, s140 and the nrf52840 , with a modified multilink NUS central example. The intention is to print over UART as fast as possible all data...
Hi All,
I have a nRF9160 custom board connected thru the P19 debug out connector to the NRF91DK board.
How do I 'make' the NRF91DK debug the custom board nRF9160 and not...
Hello. I have a custom board which contains S32K148 MCU and Murata MBN52832 BLE Module and several other modules like GPS, LTE etc. Board is powered via external 12 V adapter...
Hello. It is developed using nrf52832 (S132 v7.0.1, SDK v17.0.0) as a peripheral device.
I want to know the handle value of the characteristic set as Generic Access and...
Hello,
We have a bunch of demo devices that were populated with the nrf5340 eng A version. So far we have been able to make them work by using nrf connect SDK v1.4.0 which...
Hello
We want to use the Gazell protocol into an Arduino IDE based firmware project.
Therefore I would like to know if you have any advice, documentation, examples, etc...
Hi
What is the max size of RAM and Flash for APP?I looked in the partitions.yml of a sample,I found that there is many region for different use,I don't know which region...
Hello,
Please share any working document to enable UART2 for external communication. I gone through many documents and forum and many setting in prj.conf but still no results...
I have 2 devices in the same SPI bus defined in my devicetree. let's call them MAX30005_1 and MAX30005_2.
When the drivers initialize, they read a register of the device...
Hi Folks,
As per bluetooth spececification(4.4.2.2.1) advertising interval has addition of advDelay in range of 0-10ms. In my example,
1. device advertise beacon (sd_ble_gap_adv_start...
Development Kit: NRF52840
IDE: Segger Embedded Studios
I'm trying to use the nrf_drv_twi driver in my project. I've included the .c file in my nFR_Drivers folder. My...