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...
I am trying to do the segger development for the 9160 lte ble gateway. When I do the setup info for segger I keep getting a popup saying it can't find the .emproject file...
Hi
I'm working my way through learning how develop BLE Services and Characteristics for an NRF52840. I'm using the 'ble_app_template' example from the SDK (version 15.2...
Hi,
I have the following lines:
NRF_LOG_ERROR ( "This is an ERROR message." );
NRF_LOG_WARNING ( "This is a WARNING message." );
NRF_LOG_DEBUG ( "This is a DEBUG...
I am inquiring about an issue with the SPIM communication. I am reading the who am i sensor of an MPU9250 and it reads 0x71, as it should most of the time but not always....
uVision V5.26.2.0
Error #541: 'NordicSemiconductor::Device:Startup:8.24.1' component is missing (previously found in pack 'NordicSemiconductor.nRF_DeviceFamilyPack.8.24...
I have a complete implementation of OTA DFU where iOS app performs a DFU to a nRF based BT Device. Now i am implementing a fix for the situation where:
During DFU, if...
Hi,
I am currently having issues compiling the thingy52-mesh-provisioning demo from github with cmake. The Readme talks about using SES to compile it, which works fine,...
Hello, I have read multiple postings on this problem about how you have to "forget" the MCU on your android to reconnect through Bluetooth. This does not fix the problem at...
Hello,
I am having an issue where the nRF52840 dongle does not properly reset. I'd appreciate it anyone can help.
I was evaluating the DFU options, and erased the IC in...
Hi,
I am currently using the nRF52832 and I just recently realized that it does not have USB capabilities. I am building a custom board with this chip and I want to use...
My environment: SDK 15.2, SD 6.1.0, SES 4.12
I can build and run the BLE blinky example on the nRF 52832 DK with no problems. I tested LED on/off by writing to the BLE characteristic...
All,
We have an issue with the data transfer rate between a device that uses a nRF52480 (Rigado-340).
We are sending a number of data chunks, approximately 400, where...
Hello,
Now, I am merging my UART code with the TWI sensor example (I use SDK 13). Now my error after compiling the code is:
In file included from ../../../../../../components...
Hello, i recently used a gateway to sensor example and am unable to revert back to factory program of nrf9160 DK.
I toggled the switch 5 to nrf52840 and flashed the first...
Hello,
I have a problem with MQTT Publisher example on my nrf52832 DK.
1. I am using ubuntu & nordic's SDK15.2.0 for this mqtt example. On raspberry pi 3b I have installed...