Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
I am using nrf51822 and softdevice 7.3. I am working on the github mesh example. I want to add uart service with mesh, so that I can communicate with that particular device...
Hello, this is what I can think of when porting a project, but before that, a little background about my project:
it uses BLE (duh)
it uses uart to print test output...
Hello,
i am using the nRF52 Development Board with SDK 11 and I have trubble with the UARTE Interface with DMA. Parallel I have running the ESB protocol.
I know the problems...
hello there i want to add battery service and thermometer service in advertisement packet. so i changed in uart project. but in advertisement project i can see battery service...
hi
I used the nrf51 dongle to receive advertisement packet from other nrf51 dongle. I used this formule, d = 10 ^ ((TxPower - RSSI) / 20) , given from this link forums...
Using Command Line Tools 9.0.0 attempting to push code.
ERROR: JLinkARM DLL reported an error. Try again. If error condition
ERROR: persists, run the same command again...
Hi All,
I am attempting to use 6 PWM channels with the app_pwm library on the nRF52 and am only able to successfully get 4 pwm outputs. Upon changing the 6th channel (PWM2...
I need 3 time aligned PWM channels (period of all three channels needs to start at the same time) at about 100 Hz with 16 bit resolution on the duty cycle. I also need to...
hello,
I used nrf52 and softdevice 2.0.1 and i have a big problem.
For some times the BT works perfectly but after i connect more then 4 devices for some reason
the...
Hi,
I need to check the emission of my custom nrf52832 board design and I need an spectrum analyzer... To see if my design would pass the regulations and tests.
I was...
Hi Nordic,
It's hard to find an example to talk about the event of advertising. I checked the advertising chart and know I will get the event BLE_GAP_EVT_TIMEOUT. Where can...
Hi,
I attended a training session run by the BT SIG last week and met a helpful Nordic chap who, when I mused about how I was using a programming board to run a sensor...
Hi i am having doubt in RTC configuration.I am using RTC1 and i want to produce ticks for every 1 minute.I have combined the UART and RTC example to get the RTC output in...
Hello
i am using the Nrf52 with pca 10036 board. i am working on fruitymesh to work on visualgdb.
i am getting problem here
"#pragma pack(push)
"#pragma pack(4)
...
Hello, i need to count 1 or 2 minutes. Someone can recommend me if to do that is easier to use app_timer or RTC?
Which is the value that i have to put in the prescaler...