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 !
A questions to Nordic employees about the GATT Service Changed indications.
We have a peripheral with software based on SDK 12.3. When testing using android as a...
Hi all,
Not being a developer, but having a fair general understanding in IT and computing science, if I wanted to have a first approach but clear idea of all the processes...
we found a device using onsemi rsl10, it can keep ble broadcasting with current below 30uA, and can be connected by mobilephones
we tried to get a similar effect using...
hardware: power profile kit rev 1.1, nrf52840DK
mode: power profiling with DK
I am power profiling my application and found that if there is no current in the system,...
In NRF Mesh Android, when we set the init value for sequence number (SequenceNumber.java), it will check the sequence value stored in SharedPreferences and return 0 if SharedPreferences...
Hi,
as a new year's gift I've noticed s332 v6 is available from ThisIsAnt's download page. I'm developing on nrf52 using SDK v14.2 since it was the latest supported for...
Hi,
I am testing the light switch sample in mesh sdk 2.2, in server part I need to drive an I2C slave device, which may take some time to init, so I put the init code after...
Using SDK 15.
adc_read works properly in main loop.
When called from an APP_Timer or from BLE connect event, function hangs. I set a breakpoint at the handler, and breaks...
The documentation states, “Only one data pipe can receive a packet at a time”
So what is the minimum acceptable delay between the receipt of two packets to two different...
Hi,
I have gone through PPK user guide but it is not working out.
In my setup I am using
One DK as external SEGGER JLink
One PPK as standalone power profiler
One...
Hi,
I want to interface wifi module(for example ESP8266 ) with nrf52832.
I need to transfer some data (received through bluetooth) to cloud(AWS).
Can I expect esp8266...
I have been trying to get the Timeslot API working with v15.0.0 of the nRF5 SDK, and have not had any success. All of the examples that I can find are built for much older...
I'm trying to implement the HID service on a custom nrf52832 board, unfortunately I'm running into problems.
Here's what happens: Advertising, connecting to the board,...
Hi,
I think I already know the answer but just to be sure, there is no difference on using printf (with added retarget library) and the app_uart_put() since printf will...