Recently s110_nrf51822_7.0.0 softdevice has been released. I cannot find specification where those new amazing features (they are impressive, indeed :) ) are described, so...
Hi All,
Please correct the following in my understanding. Also , i am planning to build a
remote controlled device using a PWM output. How does ATT,GATT and GAP affect/influence...
My board works most of the time are very good,but one time i power down the board when ble connecting and data transmitting,the board can't work when power on.and i can't...
Posting this as separate question as it got no traction in the other thread:
Why are there many of the same include files in the DFU example directory as in the S110 7...
Hi all,
this is not a question per se but rather a warning to those who are attempting to debug Flash related operations with the SEGGER J-Link GDB Server (v4.84a for Linux...
what are the total number of devices that can be connected to nrf24 ?
I would like to make one transmitter and rest of all as recievers without acknowledgment will it be...
Hi,
We are trying to use GPIOTE / PPI to turn a MOSFET on A microseconds after an event clears a timer and to turn it off B microseconds afterwards.
It is easy to do...
I am running into an issue with the Fstorage Library with SDK14 that I did not have using SDK12.
When I am not connected to BLE I can erase and write flash with no issues...
Hello,
I am trying to make BME280 sensor work with nRF51 DK. I just need temperature readings. So i searched if there was some examples using this sensor and i found this...
Seems PPK is broken, it measures ~70mA no matter what I connect it to, even only measuring on a DK in shutdown.
I suspect this happend during measuring on a custom board...
Hi We are making a project where we use Bluetooth mesh, which works fine, but we have a problem with TWI (slave), the problem is when we want to read what is on the slave...
when i use dsm_address_publish_remove() to remove a group address , it will show MESH ASSERT when i restart the board.error code is NRF_ERROR_NOT_FOUND when execute dsm_address_publish_add_handle...
I read on ANT documentation that is possible to configure different channels with different network keys.
In my project i write:
>> sd_ant_network_address_set( "ANT+NetworkNumber...
Sorry I must have missed some crucial bit of documentation.
I have some code working using GPIOTE, however the inputs of the hardware, that will connected cannot be driven...
Hello,
I have interfaced MPU accelerometer on i2c and GPS on UART. Have enabled UART and using printf to display both sensor data. To begin with, both work fine individually...
Hi,
I checked erratas for nRF52840 rev1 and #164 is gone but #191 is still there. Can I have both #164 and #191 active in my code and it won't cause problems on either engineering...
Hello,
I have a question regarding the nrf uart driver. The RXTO event is never triggered even though the Interrupt itself is enabled (and the line is idle after a packet...